2022-08-17T12:06:21.2087259Z Requested labels: linux.2xlarge 2022-08-17T12:06:21.2087349Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:06:21.2087378Z Waiting for a runner to pick up this job... 2022-08-17T12:06:23.1378051Z Job is about to start running on the runner: i-04627ffd6d2a4edfe (repository) 2022-08-17T12:06:26.3641158Z Current runner version: '2.295.0' 2022-08-17T12:06:26.3646670Z Runner name: 'i-04627ffd6d2a4edfe' 2022-08-17T12:06:26.3647111Z Runner group name: 'Default' 2022-08-17T12:06:26.3647744Z Machine name: 'ip-10-0-6-124' 2022-08-17T12:06:26.3649646Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:06:26.3650361Z Actions: read 2022-08-17T12:06:26.3650638Z Checks: read 2022-08-17T12:06:26.3650963Z Contents: read 2022-08-17T12:06:26.3651287Z Deployments: read 2022-08-17T12:06:26.3651573Z Discussions: read 2022-08-17T12:06:26.3651914Z Issues: read 2022-08-17T12:06:26.3652219Z Metadata: read 2022-08-17T12:06:26.3652489Z Packages: read 2022-08-17T12:06:26.3652816Z Pages: read 2022-08-17T12:06:26.3653156Z PullRequests: read 2022-08-17T12:06:26.3653474Z RepositoryProjects: read 2022-08-17T12:06:26.3653824Z SecurityEvents: read 2022-08-17T12:06:26.3654164Z Statuses: read 2022-08-17T12:06:26.3654434Z ##[endgroup] 2022-08-17T12:06:26.3657473Z Secret source: None 2022-08-17T12:06:26.3658072Z Prepare workflow directory 2022-08-17T12:06:26.4546877Z Prepare all required actions 2022-08-17T12:06:26.4699031Z Getting action download info 2022-08-17T12:06:26.6594207Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:06:29.1517221Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:06:29.2707421Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:06:29.5155196Z Getting action download info 2022-08-17T12:06:29.7028470Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:06:29.9553293Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:06:29.9553581Z with: 2022-08-17T12:06:29.9553748Z submodules: recursive 2022-08-17T12:06:29.9553942Z fetch-depth: 0 2022-08-17T12:06:29.9554111Z env: 2022-08-17T12:06:29.9554280Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:29.9554466Z ##[endgroup] 2022-08-17T12:06:29.9776793Z ##[group]Run retry () { 2022-08-17T12:06:29.9777147Z retry () { 2022-08-17T12:06:29.9777441Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:06:29.9777760Z } 2022-08-17T12:06:29.9777968Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:06:29.9778253Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:06:29.9778542Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:29.9778767Z else 2022-08-17T12:06:29.9779043Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:06:29.9779295Z fi 2022-08-17T12:06:29.9779570Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:06:29.9795329Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:06:29.9795638Z env: 2022-08-17T12:06:29.9795964Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:29.9832382Z NO_SUDO: 2022-08-17T12:06:29.9832649Z ##[endgroup] 2022-08-17T12:06:29.9995854Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:30.0332018Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:06:30.0332292Z with: 2022-08-17T12:06:30.0332563Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:06:30.0332797Z fetch-depth: 0 2022-08-17T12:06:30.0333012Z submodules: recursive 2022-08-17T12:06:30.0333234Z quiet-checkout: true 2022-08-17T12:06:30.0333453Z repository: pytorch/pytorch 2022-08-17T12:06:30.0333845Z token: *** 2022-08-17T12:06:30.0334055Z ssh-strict: true 2022-08-17T12:06:30.0334389Z persist-credentials: true 2022-08-17T12:06:30.0334600Z clean: true 2022-08-17T12:06:30.0334808Z lfs: false 2022-08-17T12:06:30.0335022Z set-safe-directory: true 2022-08-17T12:06:30.0335221Z env: 2022-08-17T12:06:30.0335422Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:06:30.0335635Z ##[endgroup] 2022-08-17T12:06:30.1418540Z Syncing repository: pytorch/pytorch 2022-08-17T12:06:30.1419931Z ##[group]Getting Git version info 2022-08-17T12:06:30.1420573Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:30.1421049Z [command]/usr/bin/git version 2022-08-17T12:06:30.1421729Z git version 2.37.1 2022-08-17T12:06:30.1441337Z ##[endgroup] 2022-08-17T12:06:30.1454826Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e28cc89a-98dc-47bc-93da-2bb4c0857e32' before making global git config changes 2022-08-17T12:06:30.1455314Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:06:30.1460294Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:30.1492968Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:06:30.1497698Z ##[group]Initializing the repository 2022-08-17T12:06:30.1502619Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:06:30.1527474Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:06:30.1528049Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:06:30.1528606Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:06:30.1528984Z hint: 2022-08-17T12:06:30.1529470Z hint: git config --global init.defaultBranch 2022-08-17T12:06:30.1529808Z hint: 2022-08-17T12:06:30.1530319Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:06:30.1530973Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:06:30.1531370Z hint: 2022-08-17T12:06:30.1531916Z hint: git branch -m 2022-08-17T12:06:30.1532575Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:06:30.1538386Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:06:30.1564574Z ##[endgroup] 2022-08-17T12:06:30.1565239Z ##[group]Disabling automatic garbage collection 2022-08-17T12:06:30.1570208Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:06:30.1593390Z ##[endgroup] 2022-08-17T12:06:30.1593994Z ##[group]Setting up auth 2022-08-17T12:06:30.1601498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:06:30.1627857Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:06:30.1881544Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:06:30.1907511Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-17T12:06:30.2132421Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:06:30.2170583Z ##[endgroup] 2022-08-17T12:06:30.2170959Z ##[group]Fetching the repository 2022-08-17T12:06:30.2176418Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-08-17T12:07:16.8117325Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:07:16.8146321Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:17.7459403Z ##[endgroup] 2022-08-17T12:07:17.7460020Z ##[group]Determining the checkout info 2022-08-17T12:07:17.7461280Z ##[endgroup] 2022-08-17T12:07:17.7461927Z ##[group]Checking out the ref 2022-08-17T12:07:17.7467401Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:07:18.9431130Z ##[endgroup] 2022-08-17T12:07:18.9431662Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:07:18.9436813Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:07:18.9482035Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:07:18.9508500Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:07:18.9535207Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:07:18.9557358Z ##[endgroup] 2022-08-17T12:07:18.9557833Z ##[group]Fetching submodules 2022-08-17T12:07:18.9561247Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:07:18.9800064Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:07:19.0029733Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:07:19.0030785Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:07:19.0033001Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:07:19.0035271Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:07:19.0037626Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:07:19.0040046Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:07:19.0042767Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:07:19.0045432Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:07:19.0048098Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:07:19.0050939Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:07:19.0053774Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:07:19.0056779Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:07:19.0060410Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:07:19.0063513Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:07:19.0066696Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:07:19.0070249Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:07:19.0073609Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:07:19.0077214Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:07:19.0080894Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:07:19.0086724Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:07:19.0089289Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:07:19.0093648Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:07:19.0097694Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:07:19.0101844Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:07:19.0106065Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:07:19.0110314Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:07:19.0114660Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:07:19.0119139Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:07:19.0123910Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:07:19.0128842Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:07:19.0133709Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:07:19.0138609Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:07:19.0143645Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:07:19.0148898Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:07:19.0154224Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:07:19.0159438Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:07:19.0165113Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:07:19.0170615Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:07:19.0176307Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:07:19.0198581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:07:19.2789809Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:07:19.4730734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:07:19.6815970Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:07:19.9565006Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:07:20.2135397Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:07:25.4521017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:07:25.8289567Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:07:26.5137072Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:07:27.8634569Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:07:28.9337978Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:07:34.2439979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:07:34.8322408Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:07:36.2209267Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:07:37.6520888Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:07:37.8634638Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:07:38.3011816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:07:38.6269813Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:07:39.6123262Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:07:40.1914917Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:07:40.5006113Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:07:40.9184806Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:07:42.2419209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:07:42.6860536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:07:43.0723400Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:07:49.0089980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:07:50.8114491Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:07:51.2401146Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:07:51.4852126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:07:56.1698925Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:07:56.4022683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:07:56.6215978Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:07:57.3817361Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:07:57.6043875Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:07:58.0484507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:07:58.3436516Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:07:58.8881042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:08:00.8639212Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:08:01.3768030Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:08:03.5322731Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:08:03.5413928Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:08:03.5483635Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:08:03.5678650Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:08:03.5871361Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:08:04.1225941Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:08:04.1413230Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:04.2312977Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:08:04.2613398Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:08:04.5196361Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:08:04.7364453Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:08:04.7766861Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:08:04.7780347Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:04.7782449Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:04.7784913Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:04.7787452Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:04.7809426Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:08:05.7553897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:08:07.3318867Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:08:08.5726302Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:08:08.8961884Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:08:08.9866209Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:08:09.0378174Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:08:09.0462435Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:08:09.1230987Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:08:09.1525606Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:08:09.1600853Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:08:09.1947128Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:08:09.2152890Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:08:09.2560477Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:08:09.2655298Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:08:09.2667838Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:09.2688278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:08:16.2114271Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:08:16.2129973Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:16.2151359Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:08:23.1074633Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:08:23.1165404Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:08:23.1289008Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:08:23.2125680Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:08:23.2138247Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:23.2140504Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:23.2161987Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:08:24.4324502Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:08:25.5465788Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:08:25.5938417Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:08:25.6103618Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:08:25.6221431Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:08:25.7187100Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:08:25.9349013Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:08:25.9375408Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:25.9376890Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:25.9399806Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:26.3272482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:27.1308298Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:08:27.1581494Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:08:27.1711012Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:08:27.1723075Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:27.1742476Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:08:29.1455676Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:08:29.1473035Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:29.1475321Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:29.1497674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:08:29.5852850Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:08:30.3631652Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:08:30.4198964Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:08:30.4211445Z 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-08-17T12:08:30.4231660Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T12:08:30.6903917Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:08:30.6981553Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:08:30.9249123Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:08:30.9265843Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:30.9267704Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:30.9290151Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:08:31.3177013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:08:32.3134051Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:08:32.3744061Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:08:32.3817720Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:08:32.3910647Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:08:32.4208832Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:08:32.4285149Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:08:32.4535124Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:08:32.4617911Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:08:32.5009775Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:08:32.5968748Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:08:32.6192814Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:08:32.6205835Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:32.6207642Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:32.6209684Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:32.6211826Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:32.6232363Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:08:33.6355581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:08:33.9365312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:08:35.3942661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:08:36.2459807Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:08:36.2587212Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:08:36.3164654Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:08:36.3401113Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:08:36.3413325Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:36.3433945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:08:36.5842765Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:08:36.7030992Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:08:36.7055853Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:08:36.7295029Z Entering 'android/libs/fbjni' 2022-08-17T12:08:36.7327252Z Entering 'third_party/FP16' 2022-08-17T12:08:36.7360336Z Entering 'third_party/FXdiv' 2022-08-17T12:08:36.7392452Z Entering 'third_party/NNPACK' 2022-08-17T12:08:36.7426675Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:36.7459274Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:36.7501066Z Entering 'third_party/benchmark' 2022-08-17T12:08:36.7533755Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:36.7566469Z Entering 'third_party/cub' 2022-08-17T12:08:36.7598306Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:36.7634858Z Entering 'third_party/eigen' 2022-08-17T12:08:36.7670021Z Entering 'third_party/fbgemm' 2022-08-17T12:08:36.7702284Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:36.7734242Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:36.7765816Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:36.7796773Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:36.7828744Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:36.7863828Z Entering 'third_party/fmt' 2022-08-17T12:08:36.7895673Z Entering 'third_party/foxi' 2022-08-17T12:08:36.7927553Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:36.7959201Z Entering 'third_party/gloo' 2022-08-17T12:08:36.7991472Z Entering 'third_party/googletest' 2022-08-17T12:08:36.8024651Z Entering 'third_party/ideep' 2022-08-17T12:08:36.8055685Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:36.8088549Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:36.8126575Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:36.8156250Z Entering 'third_party/ittapi' 2022-08-17T12:08:36.8187760Z Entering 'third_party/kineto' 2022-08-17T12:08:36.8221153Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:36.8253553Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:36.8285893Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:36.8317866Z Entering 'third_party/neon2sse' 2022-08-17T12:08:36.8350792Z Entering 'third_party/nlohmann' 2022-08-17T12:08:36.8383202Z Entering 'third_party/onnx' 2022-08-17T12:08:36.8426144Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:36.8457891Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:36.8492269Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:36.8523600Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:36.8559422Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:36.8591122Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:36.8623218Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:36.8658535Z Entering 'third_party/pocketfft' 2022-08-17T12:08:36.8690551Z Entering 'third_party/protobuf' 2022-08-17T12:08:36.8726234Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:36.8757607Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:36.8790661Z Entering 'third_party/psimd' 2022-08-17T12:08:36.8823992Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:36.8855763Z Entering 'third_party/pybind11' 2022-08-17T12:08:36.8890021Z Entering 'third_party/python-enum' 2022-08-17T12:08:36.8920848Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:36.8952998Z Entering 'third_party/python-six' 2022-08-17T12:08:36.8985801Z Entering 'third_party/sleef' 2022-08-17T12:08:36.9018013Z Entering 'third_party/tbb' 2022-08-17T12:08:36.9051895Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:36.9083950Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:36.9115872Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:36.9147494Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:36.9178829Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:36.9210457Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:36.9243822Z Entering 'third_party/zstd' 2022-08-17T12:08:36.9283230Z ##[endgroup] 2022-08-17T12:08:36.9283614Z ##[group]Persisting credentials for submodules 2022-08-17T12:08:36.9290104Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-08-17T12:08:36.9521874Z Entering 'android/libs/fbjni' 2022-08-17T12:08:36.9553508Z Entering 'third_party/FP16' 2022-08-17T12:08:36.9584816Z Entering 'third_party/FXdiv' 2022-08-17T12:08:36.9617299Z Entering 'third_party/NNPACK' 2022-08-17T12:08:36.9648496Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:36.9679541Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:36.9719373Z Entering 'third_party/benchmark' 2022-08-17T12:08:36.9751720Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:36.9782986Z Entering 'third_party/cub' 2022-08-17T12:08:36.9814950Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:36.9850997Z Entering 'third_party/eigen' 2022-08-17T12:08:36.9883634Z Entering 'third_party/fbgemm' 2022-08-17T12:08:36.9915353Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:36.9946188Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:36.9977465Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:37.0009621Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:37.0040687Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:37.0073194Z Entering 'third_party/fmt' 2022-08-17T12:08:37.0105078Z Entering 'third_party/foxi' 2022-08-17T12:08:37.0136203Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:37.0167390Z Entering 'third_party/gloo' 2022-08-17T12:08:37.0198543Z Entering 'third_party/googletest' 2022-08-17T12:08:37.0229688Z Entering 'third_party/ideep' 2022-08-17T12:08:37.0262187Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:37.0294854Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:37.0332262Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:37.0364184Z Entering 'third_party/ittapi' 2022-08-17T12:08:37.0394836Z Entering 'third_party/kineto' 2022-08-17T12:08:37.0427985Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:37.0459140Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:37.0491991Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:37.0523445Z Entering 'third_party/neon2sse' 2022-08-17T12:08:37.0554601Z Entering 'third_party/nlohmann' 2022-08-17T12:08:37.0586199Z Entering 'third_party/onnx' 2022-08-17T12:08:37.0628071Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.0659860Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.0693038Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:37.0724789Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:37.0759504Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.0790813Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.0822580Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.0857264Z Entering 'third_party/pocketfft' 2022-08-17T12:08:37.0888743Z Entering 'third_party/protobuf' 2022-08-17T12:08:37.0923054Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:37.0954084Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:37.0986839Z Entering 'third_party/psimd' 2022-08-17T12:08:37.1017958Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:37.1049541Z Entering 'third_party/pybind11' 2022-08-17T12:08:37.1080492Z Entering 'third_party/python-enum' 2022-08-17T12:08:37.1112290Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:37.1143975Z Entering 'third_party/python-six' 2022-08-17T12:08:37.1175184Z Entering 'third_party/sleef' 2022-08-17T12:08:37.1207510Z Entering 'third_party/tbb' 2022-08-17T12:08:37.1239911Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:37.1271283Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:37.1302606Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:37.1333503Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:37.1365336Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:37.1395397Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.1428504Z Entering 'third_party/zstd' 2022-08-17T12:08:37.1470525Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-08-17T12:08:37.1702327Z Entering 'android/libs/fbjni' 2022-08-17T12:08:37.1731272Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:08:37.1743982Z Entering 'third_party/FP16' 2022-08-17T12:08:37.1774171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:08:37.1786945Z Entering 'third_party/FXdiv' 2022-08-17T12:08:37.1816788Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:08:37.1829542Z Entering 'third_party/NNPACK' 2022-08-17T12:08:37.1859777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:08:37.1872856Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:37.1902091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:08:37.1914985Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:37.1945641Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:08:37.1967615Z Entering 'third_party/benchmark' 2022-08-17T12:08:37.1996311Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:37.2009494Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:37.2038152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:08:37.2051946Z Entering 'third_party/cub' 2022-08-17T12:08:37.2081107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:08:37.2094551Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:37.2123448Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:08:37.2140180Z Entering 'third_party/eigen' 2022-08-17T12:08:37.2172017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:08:37.2186841Z Entering 'third_party/fbgemm' 2022-08-17T12:08:37.2216651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:08:37.2229591Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:37.2259271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-08-17T12:08:37.2272493Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:37.2302075Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:08:37.2314574Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:37.2344107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:37.2357656Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:37.2387204Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-08-17T12:08:37.2401757Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:37.2430914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:08:37.2446713Z Entering 'third_party/fmt' 2022-08-17T12:08:37.2475924Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:08:37.2489736Z Entering 'third_party/foxi' 2022-08-17T12:08:37.2518533Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:08:37.2532021Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:37.2560730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:08:37.2574980Z Entering 'third_party/gloo' 2022-08-17T12:08:37.2604207Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:08:37.2618330Z Entering 'third_party/googletest' 2022-08-17T12:08:37.2648411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:37.2661246Z Entering 'third_party/ideep' 2022-08-17T12:08:37.2691747Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:08:37.2704127Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:37.2734364Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:08:37.2748803Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:37.2778888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-08-17T12:08:37.2797093Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:37.2827707Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:08:37.2840350Z Entering 'third_party/ittapi' 2022-08-17T12:08:37.2870080Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:08:37.2890743Z Entering 'third_party/kineto' 2022-08-17T12:08:37.2914521Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:08:37.2927964Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:37.2957637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-08-17T12:08:37.2970712Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:37.2999485Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-08-17T12:08:37.3013703Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:37.3043010Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:08:37.3056396Z Entering 'third_party/neon2sse' 2022-08-17T12:08:37.3086250Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:08:37.3098585Z Entering 'third_party/nlohmann' 2022-08-17T12:08:37.3127910Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:08:37.3141606Z Entering 'third_party/onnx' 2022-08-17T12:08:37.3171472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:08:37.3194731Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.3223700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:37.3236670Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.3265491Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:37.3280851Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:37.3310778Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:08:37.3323170Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:37.3352686Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:08:37.3369903Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.3399327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:37.3412701Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.3442293Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:37.3454854Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.3484349Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-08-17T12:08:37.3500812Z Entering 'third_party/pocketfft' 2022-08-17T12:08:37.3531495Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:08:37.3544785Z Entering 'third_party/protobuf' 2022-08-17T12:08:37.3574128Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:08:37.3589835Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:37.3618963Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:08:37.3632275Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:37.3661714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:37.3676419Z Entering 'third_party/psimd' 2022-08-17T12:08:37.3706064Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:08:37.3719160Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:37.3749425Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:08:37.3762959Z Entering 'third_party/pybind11' 2022-08-17T12:08:37.3792232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:37.3805339Z Entering 'third_party/python-enum' 2022-08-17T12:08:37.3835037Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:08:37.3847679Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:37.3877031Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:08:37.3889596Z Entering 'third_party/python-six' 2022-08-17T12:08:37.3918748Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:08:37.3931772Z Entering 'third_party/sleef' 2022-08-17T12:08:37.3961280Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:08:37.3974144Z Entering 'third_party/tbb' 2022-08-17T12:08:37.4003426Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:08:37.4018993Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:37.4049031Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:08:37.4061558Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:37.4091039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:08:37.4103988Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:37.4133350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-08-17T12:08:37.4146061Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:37.4175207Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-08-17T12:08:37.4187868Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:37.4217093Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:08:37.4228928Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.4259238Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-08-17T12:08:37.4273901Z Entering 'third_party/zstd' 2022-08-17T12:08:37.4303435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:08:37.5222231Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:08:37.5462528Z Entering 'android/libs/fbjni' 2022-08-17T12:08:37.5495397Z Entering 'third_party/FP16' 2022-08-17T12:08:37.5528565Z Entering 'third_party/FXdiv' 2022-08-17T12:08:37.5561315Z Entering 'third_party/NNPACK' 2022-08-17T12:08:37.5594775Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:37.5627487Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:37.5669003Z Entering 'third_party/benchmark' 2022-08-17T12:08:37.5703611Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:37.5736626Z Entering 'third_party/cub' 2022-08-17T12:08:37.5769161Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:37.5806521Z Entering 'third_party/eigen' 2022-08-17T12:08:37.5841342Z Entering 'third_party/fbgemm' 2022-08-17T12:08:37.5874872Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:37.5906748Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:37.5939109Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:37.5970796Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:37.6003542Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:37.6037705Z Entering 'third_party/fmt' 2022-08-17T12:08:37.6070245Z Entering 'third_party/foxi' 2022-08-17T12:08:37.6102292Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:37.6134918Z Entering 'third_party/gloo' 2022-08-17T12:08:37.6167648Z Entering 'third_party/googletest' 2022-08-17T12:08:37.6199870Z Entering 'third_party/ideep' 2022-08-17T12:08:37.6231840Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:37.6265403Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:37.6302580Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:37.6335544Z Entering 'third_party/ittapi' 2022-08-17T12:08:37.6367784Z Entering 'third_party/kineto' 2022-08-17T12:08:37.6399863Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:37.6431825Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:37.6466145Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:37.6498722Z Entering 'third_party/neon2sse' 2022-08-17T12:08:37.6530867Z Entering 'third_party/nlohmann' 2022-08-17T12:08:37.6563624Z Entering 'third_party/onnx' 2022-08-17T12:08:37.6608032Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.6640024Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.6673945Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:37.6706477Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:37.6743224Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.6775554Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.6807997Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.6843336Z Entering 'third_party/pocketfft' 2022-08-17T12:08:37.6875480Z Entering 'third_party/protobuf' 2022-08-17T12:08:37.6910738Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:37.6942334Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:37.6975840Z Entering 'third_party/psimd' 2022-08-17T12:08:37.7009326Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:37.7041549Z Entering 'third_party/pybind11' 2022-08-17T12:08:37.7073063Z Entering 'third_party/python-enum' 2022-08-17T12:08:37.7104951Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:37.7136436Z Entering 'third_party/python-six' 2022-08-17T12:08:37.7170162Z Entering 'third_party/sleef' 2022-08-17T12:08:37.7201661Z Entering 'third_party/tbb' 2022-08-17T12:08:37.7235110Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:37.7267897Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:37.7301950Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:37.7334577Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:37.7366643Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:37.7397986Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.7432103Z Entering 'third_party/zstd' 2022-08-17T12:08:37.7476376Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:08:37.7712581Z Entering 'android/libs/fbjni' 2022-08-17T12:08:37.7745120Z Entering 'third_party/FP16' 2022-08-17T12:08:37.7778385Z Entering 'third_party/FXdiv' 2022-08-17T12:08:37.7810711Z Entering 'third_party/NNPACK' 2022-08-17T12:08:37.7843113Z Entering 'third_party/QNNPACK' 2022-08-17T12:08:37.7875144Z Entering 'third_party/XNNPACK' 2022-08-17T12:08:37.7915756Z Entering 'third_party/benchmark' 2022-08-17T12:08:37.7949953Z Entering 'third_party/cpuinfo' 2022-08-17T12:08:37.7982060Z Entering 'third_party/cub' 2022-08-17T12:08:37.8014112Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:08:37.8050805Z Entering 'third_party/eigen' 2022-08-17T12:08:37.8086388Z Entering 'third_party/fbgemm' 2022-08-17T12:08:37.8118467Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:08:37.8149733Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:08:37.8181604Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:08:37.8214109Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:08:37.8246588Z Entering 'third_party/flatbuffers' 2022-08-17T12:08:37.8279864Z Entering 'third_party/fmt' 2022-08-17T12:08:37.8312318Z Entering 'third_party/foxi' 2022-08-17T12:08:37.8344811Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:08:37.8376719Z Entering 'third_party/gloo' 2022-08-17T12:08:37.8408927Z Entering 'third_party/googletest' 2022-08-17T12:08:37.8441066Z Entering 'third_party/ideep' 2022-08-17T12:08:37.8473492Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:08:37.8506475Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:08:37.8543208Z Entering 'third_party/ios-cmake' 2022-08-17T12:08:37.8576469Z Entering 'third_party/ittapi' 2022-08-17T12:08:37.8608339Z Entering 'third_party/kineto' 2022-08-17T12:08:37.8639933Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:08:37.8671944Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:08:37.8705546Z Entering 'third_party/nccl/nccl' 2022-08-17T12:08:37.8738309Z Entering 'third_party/neon2sse' 2022-08-17T12:08:37.8770264Z Entering 'third_party/nlohmann' 2022-08-17T12:08:37.8803351Z Entering 'third_party/onnx' 2022-08-17T12:08:37.8847059Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.8879178Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.8913182Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:08:37.8945125Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:08:37.8980597Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:08:37.9012919Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:08:37.9046388Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.9081219Z Entering 'third_party/pocketfft' 2022-08-17T12:08:37.9112634Z Entering 'third_party/protobuf' 2022-08-17T12:08:37.9147142Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:08:37.9179371Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:08:37.9212885Z Entering 'third_party/psimd' 2022-08-17T12:08:37.9245886Z Entering 'third_party/pthreadpool' 2022-08-17T12:08:37.9276547Z Entering 'third_party/pybind11' 2022-08-17T12:08:37.9308280Z Entering 'third_party/python-enum' 2022-08-17T12:08:37.9339811Z Entering 'third_party/python-peachpy' 2022-08-17T12:08:37.9371842Z Entering 'third_party/python-six' 2022-08-17T12:08:37.9403712Z Entering 'third_party/sleef' 2022-08-17T12:08:37.9435339Z Entering 'third_party/tbb' 2022-08-17T12:08:37.9468339Z Entering 'third_party/tensorpipe' 2022-08-17T12:08:37.9500166Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:08:37.9532546Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:08:37.9564843Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:08:37.9596148Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:08:37.9627297Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:08:37.9661681Z Entering 'third_party/zstd' 2022-08-17T12:08:37.9701598Z ##[endgroup] 2022-08-17T12:08:37.9735366Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:08:37.9757623Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:08:37.9867338Z Prepare all required actions 2022-08-17T12:08:37.9894084Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:08:37.9894282Z env: 2022-08-17T12:08:37.9894457Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:37.9894629Z ##[endgroup] 2022-08-17T12:08:37.9911382Z ##[group]Run set -euo pipefail 2022-08-17T12:08:37.9911670Z set -euo pipefail 2022-08-17T12:08:37.9911935Z function get_ec2_metadata() { 2022-08-17T12:08:37.9912234Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:08:37.9912600Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:08:37.9912964Z  category=$1 2022-08-17T12:08:37.9913265Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:08:37.9913532Z } 2022-08-17T12:08:37.9913741Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:08:37.9914106Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:08:37.9914422Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:08:37.9914674Z echo "system info $(uname -a)" 2022-08-17T12:08:37.9926316Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:37.9926607Z env: 2022-08-17T12:08:37.9926790Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:37.9927027Z ##[endgroup] 2022-08-17T12:08:38.0002884Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:08:38.0052404Z instance-id: i-04627ffd6d2a4edfe 2022-08-17T12:08:38.0101469Z instance-type: c5.2xlarge 2022-08-17T12:08:38.0107542Z system info Linux ip-10-0-6-124.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-08-17T12:08:38.0152909Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:08:38.0153214Z if systemctl is-active --quiet docker; then 2022-08-17T12:08:38.0153485Z  echo "Docker daemon is running..."; 2022-08-17T12:08:38.0153708Z else 2022-08-17T12:08:38.0153973Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:08:38.0154225Z fi 2022-08-17T12:08:38.0165222Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:38.0165469Z env: 2022-08-17T12:08:38.0165671Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:38.0165875Z ##[endgroup] 2022-08-17T12:08:38.0205204Z Docker daemon is running... 2022-08-17T12:08:38.0220116Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:08:38.0220453Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:08:38.0220726Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:38.0221153Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:08:38.0221486Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:08:38.0231669Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:38.0231885Z env: 2022-08-17T12:08:38.0232048Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:38.0232238Z AWS_RETRY_MODE: standard 2022-08-17T12:08:38.0232423Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:08:38.0232602Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:08:38.0232775Z ##[endgroup] 2022-08-17T12:08:38.7592694Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:08:38.7593424Z Configure a credential helper to remove this warning. See 2022-08-17T12:08:38.7594058Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:08:38.7594577Z 2022-08-17T12:08:38.7594719Z Login Succeeded 2022-08-17T12:08:38.7661192Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:38.7661525Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:38.7661900Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:08:38.7673113Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:38.7673356Z env: 2022-08-17T12:08:38.7673559Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:38.7673762Z ##[endgroup] 2022-08-17T12:08:38.7733502Z Prepare all required actions 2022-08-17T12:08:38.7733737Z Getting action download info 2022-08-17T12:08:39.0514742Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:08:39.1733459Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:08:39.1733660Z with: 2022-08-17T12:08:39.1734011Z github-secret: *** 2022-08-17T12:08:39.1734181Z env: 2022-08-17T12:08:39.1734349Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:39.1734519Z ##[endgroup] 2022-08-17T12:08:39.1780659Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:08:39.1780863Z with: 2022-08-17T12:08:39.1781159Z GITHUB_TOKEN: *** 2022-08-17T12:08:39.1781340Z activate-with-label: false 2022-08-17T12:08:39.1781538Z label: with-ssh 2022-08-17T12:08:39.1781725Z remove-existing-keys: true 2022-08-17T12:08:39.1781889Z env: 2022-08-17T12:08:39.1782054Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:39.1782234Z ##[endgroup] 2022-08-17T12:08:39.6010807Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:08:39.6776094Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:08:39.6789582Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:08:39.6812088Z Login using: ssh ec2-user@ec2-54-225-0-135.compute-1.amazonaws.com 2022-08-17T12:08:39.6855583Z Prepare all required actions 2022-08-17T12:08:39.6873663Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:08:39.6873872Z with: 2022-08-17T12:08:39.6874205Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:08:39.6874514Z env: 2022-08-17T12:08:39.6874691Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:39.6874873Z ##[endgroup] 2022-08-17T12:08:39.6887853Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:39.6888127Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:08:39.6888392Z # ignore output since only exit code is used for conditional 2022-08-17T12:08:39.6888656Z # only pull docker image if it's not available locally 2022-08-17T12:08:39.6888949Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:08:39.6889254Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:08:39.6889436Z fi 2022-08-17T12:08:39.6900515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:08:39.6900733Z env: 2022-08-17T12:08:39.6900895Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:08:39.6901251Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:08:39.6901583Z ##[endgroup] 2022-08-17T12:08:39.9286965Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-08-17T12:08:39.9287879Z 22c5ef60a68e: Pulling fs layer 2022-08-17T12:08:39.9288577Z 7de94ae42eb5: Pulling fs layer 2022-08-17T12:08:39.9289122Z a139447d0ea1: Pulling fs layer 2022-08-17T12:08:39.9289597Z b77cf8c70533: Pulling fs layer 2022-08-17T12:08:39.9289992Z b1054aea5f94: Pulling fs layer 2022-08-17T12:08:39.9290446Z 1d6c2c55a73e: Pulling fs layer 2022-08-17T12:08:39.9290788Z 2ba0c5f4eec5: Pulling fs layer 2022-08-17T12:08:39.9291262Z eae1a598e78a: Pulling fs layer 2022-08-17T12:08:39.9291561Z 46b0d6774d29: Pulling fs layer 2022-08-17T12:08:39.9292035Z 08718746cfb0: Pulling fs layer 2022-08-17T12:08:39.9292368Z bbdfc80c705d: Pulling fs layer 2022-08-17T12:08:39.9292774Z 1d6c2c55a73e: Waiting 2022-08-17T12:08:39.9292998Z 5dbd12e1e6d6: Pulling fs layer 2022-08-17T12:08:39.9293318Z 2ba0c5f4eec5: Waiting 2022-08-17T12:08:39.9293531Z c0e304039a83: Pulling fs layer 2022-08-17T12:08:39.9293720Z eae1a598e78a: Waiting 2022-08-17T12:08:39.9293900Z 4971ab711018: Pulling fs layer 2022-08-17T12:08:39.9294065Z 08718746cfb0: Waiting 2022-08-17T12:08:39.9294275Z bbdfc80c705d: Waiting 2022-08-17T12:08:39.9294452Z 46b0d6774d29: Waiting 2022-08-17T12:08:39.9294619Z 91d5b0baf4b6: Pulling fs layer 2022-08-17T12:08:39.9294812Z a518fdf5021e: Pulling fs layer 2022-08-17T12:08:39.9295020Z b1054aea5f94: Waiting 2022-08-17T12:08:39.9295320Z c31ac2d0a96f: Pulling fs layer 2022-08-17T12:08:39.9295618Z 936b57f23caa: Pulling fs layer 2022-08-17T12:08:39.9295815Z 39e9a06fcd04: Pulling fs layer 2022-08-17T12:08:39.9295983Z 4971ab711018: Waiting 2022-08-17T12:08:39.9296161Z 0ba408c9a991: Pulling fs layer 2022-08-17T12:08:39.9296387Z c31ac2d0a96f: Waiting 2022-08-17T12:08:39.9296548Z a518fdf5021e: Waiting 2022-08-17T12:08:39.9296731Z 4eeddff048e2: Pulling fs layer 2022-08-17T12:08:39.9296921Z b03153a30ed7: Pulling fs layer 2022-08-17T12:08:39.9297089Z 0ba408c9a991: Waiting 2022-08-17T12:08:39.9297271Z 21f97d722412: Pulling fs layer 2022-08-17T12:08:39.9297450Z 936b57f23caa: Waiting 2022-08-17T12:08:39.9297606Z c0e304039a83: Waiting 2022-08-17T12:08:39.9297773Z 4eeddff048e2: Waiting 2022-08-17T12:08:39.9297951Z 26968089f8f1: Pulling fs layer 2022-08-17T12:08:39.9298466Z 582f4dc0ea3c: Pulling fs layer 2022-08-17T12:08:39.9298696Z 9a116a946de5: Pulling fs layer 2022-08-17T12:08:39.9298938Z 6148b429c75d: Pulling fs layer 2022-08-17T12:08:39.9299128Z 61b058bacd26: Pulling fs layer 2022-08-17T12:08:39.9299307Z 2bb23ddca198: Pulling fs layer 2022-08-17T12:08:39.9299646Z 27c4a4994c6e: Pulling fs layer 2022-08-17T12:08:39.9299880Z 3592701c48ce: Pulling fs layer 2022-08-17T12:08:39.9300057Z cfd1c8399b8f: Pulling fs layer 2022-08-17T12:08:39.9300236Z 39e9a06fcd04: Waiting 2022-08-17T12:08:39.9300695Z 03c958aac076: Pulling fs layer 2022-08-17T12:08:39.9300993Z 6dbd2e8e1d0c: Pulling fs layer 2022-08-17T12:08:39.9301335Z 288fc19fc463: Pulling fs layer 2022-08-17T12:08:39.9301683Z 87cfb8779f20: Pulling fs layer 2022-08-17T12:08:39.9301979Z 26968089f8f1: Waiting 2022-08-17T12:08:39.9302281Z 52d4c8a6a45a: Pulling fs layer 2022-08-17T12:08:39.9302524Z 582f4dc0ea3c: Waiting 2022-08-17T12:08:39.9302696Z e85f41721daf: Pulling fs layer 2022-08-17T12:08:39.9302890Z a2fc7fee1f86: Pulling fs layer 2022-08-17T12:08:39.9303072Z 9a116a946de5: Waiting 2022-08-17T12:08:39.9303284Z 30320e4ebea2: Pulling fs layer 2022-08-17T12:08:39.9303451Z 6148b429c75d: Waiting 2022-08-17T12:08:39.9303628Z 7da2e0e49462: Pulling fs layer 2022-08-17T12:08:39.9303824Z d3af1b4bab6b: Pulling fs layer 2022-08-17T12:08:39.9304104Z 61b058bacd26: Waiting 2022-08-17T12:08:39.9304276Z 91d5b0baf4b6: Waiting 2022-08-17T12:08:39.9304454Z c192004dc29d: Pulling fs layer 2022-08-17T12:08:39.9304633Z f764ec246fcd: Pulling fs layer 2022-08-17T12:08:39.9304922Z 2bb23ddca198: Waiting 2022-08-17T12:08:39.9305302Z 3fe950f6e93f: Pulling fs layer 2022-08-17T12:08:39.9305729Z 2cc067aa247e: Pulling fs layer 2022-08-17T12:08:39.9306087Z 23abdbeecfb4: Pulling fs layer 2022-08-17T12:08:39.9306468Z 2d0177d2760b: Pulling fs layer 2022-08-17T12:08:39.9306751Z 288fc19fc463: Waiting 2022-08-17T12:08:39.9306943Z ae09ccf5bc2d: Pulling fs layer 2022-08-17T12:08:39.9307121Z 21f97d722412: Waiting 2022-08-17T12:08:39.9307285Z 1fa185240ca3: Pulling fs layer 2022-08-17T12:08:39.9307552Z a6e0fcd1aa20: Pulling fs layer 2022-08-17T12:08:39.9307735Z cfd1c8399b8f: Waiting 2022-08-17T12:08:39.9307892Z 30320e4ebea2: Waiting 2022-08-17T12:08:39.9308062Z 6dbd2e8e1d0c: Waiting 2022-08-17T12:08:39.9308229Z 27c4a4994c6e: Waiting 2022-08-17T12:08:39.9308399Z 8e01ec37d418: Pulling fs layer 2022-08-17T12:08:39.9308578Z 03c958aac076: Waiting 2022-08-17T12:08:39.9308741Z c192004dc29d: Waiting 2022-08-17T12:08:39.9308893Z 7da2e0e49462: Waiting 2022-08-17T12:08:39.9309071Z 1c32b0efd017: Pulling fs layer 2022-08-17T12:08:39.9309330Z d3af1b4bab6b: Waiting 2022-08-17T12:08:39.9309681Z 597207aa735b: Pulling fs layer 2022-08-17T12:08:39.9309939Z f764ec246fcd: Waiting 2022-08-17T12:08:39.9310105Z 3fe950f6e93f: Waiting 2022-08-17T12:08:39.9310271Z ebf0ded24680: Pulling fs layer 2022-08-17T12:08:39.9310461Z 0c2d3f725e85: Pulling fs layer 2022-08-17T12:08:39.9310653Z 8ed5b0e148f1: Pulling fs layer 2022-08-17T12:08:39.9310821Z 2cc067aa247e: Waiting 2022-08-17T12:08:39.9310998Z 1f07a0c552f0: Pulling fs layer 2022-08-17T12:08:39.9311188Z cbd9ad8028e7: Pulling fs layer 2022-08-17T12:08:39.9311357Z 2d0177d2760b: Waiting 2022-08-17T12:08:39.9311528Z 23abdbeecfb4: Waiting 2022-08-17T12:08:39.9311711Z 7beb30acbc53: Pulling fs layer 2022-08-17T12:08:39.9311884Z 52d4c8a6a45a: Waiting 2022-08-17T12:08:39.9312113Z ae09ccf5bc2d: Waiting 2022-08-17T12:08:39.9312294Z 49c869d8a1f8: Pulling fs layer 2022-08-17T12:08:39.9312471Z 1fa185240ca3: Waiting 2022-08-17T12:08:39.9312628Z ebf0ded24680: Waiting 2022-08-17T12:08:39.9312800Z a6e0fcd1aa20: Waiting 2022-08-17T12:08:39.9313000Z a2fc7fee1f86: Waiting 2022-08-17T12:08:39.9313154Z 0c2d3f725e85: Waiting 2022-08-17T12:08:39.9313327Z 8ed5b0e148f1: Waiting 2022-08-17T12:08:39.9313505Z 8e01ec37d418: Waiting 2022-08-17T12:08:39.9313662Z 49c869d8a1f8: Waiting 2022-08-17T12:08:39.9313830Z 7beb30acbc53: Waiting 2022-08-17T12:08:39.9313996Z cbd9ad8028e7: Waiting 2022-08-17T12:08:39.9314148Z 597207aa735b: Waiting 2022-08-17T12:08:39.9314311Z 3592701c48ce: Waiting 2022-08-17T12:08:39.9314473Z 1c32b0efd017: Waiting 2022-08-17T12:08:39.9314625Z e85f41721daf: Waiting 2022-08-17T12:08:39.9314793Z 1f07a0c552f0: Waiting 2022-08-17T12:08:39.9913442Z 7de94ae42eb5: Verifying Checksum 2022-08-17T12:08:39.9913694Z 7de94ae42eb5: Download complete 2022-08-17T12:08:40.0733143Z b77cf8c70533: Verifying Checksum 2022-08-17T12:08:40.0733501Z b77cf8c70533: Download complete 2022-08-17T12:08:40.2505847Z 22c5ef60a68e: Verifying Checksum 2022-08-17T12:08:40.2506289Z 22c5ef60a68e: Download complete 2022-08-17T12:08:40.3069615Z 1d6c2c55a73e: Download complete 2022-08-17T12:08:40.3744672Z 2ba0c5f4eec5: Verifying Checksum 2022-08-17T12:08:40.3745103Z 2ba0c5f4eec5: Download complete 2022-08-17T12:08:40.4526400Z eae1a598e78a: Verifying Checksum 2022-08-17T12:08:40.4526800Z eae1a598e78a: Download complete 2022-08-17T12:08:40.5232714Z 46b0d6774d29: Verifying Checksum 2022-08-17T12:08:40.5233068Z 46b0d6774d29: Download complete 2022-08-17T12:08:40.6077621Z 08718746cfb0: Verifying Checksum 2022-08-17T12:08:40.6078039Z 08718746cfb0: Download complete 2022-08-17T12:08:40.6843111Z bbdfc80c705d: Verifying Checksum 2022-08-17T12:08:40.6844343Z bbdfc80c705d: Download complete 2022-08-17T12:08:40.7464192Z 5dbd12e1e6d6: Download complete 2022-08-17T12:08:40.8194116Z c0e304039a83: Verifying Checksum 2022-08-17T12:08:40.8195141Z c0e304039a83: Download complete 2022-08-17T12:08:40.9082899Z 22c5ef60a68e: Pull complete 2022-08-17T12:08:41.0328863Z 7de94ae42eb5: Pull complete 2022-08-17T12:08:41.1398520Z b1054aea5f94: Verifying Checksum 2022-08-17T12:08:41.1398768Z b1054aea5f94: Download complete 2022-08-17T12:08:41.2064290Z 91d5b0baf4b6: Download complete 2022-08-17T12:08:41.2998986Z a518fdf5021e: Verifying Checksum 2022-08-17T12:08:41.2999391Z a518fdf5021e: Download complete 2022-08-17T12:08:41.3772092Z c31ac2d0a96f: Verifying Checksum 2022-08-17T12:08:41.3772328Z c31ac2d0a96f: Download complete 2022-08-17T12:08:41.4578999Z 936b57f23caa: Verifying Checksum 2022-08-17T12:08:41.4579419Z 936b57f23caa: Download complete 2022-08-17T12:08:41.5373329Z 39e9a06fcd04: Download complete 2022-08-17T12:08:41.6148534Z 0ba408c9a991: Verifying Checksum 2022-08-17T12:08:41.6148983Z 0ba408c9a991: Download complete 2022-08-17T12:08:41.7209997Z 4eeddff048e2: Verifying Checksum 2022-08-17T12:08:41.7210263Z 4eeddff048e2: Download complete 2022-08-17T12:08:41.7906958Z b03153a30ed7: Download complete 2022-08-17T12:08:42.0454890Z 21f97d722412: Verifying Checksum 2022-08-17T12:08:42.0455351Z 21f97d722412: Download complete 2022-08-17T12:08:42.1435810Z 26968089f8f1: Verifying Checksum 2022-08-17T12:08:42.2113574Z 26968089f8f1: Download complete 2022-08-17T12:08:42.2113899Z 582f4dc0ea3c: Verifying Checksum 2022-08-17T12:08:42.2114405Z 582f4dc0ea3c: Download complete 2022-08-17T12:08:42.6671437Z a139447d0ea1: Verifying Checksum 2022-08-17T12:08:42.6671842Z a139447d0ea1: Download complete 2022-08-17T12:08:42.7428362Z 6148b429c75d: Download complete 2022-08-17T12:08:42.8113034Z 61b058bacd26: Verifying Checksum 2022-08-17T12:08:42.8116037Z 61b058bacd26: Download complete 2022-08-17T12:08:42.9060508Z 2bb23ddca198: Verifying Checksum 2022-08-17T12:08:42.9060964Z 2bb23ddca198: Download complete 2022-08-17T12:08:42.9856354Z 27c4a4994c6e: Download complete 2022-08-17T12:08:43.0608026Z 3592701c48ce: Verifying Checksum 2022-08-17T12:08:43.0608537Z 3592701c48ce: Download complete 2022-08-17T12:08:43.1595245Z 9a116a946de5: Download complete 2022-08-17T12:08:43.2350645Z 03c958aac076: Verifying Checksum 2022-08-17T12:08:43.2353175Z 03c958aac076: Download complete 2022-08-17T12:08:43.4099304Z 6dbd2e8e1d0c: Verifying Checksum 2022-08-17T12:08:43.4100071Z 6dbd2e8e1d0c: Download complete 2022-08-17T12:08:43.4778648Z 288fc19fc463: Verifying Checksum 2022-08-17T12:08:43.4779426Z 288fc19fc463: Download complete 2022-08-17T12:08:43.5636348Z 87cfb8779f20: Verifying Checksum 2022-08-17T12:08:43.5637112Z 87cfb8779f20: Download complete 2022-08-17T12:08:43.6496851Z 52d4c8a6a45a: Verifying Checksum 2022-08-17T12:08:43.6497288Z 52d4c8a6a45a: Download complete 2022-08-17T12:08:43.7259539Z e85f41721daf: Verifying Checksum 2022-08-17T12:08:43.7260324Z e85f41721daf: Download complete 2022-08-17T12:08:43.8025324Z a2fc7fee1f86: Verifying Checksum 2022-08-17T12:08:43.8025747Z a2fc7fee1f86: Download complete 2022-08-17T12:08:43.8733503Z 30320e4ebea2: Verifying Checksum 2022-08-17T12:08:43.8735996Z 30320e4ebea2: Download complete 2022-08-17T12:08:45.0555905Z cfd1c8399b8f: Verifying Checksum 2022-08-17T12:08:45.0556323Z cfd1c8399b8f: Download complete 2022-08-17T12:08:45.1391317Z d3af1b4bab6b: Verifying Checksum 2022-08-17T12:08:45.1391738Z d3af1b4bab6b: Download complete 2022-08-17T12:08:45.2553261Z c192004dc29d: Verifying Checksum 2022-08-17T12:08:45.2553990Z c192004dc29d: Download complete 2022-08-17T12:08:46.0393374Z 7da2e0e49462: Verifying Checksum 2022-08-17T12:08:46.0394344Z 7da2e0e49462: Download complete 2022-08-17T12:08:46.1252038Z 3fe950f6e93f: Download complete 2022-08-17T12:08:46.2089934Z 2cc067aa247e: Download complete 2022-08-17T12:08:46.6568534Z 23abdbeecfb4: Verifying Checksum 2022-08-17T12:08:46.6569016Z 23abdbeecfb4: Download complete 2022-08-17T12:08:46.7350675Z 2d0177d2760b: Verifying Checksum 2022-08-17T12:08:46.7351234Z 2d0177d2760b: Download complete 2022-08-17T12:08:46.8272156Z ae09ccf5bc2d: Verifying Checksum 2022-08-17T12:08:46.8272678Z ae09ccf5bc2d: Download complete 2022-08-17T12:08:46.9176574Z 1fa185240ca3: Verifying Checksum 2022-08-17T12:08:46.9176991Z 1fa185240ca3: Download complete 2022-08-17T12:08:46.9929106Z a6e0fcd1aa20: Download complete 2022-08-17T12:08:47.2374186Z 8e01ec37d418: Verifying Checksum 2022-08-17T12:08:47.2374579Z 8e01ec37d418: Download complete 2022-08-17T12:08:47.3358948Z 1c32b0efd017: Verifying Checksum 2022-08-17T12:08:47.4096668Z 597207aa735b: Verifying Checksum 2022-08-17T12:08:47.4102472Z 597207aa735b: Download complete 2022-08-17T12:08:48.6276485Z a139447d0ea1: Pull complete 2022-08-17T12:08:48.8170762Z b77cf8c70533: Pull complete 2022-08-17T12:08:50.6630065Z ebf0ded24680: Verifying Checksum 2022-08-17T12:08:50.6630474Z ebf0ded24680: Download complete 2022-08-17T12:08:50.7903165Z 0c2d3f725e85: Download complete 2022-08-17T12:08:50.8692685Z 8ed5b0e148f1: Download complete 2022-08-17T12:08:50.9407237Z 1f07a0c552f0: Download complete 2022-08-17T12:08:51.0225696Z cbd9ad8028e7: Download complete 2022-08-17T12:08:51.1174476Z 7beb30acbc53: Verifying Checksum 2022-08-17T12:08:51.1174782Z 7beb30acbc53: Download complete 2022-08-17T12:08:52.9552652Z 49c869d8a1f8: Verifying Checksum 2022-08-17T12:08:52.9552955Z 49c869d8a1f8: Download complete 2022-08-17T12:09:03.6341519Z 4971ab711018: Verifying Checksum 2022-08-17T12:09:03.6341906Z 4971ab711018: Download complete 2022-08-17T12:09:05.4689620Z b1054aea5f94: Pull complete 2022-08-17T12:09:05.9167942Z 1d6c2c55a73e: Pull complete 2022-08-17T12:09:06.3924570Z 2ba0c5f4eec5: Pull complete 2022-08-17T12:09:06.8899171Z eae1a598e78a: Pull complete 2022-08-17T12:09:07.3665257Z 46b0d6774d29: Pull complete 2022-08-17T12:09:07.8414759Z 08718746cfb0: Pull complete 2022-08-17T12:09:08.3318016Z bbdfc80c705d: Pull complete 2022-08-17T12:09:08.7958438Z 5dbd12e1e6d6: Pull complete 2022-08-17T12:09:09.2437672Z c0e304039a83: Pull complete 2022-08-17T12:09:12.4276570Z f764ec246fcd: Verifying Checksum 2022-08-17T12:09:12.4276886Z f764ec246fcd: Download complete 2022-08-17T12:09:37.1637836Z 4971ab711018: Pull complete 2022-08-17T12:09:37.5071627Z 91d5b0baf4b6: Pull complete 2022-08-17T12:09:37.7339619Z a518fdf5021e: Pull complete 2022-08-17T12:09:37.8663938Z c31ac2d0a96f: Pull complete 2022-08-17T12:09:37.9890223Z 936b57f23caa: Pull complete 2022-08-17T12:09:38.1626878Z 39e9a06fcd04: Pull complete 2022-08-17T12:09:38.4030408Z 0ba408c9a991: Pull complete 2022-08-17T12:09:38.6291993Z 4eeddff048e2: Pull complete 2022-08-17T12:09:38.8674437Z b03153a30ed7: Pull complete 2022-08-17T12:09:39.3963358Z 21f97d722412: Pull complete 2022-08-17T12:09:39.5471297Z 26968089f8f1: Pull complete 2022-08-17T12:09:39.7118981Z 582f4dc0ea3c: Pull complete 2022-08-17T12:09:41.5980673Z 9a116a946de5: Pull complete 2022-08-17T12:09:41.8221820Z 6148b429c75d: Pull complete 2022-08-17T12:09:42.0446314Z 61b058bacd26: Pull complete 2022-08-17T12:09:42.3144187Z 2bb23ddca198: Pull complete 2022-08-17T12:09:42.5489316Z 27c4a4994c6e: Pull complete 2022-08-17T12:09:42.7608985Z 3592701c48ce: Pull complete 2022-08-17T12:09:46.8585779Z cfd1c8399b8f: Pull complete 2022-08-17T12:09:47.0949667Z 03c958aac076: Pull complete 2022-08-17T12:09:47.3388126Z 6dbd2e8e1d0c: Pull complete 2022-08-17T12:09:47.5605837Z 288fc19fc463: Pull complete 2022-08-17T12:09:47.7867323Z 87cfb8779f20: Pull complete 2022-08-17T12:09:47.9985315Z 52d4c8a6a45a: Pull complete 2022-08-17T12:09:48.1968294Z e85f41721daf: Pull complete 2022-08-17T12:09:48.3129951Z a2fc7fee1f86: Pull complete 2022-08-17T12:09:48.5150357Z 30320e4ebea2: Pull complete 2022-08-17T12:09:55.0714839Z 7da2e0e49462: Pull complete 2022-08-17T12:09:55.2450753Z d3af1b4bab6b: Pull complete 2022-08-17T12:09:55.3931961Z c192004dc29d: Pull complete 2022-08-17T12:10:11.9080283Z f764ec246fcd: Pull complete 2022-08-17T12:10:12.1179797Z 3fe950f6e93f: Pull complete 2022-08-17T12:10:12.2898529Z 2cc067aa247e: Pull complete 2022-08-17T12:10:13.4432133Z 23abdbeecfb4: Pull complete 2022-08-17T12:10:13.6554910Z 2d0177d2760b: Pull complete 2022-08-17T12:10:13.8677498Z ae09ccf5bc2d: Pull complete 2022-08-17T12:10:14.0986663Z 1fa185240ca3: Pull complete 2022-08-17T12:10:14.3324922Z a6e0fcd1aa20: Pull complete 2022-08-17T12:10:14.7540081Z 8e01ec37d418: Pull complete 2022-08-17T12:10:14.9632897Z 1c32b0efd017: Pull complete 2022-08-17T12:10:15.1910490Z 597207aa735b: Pull complete 2022-08-17T12:10:19.0347765Z ebf0ded24680: Pull complete 2022-08-17T12:10:19.2712049Z 0c2d3f725e85: Pull complete 2022-08-17T12:10:19.4761241Z 8ed5b0e148f1: Pull complete 2022-08-17T12:10:19.7048525Z 1f07a0c552f0: Pull complete 2022-08-17T12:10:19.9190978Z cbd9ad8028e7: Pull complete 2022-08-17T12:10:20.1395680Z 7beb30acbc53: Pull complete 2022-08-17T12:10:21.7217187Z 49c869d8a1f8: Pull complete 2022-08-17T12:10:21.8349368Z Digest: sha256:95ffc4876faa899831aa05eeaff071d886a2b5688e7ec5c723861bb7b90674ff 2022-08-17T12:10:21.8780646Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:21.8990087Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:21.9037937Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:10:21.9038214Z python3 -m pip install psutil==5.9.1 2022-08-17T12:10:21.9038452Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:10:21.9038716Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:10:21.9039050Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:10:21.9058701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:21.9058923Z env: 2022-08-17T12:10:21.9059096Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:21.9059271Z ##[endgroup] 2022-08-17T12:10:24.7957628Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:10:25.0591578Z Collecting psutil==5.9.1 2022-08-17T12:10:25.0740434Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-08-17T12:10:25.1255652Z Installing collected packages: psutil 2022-08-17T12:10:25.2441731Z Successfully installed psutil-5.9.1 2022-08-17T12:10:25.5855446Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:10:25.6393515Z Collecting pynvml==11.4.1 2022-08-17T12:10:25.6540418Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:10:25.6877599Z Installing collected packages: pynvml 2022-08-17T12:10:25.7317198Z Successfully installed pynvml-11.4.1 2022-08-17T12:10:25.7790808Z Prepare all required actions 2022-08-17T12:10:25.7791064Z Getting action download info 2022-08-17T12:10:26.0194268Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:10:26.2126851Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:10:26.3382919Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:10:26.3383171Z with: 2022-08-17T12:10:26.3383376Z name: linux-bionic-py3.7-clang9 2022-08-17T12:10:26.3383590Z env: 2022-08-17T12:10:26.3383789Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:26.3383991Z ##[endgroup] 2022-08-17T12:10:26.3409958Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:10:26.3410203Z with: 2022-08-17T12:10:26.3410422Z name: linux-bionic-py3.7-clang9 2022-08-17T12:10:26.3410656Z s3-bucket: gha-artifacts 2022-08-17T12:10:26.3410879Z region: us-east-1 2022-08-17T12:10:26.3411072Z env: 2022-08-17T12:10:26.3411292Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:26.3411503Z ##[endgroup] 2022-08-17T12:10:27.0942708Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-bionic-py3.7-clang9/ 2022-08-17T12:10:27.0943251Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:32.1353925Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:10:32.1354176Z 2022-08-17T12:10:32.1355048Z Artifact download has finished successfully 2022-08-17T12:10:32.1442648Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:10:32.1442878Z unzip -o artifacts.zip 2022-08-17T12:10:32.1454045Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:32.1454266Z env: 2022-08-17T12:10:32.1454441Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:32.1454628Z ##[endgroup] 2022-08-17T12:10:32.1726729Z Archive: artifacts.zip 2022-08-17T12:10:32.1727879Z creating: dist/ 2022-08-17T12:10:32.9698254Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:32.9698590Z creating: build/custom_test_artifacts/ 2022-08-17T12:10:32.9698895Z creating: build/custom_test_artifacts/custom-op-build/ 2022-08-17T12:10:32.9699246Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-08-17T12:10:32.9701204Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:32.9701603Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:32.9702004Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:32.9702423Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:32.9702839Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:32.9705216Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:32.9706461Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:32.9706885Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:32.9707302Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:32.9709299Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:32.9710518Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:32.9711876Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:32.9712421Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:32.9714012Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:32.9714691Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:32.9715107Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:32.9715979Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:32.9716456Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:32.9716858Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-08-17T12:10:32.9717371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:32.9718578Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-08-17T12:10:32.9719524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-08-17T12:10:32.9720460Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-08-17T12:10:32.9721355Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:32.9722245Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-08-17T12:10:32.9723100Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:32.9723947Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-08-17T12:10:32.9724967Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-08-17T12:10:32.9739629Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-08-17T12:10:32.9796655Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-08-17T12:10:32.9797550Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-08-17T12:10:32.9798458Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-08-17T12:10:32.9799396Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-08-17T12:10:32.9800366Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-08-17T12:10:32.9801256Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-08-17T12:10:32.9802168Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-08-17T12:10:32.9803041Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-08-17T12:10:32.9804199Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-08-17T12:10:32.9805074Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-08-17T12:10:32.9805944Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-08-17T12:10:32.9819794Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-08-17T12:10:32.9856655Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-08-17T12:10:32.9857638Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:32.9858538Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:32.9859378Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-08-17T12:10:32.9860258Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-08-17T12:10:32.9861031Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:32.9861789Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-08-17T12:10:32.9862693Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-08-17T12:10:32.9863441Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-08-17T12:10:32.9914392Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-08-17T12:10:32.9944330Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-08-17T12:10:32.9945020Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-08-17T12:10:32.9945680Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-08-17T12:10:32.9947625Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:32.9948353Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:32.9949142Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:32.9949957Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:32.9950751Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:32.9952064Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:32.9953434Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:32.9954272Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:32.9955090Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:32.9956725Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:32.9958055Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:32.9959536Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:32.9960527Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:32.9961826Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:32.9962813Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:32.9963630Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:32.9964588Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:32.9965514Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:32.9966310Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-08-17T12:10:32.9967202Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-08-17T12:10:32.9968112Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-08-17T12:10:32.9969008Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-08-17T12:10:32.9969865Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-08-17T12:10:32.9970742Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-08-17T12:10:32.9971597Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-08-17T12:10:32.9972468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-08-17T12:10:32.9973403Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-08-17T12:10:32.9974258Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-08-17T12:10:32.9987682Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-08-17T12:10:33.0012337Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-08-17T12:10:33.0013278Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:33.0014171Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:33.0014980Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-08-17T12:10:33.0015759Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-08-17T12:10:33.0016495Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:33.0017251Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-08-17T12:10:33.0018104Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-08-17T12:10:33.0018848Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-08-17T12:10:33.0039002Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-08-17T12:10:33.0039720Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-08-17T12:10:33.0040491Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-08-17T12:10:33.0042024Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-08-17T12:10:33.0042837Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-08-17T12:10:33.0043696Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-08-17T12:10:33.0044719Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-08-17T12:10:33.0045524Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-08-17T12:10:33.0046458Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-08-17T12:10:33.0047594Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-08-17T12:10:33.0048465Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-08-17T12:10:33.0049295Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-08-17T12:10:33.0050875Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-08-17T12:10:33.0052234Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-08-17T12:10:33.0053763Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-08-17T12:10:33.0054719Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-08-17T12:10:33.0055894Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-08-17T12:10:33.0056857Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-08-17T12:10:33.0057323Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-08-17T12:10:33.0057829Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-08-17T12:10:33.0058667Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-08-17T12:10:33.0059656Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-08-17T12:10:33.0060607Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:33.0061506Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-08-17T12:10:33.0062462Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-08-17T12:10:33.0063391Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-08-17T12:10:33.0064361Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:33.0065268Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-08-17T12:10:33.0066188Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:33.0067096Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-08-17T12:10:33.0067986Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-08-17T12:10:33.0069379Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-08-17T12:10:33.0148688Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-08-17T12:10:33.0149663Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-08-17T12:10:33.0150627Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-08-17T12:10:33.0151633Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-08-17T12:10:33.0152632Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-08-17T12:10:33.0153572Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-08-17T12:10:33.0154521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-08-17T12:10:33.0155449Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-08-17T12:10:33.0156393Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-08-17T12:10:33.0157299Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-08-17T12:10:33.0158222Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-08-17T12:10:33.0171816Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-08-17T12:10:33.0191115Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-08-17T12:10:33.0192138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-08-17T12:10:33.0193087Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-08-17T12:10:33.0193931Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-08-17T12:10:33.0194762Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-08-17T12:10:33.0195565Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-08-17T12:10:33.0196375Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-08-17T12:10:33.0197243Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-08-17T12:10:33.0198036Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-08-17T12:10:33.0266752Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-08-17T12:10:33.0282832Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-08-17T12:10:33.0283363Z creating: build/lib/ 2022-08-17T12:10:33.0284365Z inflating: build/lib/libclog.a 2022-08-17T12:10:33.0339269Z inflating: build/lib/libgtest.a 2022-08-17T12:10:33.0347431Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:10:33.0409194Z inflating: build/lib/libbenchmark.a 2022-08-17T12:10:33.0481485Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:10:33.0489266Z inflating: build/lib/libittnotify.a 2022-08-17T12:10:33.0513543Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:10:33.0577887Z inflating: build/lib/libgloo.a 2022-08-17T12:10:33.0637916Z inflating: build/lib/libasmjit.a 2022-08-17T12:10:33.1012979Z inflating: build/lib/libprotobuf.a 2022-08-17T12:10:33.1027427Z inflating: build/lib/libfmt.a 2022-08-17T12:10:33.1028028Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:10:33.1073060Z inflating: build/lib/libc10.so 2022-08-17T12:10:33.1073963Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:10:33.1081531Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:10:33.1088562Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:10:33.1091141Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:10:33.1102650Z inflating: build/lib/libgmock.a 2022-08-17T12:10:33.1103213Z inflating: build/lib/libgtest_main.a 2022-08-17T12:10:33.1103992Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:10:34.0131984Z inflating: build/lib/libdnnl.a 2022-08-17T12:10:34.0550094Z inflating: build/lib/libprotoc.a 2022-08-17T12:10:34.1007031Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:10:34.1018932Z inflating: build/lib/libqnnpack.a 2022-08-17T12:10:34.1019691Z inflating: build/lib/libgmock_main.a 2022-08-17T12:10:34.1957969Z inflating: build/lib/libfbgemm.a 2022-08-17T12:10:34.2913368Z inflating: build/lib/libdnnl_graph.a 2022-08-17T12:10:34.3084309Z inflating: build/lib/libkineto.a 2022-08-17T12:10:34.3102308Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:10:34.3205657Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:10:34.3242200Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:10:34.3282405Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:10:34.3299093Z inflating: build/lib/libnnpack.a 2022-08-17T12:10:34.3815395Z inflating: build/lib/libonnx.a 2022-08-17T12:10:36.2502136Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:10:36.2502644Z inflating: build/lib/libtorch.so 2022-08-17T12:10:36.2506865Z inflating: build/lib/libshm.so 2022-08-17T12:10:36.2528707Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:10:36.2577669Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:10:36.2602844Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:10:36.4129546Z inflating: build/lib/libtorch_python.so 2022-08-17T12:10:36.4165617Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:10:36.4166055Z creating: build/bin/ 2022-08-17T12:10:36.4210561Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:10:36.4256107Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:10:36.4301248Z inflating: build/bin/c10_Device_test 2022-08-17T12:10:36.4344967Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:10:36.4396833Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:10:36.4441823Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:10:36.4489913Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:10:36.4539407Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:10:36.4590629Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:10:36.4634102Z inflating: build/bin/c10_Array_test 2022-08-17T12:10:36.4679412Z inflating: build/bin/c10_C++17_test 2022-08-17T12:10:36.4726521Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:10:36.4770249Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:10:36.4814772Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:10:36.4859150Z inflating: build/bin/c10_Half_test 2022-08-17T12:10:36.4913029Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:10:36.4962763Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:10:36.5096172Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:10:36.5144769Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:10:36.5189526Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:10:36.5234886Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:10:36.5280071Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:10:36.5323920Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:10:36.5370053Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:10:36.5418449Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:10:36.5467698Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:10:36.5516346Z inflating: build/bin/c10_complex_test 2022-08-17T12:10:36.5605248Z inflating: build/bin/c10_either_test 2022-08-17T12:10:36.5651970Z inflating: build/bin/c10_exception_test 2022-08-17T12:10:36.5697402Z inflating: build/bin/c10_flags_test 2022-08-17T12:10:36.5825898Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:10:36.5871071Z inflating: build/bin/c10_irange_test 2022-08-17T12:10:36.5919829Z inflating: build/bin/c10_logging_test 2022-08-17T12:10:36.5987836Z inflating: build/bin/c10_optional_test 2022-08-17T12:10:36.6042798Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:10:36.6090708Z inflating: build/bin/c10_registry_test 2022-08-17T12:10:36.6141521Z inflating: build/bin/c10_string_view_test 2022-08-17T12:10:36.6187027Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:10:36.6226777Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:10:36.6274432Z inflating: build/bin/c10_typeid_test 2022-08-17T12:10:36.6637592Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:10:36.7000661Z inflating: build/bin/protoc 2022-08-17T12:10:36.7294076Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:10:36.7599725Z inflating: build/bin/vec_test_all_types_AVX512 2022-08-17T12:10:36.7917778Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:10:36.7965049Z inflating: build/bin/HashStoreTest 2022-08-17T12:10:36.8012087Z inflating: build/bin/FileStoreTest 2022-08-17T12:10:36.8064841Z inflating: build/bin/TCPStoreTest 2022-08-17T12:10:36.8123166Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:10:36.8126013Z inflating: build/bin/example_allreduce 2022-08-17T12:10:36.8174866Z inflating: build/bin/test_dist_autograd 2022-08-17T12:10:36.8236581Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:10:36.8239014Z inflating: build/bin/parallel_benchmark 2022-08-17T12:10:36.8299851Z inflating: build/bin/test_mobile_nnc 2022-08-17T12:10:36.8309353Z inflating: build/bin/aot_model_compiler_test 2022-08-17T12:10:36.8359212Z inflating: build/bin/scalar_test 2022-08-17T12:10:36.8410940Z inflating: build/bin/apply_utils_test 2022-08-17T12:10:36.8466948Z inflating: build/bin/basic 2022-08-17T12:10:36.8776559Z inflating: build/bin/test_lazy 2022-08-17T12:10:36.8822923Z inflating: build/bin/Dimname_test 2022-08-17T12:10:36.8875291Z inflating: build/bin/atest 2022-08-17T12:10:36.8939399Z inflating: build/bin/Dict_test 2022-08-17T12:10:36.8989148Z inflating: build/bin/NamedTensor_test 2022-08-17T12:10:36.9036277Z inflating: build/bin/half_test 2022-08-17T12:10:36.9084547Z inflating: build/bin/broadcast_test 2022-08-17T12:10:36.9130449Z inflating: build/bin/dlconvertor_test 2022-08-17T12:10:36.9176146Z inflating: build/bin/wrapdim_test 2022-08-17T12:10:36.9227603Z inflating: build/bin/native_test 2022-08-17T12:10:36.9278611Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:10:36.9326999Z inflating: build/bin/test_parallel 2022-08-17T12:10:36.9373431Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:10:36.9375693Z inflating: build/bin/thread_init_test 2022-08-17T12:10:36.9376863Z inflating: build/bin/verify_api_visibility 2022-08-17T12:10:36.9422812Z inflating: build/bin/weakref_test 2022-08-17T12:10:36.9472819Z inflating: build/bin/quantized_test 2022-08-17T12:10:36.9518242Z inflating: build/bin/operators_test 2022-08-17T12:10:36.9567868Z inflating: build/bin/extension_backend_test 2022-08-17T12:10:36.9612551Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:10:36.9685003Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:10:36.9732385Z inflating: build/bin/math_kernel_test 2022-08-17T12:10:36.9778795Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:10:37.1144922Z inflating: build/bin/test_api 2022-08-17T12:10:37.1196022Z inflating: build/bin/cpu_generator_test 2022-08-17T12:10:37.1243372Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:10:37.1291057Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:10:37.1335482Z inflating: build/bin/variant_test 2022-08-17T12:10:37.1398258Z inflating: build/bin/pow_test 2022-08-17T12:10:37.1443800Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:10:37.1488527Z inflating: build/bin/reduce_ops_test 2022-08-17T12:10:37.1535626Z inflating: build/bin/memory_format_test 2022-08-17T12:10:37.1623680Z inflating: build/bin/ivalue_test 2022-08-17T12:10:37.1690106Z inflating: build/bin/vmap_test 2022-08-17T12:10:37.1771824Z inflating: build/bin/cpu_rng_test 2022-08-17T12:10:37.1827389Z inflating: build/bin/type_test 2022-08-17T12:10:37.1872074Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:10:37.1918367Z inflating: build/bin/stride_properties_test 2022-08-17T12:10:37.1971415Z inflating: build/bin/IListRef_test 2022-08-17T12:10:37.2062135Z inflating: build/bin/List_test 2022-08-17T12:10:37.2179512Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:10:37.2235895Z inflating: build/bin/KernelFunction_test 2022-08-17T12:10:37.2323580Z inflating: build/bin/kernel_function_test 2022-08-17T12:10:37.2442257Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:10:37.2536654Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:10:37.2590954Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:10:37.2635687Z inflating: build/bin/CppSignature_test 2022-08-17T12:10:37.2679370Z inflating: build/bin/op_allowlist_test 2022-08-17T12:10:37.2768209Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:10:37.3052112Z inflating: build/bin/op_registration_test 2022-08-17T12:10:37.3098630Z inflating: build/bin/inline_container_test 2022-08-17T12:10:37.3147642Z inflating: build/bin/backend_fallback_test 2022-08-17T12:10:37.3165039Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:10:37.3169820Z inflating: build/bin/torch_shm_manager 2022-08-17T12:10:37.4272030Z inflating: build/bin/test_tensorexpr 2022-08-17T12:10:37.4811073Z inflating: build/bin/test_jit 2022-08-17T12:10:37.4812891Z inflating: .pytorch-test-times.json 2022-08-17T12:10:37.4835533Z ##[group]Run df -H 2022-08-17T12:10:37.4835720Z df -H 2022-08-17T12:10:37.4847235Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:37.4847451Z env: 2022-08-17T12:10:37.4847625Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:37.4847800Z ##[endgroup] 2022-08-17T12:10:37.4907900Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:10:37.4908279Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-08-17T12:10:37.4908801Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-08-17T12:10:37.4909137Z tmpfs 8.2G 463k 8.2G 1% /run 2022-08-17T12:10:37.4909656Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-08-17T12:10:37.4909920Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-08-17T12:10:37.4910149Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-08-17T12:10:37.4926865Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:10:37.4927104Z .github/scripts/parse_ref.py 2022-08-17T12:10:37.4936940Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:37.4937106Z env: 2022-08-17T12:10:37.4937278Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:37.4937463Z ##[endgroup] 2022-08-17T12:10:37.5167546Z ##[group]Run set -x 2022-08-17T12:10:37.5167796Z set -x 2022-08-17T12:10:37.5167960Z  2022-08-17T12:10:37.5168154Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:10:37.5168407Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:10:37.5168664Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:10:37.5168899Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:10:37.5169095Z else 2022-08-17T12:10:37.5169285Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:37.5169483Z fi 2022-08-17T12:10:37.5169638Z  2022-08-17T12:10:37.5169862Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:10:37.5170090Z  2022-08-17T12:10:37.5170306Z # sanitize the input commit message and PR body here: 2022-08-17T12:10:37.5170507Z # 2022-08-17T12:10:37.5170782Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:10:37.5171151Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:10:37.5171454Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:10:37.5171683Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:10:37.5171863Z  2022-08-17T12:10:37.5172108Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:10:37.5172385Z # wreak havoc internally 2022-08-17T12:10:37.5172616Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:10:37.5172853Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:10:37.5173027Z  2022-08-17T12:10:37.5173251Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:10:37.5173544Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:10:37.5173805Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:10:37.5174042Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:10:37.5174331Z container_name=$(docker run \ 2022-08-17T12:10:37.5174533Z  ${GPU_FLAG:-} \ 2022-08-17T12:10:37.5174719Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:10:37.5174919Z  -e PR_NUMBER \ 2022-08-17T12:10:37.5175112Z  -e GITHUB_ACTIONS \ 2022-08-17T12:10:37.5175288Z  -e BASE_SHA \ 2022-08-17T12:10:37.5175472Z  -e BRANCH \ 2022-08-17T12:10:37.5175651Z  -e SHA1 \ 2022-08-17T12:10:37.5175827Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:10:37.5176027Z  -e IN_WHEEL_TEST \ 2022-08-17T12:10:37.5176219Z  -e SHARD_NUMBER \ 2022-08-17T12:10:37.5176398Z  -e TEST_CONFIG \ 2022-08-17T12:10:37.5176589Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:10:37.5176777Z  -e PR_BODY \ 2022-08-17T12:10:37.5176957Z  -e COMMIT_MESSAGES \ 2022-08-17T12:10:37.5177169Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:10:37.5177395Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:10:37.5177592Z  -e PR_LABELS \ 2022-08-17T12:10:37.5177802Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:10:37.5178012Z  -e SCCACHE_BUCKET \ 2022-08-17T12:10:37.5178200Z  -e XLA_CUDA \ 2022-08-17T12:10:37.5178393Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:10:37.5178640Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:10:37.5178876Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:10:37.5179090Z  --security-opt seccomp=unconfined \ 2022-08-17T12:10:37.5179312Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:10:37.5179506Z  --ipc=host \ 2022-08-17T12:10:37.5179688Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:10:37.5179877Z  --tty \ 2022-08-17T12:10:37.5180091Z  --detach \ 2022-08-17T12:10:37.5180277Z  --name="${container_name}" \ 2022-08-17T12:10:37.5180476Z  --user jenkins \ 2022-08-17T12:10:37.5180715Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:10:37.5180964Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:10:37.5181156Z  "${DOCKER_IMAGE}" 2022-08-17T12:10:37.5181332Z ) 2022-08-17T12:10:37.5181579Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:10:37.5191435Z shell: /usr/bin/bash -e {0} 2022-08-17T12:10:37.5191618Z env: 2022-08-17T12:10:37.5191796Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:37.5192022Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-08-17T12:10:37.5192240Z PR_NUMBER: 82657 2022-08-17T12:10:37.5192419Z BRANCH: pull/82657 2022-08-17T12:10:37.5192623Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:37.5192869Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:37.5193086Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:10:37.5193280Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:10:37.5193479Z TEST_CONFIG: crossref 2022-08-17T12:10:37.5193660Z SHARD_NUMBER: 2 2022-08-17T12:10:37.5193821Z NUM_TEST_SHARDS: 2 2022-08-17T12:10:37.5194359Z PR_BODY: ### Description This PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser. Partitioning of the graph is removed because it's handled by the `execute(..., executor="nvfuser")` function. ### Testing Existing tests in `test/test_fx_backends.py`. 2022-08-17T12:10:37.5194934Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:10:37.5195158Z SHM_SIZE: 1g 2022-08-17T12:10:37.5195494Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:37.5195805Z XLA_CUDA: 2022-08-17T12:10:37.5196063Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:37.5196324Z ##[endgroup] 2022-08-17T12:10:37.5218047Z + [[ crossref == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:10:37.5218537Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-08-17T12:10:37.5218762Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:10:37.5220956Z ++ git cherry -v origin/master 2022-08-17T12:10:37.8700182Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:10:37.8700812Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:10:37.8701550Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:10:37.8702302Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:10:37.8702939Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:10:37.8703698Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:10:37.8704343Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:10:37.8705155Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:37.8709542Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:37.8712319Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because it'\''s handled by the `execute(..., executor="nvfuser")` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:37.8717122Z + export 'COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:37.8720925Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:10:37.8722474Z + export 'PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:37.8723682Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:10:37.8726357Z +++ nproc --ignore=2 2022-08-17T12:10:37.8758370Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2875102080 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:10:46.7566562Z + container_name=ae2fa34a9b9001b83981f8b122dae39bd3f8240eb6bf1b29017485ad96e36610 2022-08-17T12:10:46.7567702Z + docker exec -t ae2fa34a9b9001b83981f8b122dae39bd3f8240eb6bf1b29017485ad96e36610 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:10:47.3306252Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:10:47.4011107Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitce6a3c6) (4.3.0) 2022-08-17T12:10:47.8415385Z Installing collected packages: torch 2022-08-17T12:10:53.9642254Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:10:54.0238457Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:10:54.0391722Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T12:10:54.0392401Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T12:10:54.0393028Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-08-17T12:10:54.0393645Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:10:54.0394032Z + BUILD_DIR=build 2022-08-17T12:10:54.0394347Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:10:54.0394699Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:10:54.0395199Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-08-17T12:10:54.0395615Z ++ realpath build/custom_test_artifacts 2022-08-17T12:10:54.0424774Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:10:54.0426778Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:10:54.0455441Z + source .jenkins/pytorch/common.sh 2022-08-17T12:10:54.0468235Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:10:54.0475068Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:10:54.0482810Z +++ declare -f -t trap_add 2022-08-17T12:10:54.0486984Z ++ set -ex 2022-08-17T12:10:54.0487436Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:10:54.0487781Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:10:54.0488279Z ++ [[ crossref == *xla* ]] 2022-08-17T12:10:54.0488796Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-08-17T12:10:54.0489263Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-08-17T12:10:54.0489620Z ++ which conda 2022-08-17T12:10:54.0506349Z /opt/conda/bin/conda 2022-08-17T12:10:54.0506955Z ++ conda install -q -y cmake 2022-08-17T12:10:55.9989997Z Collecting package metadata (current_repodata.json): ...working... done 2022-08-17T12:10:56.4246837Z Solving environment: ...working... done 2022-08-17T12:10:56.5072195Z 2022-08-17T12:10:56.5072507Z ## Package Plan ## 2022-08-17T12:10:56.5072699Z 2022-08-17T12:10:56.5072838Z environment location: /opt/conda 2022-08-17T12:10:56.5073039Z 2022-08-17T12:10:56.5073239Z added / updated specs: 2022-08-17T12:10:56.5073685Z - cmake 2022-08-17T12:10:56.5073868Z 2022-08-17T12:10:56.5073876Z 2022-08-17T12:10:56.5074032Z The following packages will be downloaded: 2022-08-17T12:10:56.5074439Z 2022-08-17T12:10:56.5074625Z package | build 2022-08-17T12:10:56.5075128Z ---------------------------|----------------- 2022-08-17T12:10:56.5075699Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-08-17T12:10:56.5076077Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-08-17T12:10:56.5076472Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-08-17T12:10:56.5076783Z expat-2.4.4 | h295c915_0 169 KB 2022-08-17T12:10:56.5077124Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-08-17T12:10:56.5077488Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-08-17T12:10:56.5077838Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-08-17T12:10:56.5078181Z libev-4.33 | h7f8727e_1 111 KB 2022-08-17T12:10:56.5083260Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-08-17T12:10:56.5083913Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-08-17T12:10:56.5084735Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-08-17T12:10:56.5085245Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-08-17T12:10:56.5086050Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-08-17T12:10:56.5086643Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-08-17T12:10:56.5087185Z ------------------------------------------------------------ 2022-08-17T12:10:56.5087667Z Total: 12.0 MB 2022-08-17T12:10:56.5087898Z 2022-08-17T12:10:56.5088119Z The following NEW packages will be INSTALLED: 2022-08-17T12:10:56.5088457Z 2022-08-17T12:10:56.5103051Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-08-17T12:10:56.5103779Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-08-17T12:10:56.5125013Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-08-17T12:10:56.5125611Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-08-17T12:10:56.5126197Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-08-17T12:10:56.5126788Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2022-08-17T12:10:56.5127428Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-08-17T12:10:56.5127992Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-08-17T12:10:56.5128596Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-08-17T12:10:56.5129216Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-08-17T12:10:56.5129723Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-08-17T12:10:56.5130071Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-08-17T12:10:56.5130401Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-08-17T12:10:56.5130744Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-08-17T12:10:56.5130890Z 2022-08-17T12:10:56.5130895Z 2022-08-17T12:10:57.3394570Z Preparing transaction: ...working... done 2022-08-17T12:10:57.7654928Z Verifying transaction: ...working... done 2022-08-17T12:10:58.0567143Z Executing transaction: ...working... done 2022-08-17T12:10:58.2331894Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-08-17T12:10:58.2332397Z + echo 'Environment variables' 2022-08-17T12:10:58.2332748Z Environment variables 2022-08-17T12:10:58.2333267Z + env 2022-08-17T12:10:58.2363609Z SHARD_NUMBER=2 2022-08-17T12:10:58.2364091Z UCC_HOME=/usr 2022-08-17T12:10:58.2364583Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-08-17T12:10:58.2364865Z INSTALLED_DB=yes 2022-08-17T12:10:58.2365088Z HOSTNAME=ae2fa34a9b90 2022-08-17T12:10:58.2365370Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:10:58.2365733Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:10:58.2366088Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:10:58.2366413Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:10:58.2367251Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2a27a28f-441d-456e-94db-7b8c72eb4b8b 2022-08-17T12:10:58.2367841Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:10:58.2368525Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:10:58.2368943Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:10:58.2369125Z INSTALLED_THRIFT= 2022-08-17T12:10:58.2369356Z TEST_CONFIG=crossref 2022-08-17T12:10:58.2369660Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:10:58.2369982Z GITHUB_ACTIONS=true 2022-08-17T12:10:58.2370255Z CI=true 2022-08-17T12:10:58.2370573Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:10:58.2370925Z BRANCH=pull/82657 2022-08-17T12:10:58.2371176Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:10:58.2371401Z UCX_COMMIT=v1.13.x 2022-08-17T12:10:58.2371609Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:10:58.2371796Z GITHUB_ACTION_REF= 2022-08-17T12:10:58.2371975Z GITHUB_ACTION=__self 2022-08-17T12:10:58.2372152Z GITHUB_REF_PROTECTED=false 2022-08-17T12:10:58.2372495Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:10:58.2373116Z *** 2022-08-17T12:10:58.2373284Z INSTALLED_VISION=yes 2022-08-17T12:10:58.2373489Z HOME=/var/lib/jenkins 2022-08-17T12:10:58.2373884Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:10:58.2374077Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:10:58.2374272Z GITHUB_REF_TYPE=branch 2022-08-17T12:10:58.2374466Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:10:58.2374763Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:10:58.2375196Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_2a27a28f-441d-456e-94db-7b8c72eb4b8b 2022-08-17T12:10:58.2375498Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:10:58.2375705Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:10:58.2375919Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:10:58.2376138Z INSTALLED_PROTOBUF=yes 2022-08-17T12:10:58.2376321Z DESIRED_CUDA= 2022-08-17T12:10:58.2376485Z GITHUB_RUN_ID=2875102080 2022-08-17T12:10:58.2376695Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:10:58.2376893Z MAX_JOBS=6 2022-08-17T12:10:58.2377204Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:10:58.2377511Z UCX_HOME=/usr 2022-08-17T12:10:58.2377696Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:10:58.2377922Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:10:58.2378175Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:10:58.2378384Z INSTALLED_ANDROID= 2022-08-17T12:10:58.2378931Z PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`. 2022-08-17T12:10:58.2379446Z GITHUB_BASE_REF=master 2022-08-17T12:10:58.2379620Z TERM=xterm 2022-08-17T12:10:58.2379782Z XLA_CUDA= 2022-08-17T12:10:58.2379943Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:10:58.2380143Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:10:58.2380552Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_2a27a28f-441d-456e-94db-7b8c72eb4b8b 2022-08-17T12:10:58.2380824Z GITHUB_JOB=test 2022-08-17T12:10:58.2382270Z COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test 2022-08-17T12:10:58.2383241Z NUM_TEST_SHARDS=2 2022-08-17T12:10:58.2400291Z PR_NUMBER=82657 2022-08-17T12:10:58.2400736Z SHLVL=1 2022-08-17T12:10:58.2401118Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:10:58.2401570Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:58.2401793Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:10:58.2402105Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:10:58.2402324Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:10:58.2402499Z GITHUB_WORKFLOW=pull 2022-08-17T12:10:58.2402815Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:10:58.2403237Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:58.2403490Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:10:58.2403687Z _=/usr/bin/env 2022-08-17T12:10:58.2403899Z + echo 'Testing pytorch' 2022-08-17T12:10:58.2404280Z Testing pytorch 2022-08-17T12:10:58.2404485Z + export LANG=C.UTF-8 2022-08-17T12:10:58.2404678Z + LANG=C.UTF-8 2022-08-17T12:10:58.2487824Z + PR_NUMBER=82657 2022-08-17T12:10:58.2488217Z + [[ crossref == \d\e\f\a\u\l\t ]] 2022-08-17T12:10:58.2488718Z + [[ crossref == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:10:58.2488986Z + [[ crossref == \s\l\o\w ]] 2022-08-17T12:10:58.2489341Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-08-17T12:10:58.2489663Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-08-17T12:10:58.2489952Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:10:58.2490227Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-08-17T12:10:58.2490451Z + [[ crossref == *crossref* ]] 2022-08-17T12:10:58.2490666Z + export PYTORCH_TEST_WITH_CROSSREF=1 2022-08-17T12:10:58.2490871Z + PYTORCH_TEST_WITH_CROSSREF=1 2022-08-17T12:10:58.2491076Z + [[ crossref == *dynamo* ]] 2022-08-17T12:10:58.2491334Z + [[ -n 82657 ]] 2022-08-17T12:10:58.2491599Z + [[ -z '' ]] 2022-08-17T12:10:58.2492084Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:58.2492418Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:10:58.2492953Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-08-17T12:10:58.2493321Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-08-17T12:10:58.2493573Z + pip_install --user ninja 2022-08-17T12:10:58.2493841Z + pip install --progress-bar off --user ninja 2022-08-17T12:10:58.6548774Z Collecting ninja 2022-08-17T12:10:58.6721785Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:10:59.0696844Z Installing collected packages: ninja 2022-08-17T12:10:59.0779636Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:10:59.0780157Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:10:59.0876866Z Successfully installed ninja-1.10.2.3 2022-08-17T12:10:59.1443746Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:10:59.1444508Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-08-17T12:10:59.1445100Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-08-17T12:10:59.1445567Z + [[ crossref == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:10:59.1445791Z + [[ crossref == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:10:59.1449287Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-08-17T12:10:59.1460799Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-08-17T12:10:59.1461291Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-08-17T12:10:59.1464086Z + cd test 2022-08-17T12:10:59.1464891Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:11:00.0910005Z PyTorch built with: 2022-08-17T12:11:00.0910561Z - GCC 4.2 2022-08-17T12:11:00.0910927Z - C++ Version: 201402 2022-08-17T12:11:00.0911308Z - clang 9.0.0 2022-08-17T12:11:00.0912033Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:11:00.0912776Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:11:00.0913321Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-08-17T12:11:00.0913843Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:11:00.0914282Z - NNPACK is enabled 2022-08-17T12:11:00.0914689Z - CPU capability usage: AVX2 2022-08-17T12:11:00.0920082Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-08-17T12:11:00.0923720Z 2022-08-17T12:11:00.2314949Z + cd test 2022-08-17T12:11:00.2315477Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:11:01.0825978Z ATen/Parallel: 2022-08-17T12:11:01.0826284Z at::get_num_threads() : 4 2022-08-17T12:11:01.0826630Z at::get_num_interop_threads() : 4 2022-08-17T12:11:01.0827006Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-08-17T12:11:01.0827375Z omp_get_max_threads() : 4 2022-08-17T12:11:01.0827891Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:11:01.0828180Z mkl_get_max_threads() : 4 2022-08-17T12:11:01.0828511Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-08-17T12:11:01.0828767Z std::thread::hardware_concurrency() : 8 2022-08-17T12:11:01.0828978Z Environment variables: 2022-08-17T12:11:01.0829172Z OMP_NUM_THREADS : [not set] 2022-08-17T12:11:01.0829352Z MKL_NUM_THREADS : [not set] 2022-08-17T12:11:01.0829548Z ATen parallel backend: OpenMP 2022-08-17T12:11:01.0829675Z 2022-08-17T12:11:01.2326465Z + [[ crossref == *deploy* ]] 2022-08-17T12:11:01.2326783Z + [[ crossref == *backward* ]] 2022-08-17T12:11:01.2327088Z + [[ crossref == *xla* ]] 2022-08-17T12:11:01.2327434Z + [[ crossref == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:11:01.2328011Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-08-17T12:11:01.2328372Z + [[ crossref == distributed ]] 2022-08-17T12:11:01.2328913Z + [[ crossref == *dynamo* ]] 2022-08-17T12:11:01.2329219Z + [[ crossref == *dynamo* ]] 2022-08-17T12:11:01.2329479Z + [[ 2 == 1 ]] 2022-08-17T12:11:01.2329721Z + [[ 2 == 2 ]] 2022-08-17T12:11:01.2330018Z + [[ 2 -gt 1 ]] 2022-08-17T12:11:01.2330265Z + install_torchvision 2022-08-17T12:11:01.2330530Z + local commit 2022-08-17T12:11:01.2330820Z ++ get_pinned_commit vision 2022-08-17T12:11:01.2331192Z ++ cat .github/ci_commit_pins/vision.txt 2022-08-17T12:11:01.2378041Z + commit=94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:01.2378919Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:01.2379510Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:01.5792795Z Collecting git+https://github.com/pytorch/vision.git@94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:01.5798476Z Cloning https://github.com/pytorch/vision.git (to revision 94960fe1325eaf7b84f79cc585dc65264c15d18b) to /tmp/pip-req-build-yyu418j9 2022-08-17T12:11:01.6097915Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-yyu418j9 2022-08-17T12:11:03.5028522Z Running command git rev-parse -q --verify 'sha^94960fe1325eaf7b84f79cc585dc65264c15d18b' 2022-08-17T12:11:03.5076435Z Running command git fetch -q https://github.com/pytorch/vision.git 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:04.2748181Z Running command git checkout -q 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:04.5478313Z Resolved https://github.com/pytorch/vision.git to commit 94960fe1325eaf7b84f79cc585dc65264c15d18b 2022-08-17T12:11:07.0285959Z Preparing metadata (setup.py) ... [?25l- \ | done 2022-08-17T12:11:07.0369005Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (4.3.0) 2022-08-17T12:11:07.0372821Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (1.18.5) 2022-08-17T12:11:07.0376311Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (2.28.1) 2022-08-17T12:11:07.0380069Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (1.13.0a0+gitce6a3c6) 2022-08-17T12:11:07.0386999Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+94960fe) (9.2.0) 2022-08-17T12:11:07.0577162Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+94960fe) (2022.6.15) 2022-08-17T12:11:07.0583266Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+94960fe) (3.3) 2022-08-17T12:11:07.0589836Z Requirement already satisfied: charset-normalizer<3,>=2 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+94960fe) (2.0.4) 2022-08-17T12:11:07.0597334Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+94960fe) (1.26.11) 2022-08-17T12:11:07.0786057Z Building wheels for collected packages: torchvision 2022-08-17T12:12:11.2778966Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-08-17T12:12:11.3116615Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+94960fe-cp37-cp37m-linux_x86_64.whl size=13601138 sha256=3184ec546cd14e68f1db1ef89ad788142dc390d190ed8bc88ffbc91d2c151f71 2022-08-17T12:12:11.3117856Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/98/68/ba/18234074117f76d1fc7589204f67315b9b386170e6b7539404 2022-08-17T12:12:11.3162609Z Successfully built torchvision 2022-08-17T12:12:11.6757622Z Installing collected packages: torchvision 2022-08-17T12:12:12.1961170Z Successfully installed torchvision-0.14.0a0+94960fe 2022-08-17T12:12:12.3052234Z + checkout_install_torchdynamo 2022-08-17T12:12:12.3052457Z + local commit 2022-08-17T12:12:12.3054566Z ++ get_pinned_commit torchdynamo 2022-08-17T12:12:12.3055459Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-08-17T12:12:12.3078190Z + commit=f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:12.3078580Z + pushd .. 2022-08-17T12:12:12.3078862Z ~ ~/workspace 2022-08-17T12:12:12.3079101Z + git clone https://github.com/pytorch/torchdynamo 2022-08-17T12:12:12.3089182Z Cloning into 'torchdynamo'... 2022-08-17T12:12:12.4917720Z remote: Enumerating objects: 11014, done. 2022-08-17T12:12:12.4918261Z remote: Counting objects: 0% (1/245) 2022-08-17T12:12:12.4918537Z remote: Counting objects: 1% (3/245) 2022-08-17T12:12:12.4918799Z remote: Counting objects: 2% (5/245) 2022-08-17T12:12:12.4921452Z remote: Counting objects: 3% (8/245) 2022-08-17T12:12:12.4921825Z remote: Counting objects: 4% (10/245) 2022-08-17T12:12:12.4922250Z remote: Counting objects: 5% (13/245) 2022-08-17T12:12:12.4922737Z remote: Counting objects: 6% (15/245) 2022-08-17T12:12:12.4925260Z remote: Counting objects: 7% (18/245) 2022-08-17T12:12:12.4925819Z remote: Counting objects: 8% (20/245) 2022-08-17T12:12:12.4926135Z remote: Counting objects: 9% (23/245) 2022-08-17T12:12:12.4926560Z remote: Counting objects: 10% (25/245) 2022-08-17T12:12:12.4927023Z remote: Counting objects: 11% (27/245) 2022-08-17T12:12:12.4927511Z remote: Counting objects: 12% (30/245) 2022-08-17T12:12:12.4927923Z remote: Counting objects: 13% (32/245) 2022-08-17T12:12:12.4928299Z remote: Counting objects: 14% (35/245) 2022-08-17T12:12:12.4928581Z remote: Counting objects: 15% (37/245) 2022-08-17T12:12:12.4928841Z remote: Counting objects: 16% (40/245) 2022-08-17T12:12:12.4929093Z remote: Counting objects: 17% (42/245) 2022-08-17T12:12:12.4929500Z remote: Counting objects: 18% (45/245) 2022-08-17T12:12:12.4929906Z remote: Counting objects: 19% (47/245) 2022-08-17T12:12:12.4930342Z remote: Counting objects: 20% (49/245) 2022-08-17T12:12:12.4930794Z remote: Counting objects: 21% (52/245) 2022-08-17T12:12:12.4931254Z remote: Counting objects: 22% (54/245) 2022-08-17T12:12:12.4931511Z remote: Counting objects: 23% (57/245) 2022-08-17T12:12:12.4931941Z remote: Counting objects: 24% (59/245) 2022-08-17T12:12:12.4932440Z remote: Counting objects: 25% (62/245) 2022-08-17T12:12:12.4932827Z remote: Counting objects: 26% (64/245) 2022-08-17T12:12:12.4933117Z remote: Counting objects: 27% (67/245) 2022-08-17T12:12:12.4933420Z remote: Counting objects: 28% (69/245) 2022-08-17T12:12:12.4933741Z remote: Counting objects: 29% (72/245) 2022-08-17T12:12:12.4934133Z remote: Counting objects: 30% (74/245) 2022-08-17T12:12:12.4934591Z remote: Counting objects: 31% (76/245) 2022-08-17T12:12:12.4935072Z remote: Counting objects: 32% (79/245) 2022-08-17T12:12:12.4935501Z remote: Counting objects: 33% (81/245) 2022-08-17T12:12:12.4935942Z remote: Counting objects: 34% (84/245) 2022-08-17T12:12:12.4936436Z remote: Counting objects: 35% (86/245) 2022-08-17T12:12:12.4936742Z remote: Counting objects: 36% (89/245) 2022-08-17T12:12:12.4937044Z remote: Counting objects: 37% (91/245) 2022-08-17T12:12:12.4937347Z remote: Counting objects: 38% (94/245) 2022-08-17T12:12:12.4937605Z remote: Counting objects: 39% (96/245) 2022-08-17T12:12:12.4937854Z remote: Counting objects: 40% (98/245) 2022-08-17T12:12:12.4938174Z remote: Counting objects: 41% (101/245) 2022-08-17T12:12:12.4938527Z remote: Counting objects: 42% (103/245) 2022-08-17T12:12:12.4938846Z remote: Counting objects: 43% (106/245) 2022-08-17T12:12:12.4939096Z remote: Counting objects: 44% (108/245) 2022-08-17T12:12:12.4939360Z remote: Counting objects: 45% (111/245) 2022-08-17T12:12:12.4939756Z remote: Counting objects: 46% (113/245) 2022-08-17T12:12:12.4940003Z remote: Counting objects: 47% (116/245) 2022-08-17T12:12:12.4940312Z remote: Counting objects: 48% (118/245) 2022-08-17T12:12:12.4940582Z remote: Counting objects: 49% (121/245) 2022-08-17T12:12:12.4940844Z remote: Counting objects: 50% (123/245) 2022-08-17T12:12:12.4941142Z remote: Counting objects: 51% (125/245) 2022-08-17T12:12:12.4941406Z remote: Counting objects: 52% (128/245) 2022-08-17T12:12:12.4941686Z remote: Counting objects: 53% (130/245) 2022-08-17T12:12:12.4941962Z remote: Counting objects: 54% (133/245) 2022-08-17T12:12:12.4942224Z remote: Counting objects: 55% (135/245) 2022-08-17T12:12:12.4942535Z remote: Counting objects: 56% (138/245) 2022-08-17T12:12:12.4942783Z remote: Counting objects: 57% (140/245) 2022-08-17T12:12:12.4943045Z remote: Counting objects: 58% (143/245) 2022-08-17T12:12:12.4943354Z remote: Counting objects: 59% (145/245) 2022-08-17T12:12:12.4943603Z remote: Counting objects: 60% (147/245) 2022-08-17T12:12:12.4943863Z remote: Counting objects: 61% (150/245) 2022-08-17T12:12:12.4944173Z remote: Counting objects: 62% (152/245) 2022-08-17T12:12:12.4944416Z remote: Counting objects: 63% (155/245) 2022-08-17T12:12:12.4944682Z remote: Counting objects: 64% (157/245) 2022-08-17T12:12:12.4944990Z remote: Counting objects: 65% (160/245) 2022-08-17T12:12:12.4945233Z remote: Counting objects: 66% (162/245) 2022-08-17T12:12:12.4945534Z remote: Counting objects: 67% (165/245) 2022-08-17T12:12:12.4945804Z remote: Counting objects: 68% (167/245) 2022-08-17T12:12:12.4946063Z remote: Counting objects: 69% (170/245) 2022-08-17T12:12:12.4946405Z remote: Counting objects: 70% (172/245) 2022-08-17T12:12:12.4946675Z remote: Counting objects: 71% (174/245) 2022-08-17T12:12:12.4946932Z remote: Counting objects: 72% (177/245) 2022-08-17T12:12:12.4947232Z remote: Counting objects: 73% (179/245) 2022-08-17T12:12:12.4947494Z remote: Counting objects: 74% (182/245) 2022-08-17T12:12:12.4947785Z remote: Counting objects: 75% (184/245) 2022-08-17T12:12:12.4948044Z remote: Counting objects: 76% (187/245) 2022-08-17T12:12:12.4948306Z remote: Counting objects: 77% (189/245) 2022-08-17T12:12:12.4948614Z remote: Counting objects: 78% (192/245) 2022-08-17T12:12:12.4948861Z remote: Counting objects: 79% (194/245) 2022-08-17T12:12:12.4949121Z remote: Counting objects: 80% (196/245) 2022-08-17T12:12:12.4949432Z remote: Counting objects: 81% (199/245) 2022-08-17T12:12:12.4949678Z remote: Counting objects: 82% (201/245) 2022-08-17T12:12:12.4949937Z remote: Counting objects: 83% (204/245) 2022-08-17T12:12:12.4950250Z remote: Counting objects: 84% (206/245) 2022-08-17T12:12:12.4950510Z remote: Counting objects: 85% (209/245) 2022-08-17T12:12:12.4950766Z remote: Counting objects: 86% (211/245) 2022-08-17T12:12:12.4951119Z remote: Counting objects: 87% (214/245) 2022-08-17T12:12:12.4951384Z remote: Counting objects: 88% (216/245) 2022-08-17T12:12:12.4951675Z remote: Counting objects: 89% (219/245) 2022-08-17T12:12:12.4952057Z remote: Counting objects: 90% (221/245) 2022-08-17T12:12:12.4952351Z remote: Counting objects: 91% (223/245) 2022-08-17T12:12:12.4952615Z remote: Counting objects: 92% (226/245) 2022-08-17T12:12:12.4952876Z remote: Counting objects: 93% (228/245) 2022-08-17T12:12:12.4953184Z remote: Counting objects: 94% (231/245) 2022-08-17T12:12:12.4953431Z remote: Counting objects: 95% (233/245) 2022-08-17T12:12:12.4953693Z remote: Counting objects: 96% (236/245) 2022-08-17T12:12:12.4954005Z remote: Counting objects: 97% (238/245) 2022-08-17T12:12:12.4954250Z remote: Counting objects: 98% (241/245) 2022-08-17T12:12:12.4954514Z remote: Counting objects: 99% (243/245) 2022-08-17T12:12:12.4954827Z remote: Counting objects: 100% (245/245) 2022-08-17T12:12:12.4955119Z remote: Counting objects: 100% (245/245), done. 2022-08-17T12:12:12.4955494Z remote: Compressing objects: 0% (1/146) 2022-08-17T12:12:12.4955873Z remote: Compressing objects: 1% (2/146) 2022-08-17T12:12:12.4956159Z remote: Compressing objects: 2% (3/146) 2022-08-17T12:12:12.4956415Z remote: Compressing objects: 3% (5/146) 2022-08-17T12:12:12.4956690Z remote: Compressing objects: 4% (6/146) 2022-08-17T12:12:12.4957021Z remote: Compressing objects: 5% (8/146) 2022-08-17T12:12:12.4957280Z remote: Compressing objects: 6% (9/146) 2022-08-17T12:12:12.4962759Z remote: Compressing objects: 7% (11/146) 2022-08-17T12:12:12.4974914Z remote: Compressing objects: 8% (12/146) 2022-08-17T12:12:12.4984735Z remote: Compressing objects: 9% (14/146) 2022-08-17T12:12:12.4995209Z remote: Compressing objects: 10% (15/146) 2022-08-17T12:12:12.4995505Z remote: Compressing objects: 11% (17/146) 2022-08-17T12:12:12.4997855Z remote: Compressing objects: 12% (18/146) 2022-08-17T12:12:12.5005825Z remote: Compressing objects: 13% (19/146) 2022-08-17T12:12:12.5006651Z remote: Compressing objects: 14% (21/146) 2022-08-17T12:12:12.5008980Z remote: Compressing objects: 15% (22/146) 2022-08-17T12:12:12.5009260Z remote: Compressing objects: 16% (24/146) 2022-08-17T12:12:12.5017008Z remote: Compressing objects: 17% (25/146) 2022-08-17T12:12:12.5049722Z remote: Compressing objects: 18% (27/146) 2022-08-17T12:12:12.5049999Z remote: Compressing objects: 19% (28/146) 2022-08-17T12:12:12.5050264Z remote: Compressing objects: 20% (30/146) 2022-08-17T12:12:12.5050536Z remote: Compressing objects: 21% (31/146) 2022-08-17T12:12:12.5050812Z remote: Compressing objects: 22% (33/146) 2022-08-17T12:12:12.5067847Z remote: Compressing objects: 23% (34/146) 2022-08-17T12:12:12.5068239Z remote: Compressing objects: 24% (36/146) 2022-08-17T12:12:12.5068516Z remote: Compressing objects: 25% (37/146) 2022-08-17T12:12:12.5068789Z remote: Compressing objects: 26% (38/146) 2022-08-17T12:12:12.5069050Z remote: Compressing objects: 27% (40/146) 2022-08-17T12:12:12.5069321Z remote: Compressing objects: 28% (41/146) 2022-08-17T12:12:12.5087582Z remote: Compressing objects: 29% (43/146) 2022-08-17T12:12:12.5101070Z remote: Compressing objects: 30% (44/146) 2022-08-17T12:12:12.5105789Z remote: Compressing objects: 31% (46/146) 2022-08-17T12:12:12.5106176Z remote: Compressing objects: 32% (47/146) 2022-08-17T12:12:12.5106460Z remote: Compressing objects: 33% (49/146) 2022-08-17T12:12:12.5106719Z remote: Compressing objects: 34% (50/146) 2022-08-17T12:12:12.5106990Z remote: Compressing objects: 35% (52/146) 2022-08-17T12:12:12.5107262Z remote: Compressing objects: 36% (53/146) 2022-08-17T12:12:12.5107688Z remote: Compressing objects: 37% (55/146) 2022-08-17T12:12:12.5107963Z remote: Compressing objects: 38% (56/146) 2022-08-17T12:12:12.5108235Z remote: Compressing objects: 39% (57/146) 2022-08-17T12:12:12.5108505Z remote: Compressing objects: 40% (59/146) 2022-08-17T12:12:12.5108767Z remote: Compressing objects: 41% (60/146) 2022-08-17T12:12:12.5109037Z remote: Compressing objects: 42% (62/146) 2022-08-17T12:12:12.5114677Z remote: Compressing objects: 43% (63/146) 2022-08-17T12:12:12.5115496Z remote: Compressing objects: 44% (65/146) 2022-08-17T12:12:12.5116038Z remote: Compressing objects: 45% (66/146) 2022-08-17T12:12:12.5116370Z remote: Compressing objects: 46% (68/146) 2022-08-17T12:12:12.5116648Z remote: Compressing objects: 47% (69/146) 2022-08-17T12:12:12.5116909Z remote: Compressing objects: 48% (71/146) 2022-08-17T12:12:12.5117185Z remote: Compressing objects: 49% (72/146) 2022-08-17T12:12:12.5117460Z remote: Compressing objects: 50% (73/146) 2022-08-17T12:12:12.5117727Z remote: Compressing objects: 51% (75/146) 2022-08-17T12:12:12.5117999Z remote: Compressing objects: 52% (76/146) 2022-08-17T12:12:12.5118269Z remote: Compressing objects: 53% (78/146) 2022-08-17T12:12:12.5118642Z remote: Compressing objects: 54% (79/146) 2022-08-17T12:12:12.5119090Z remote: Compressing objects: 55% (81/146) 2022-08-17T12:12:12.5119362Z remote: Compressing objects: 56% (82/146) 2022-08-17T12:12:12.5119744Z remote: Compressing objects: 57% (84/146) 2022-08-17T12:12:12.5120087Z remote: Compressing objects: 58% (85/146) 2022-08-17T12:12:12.5120363Z remote: Compressing objects: 59% (87/146) 2022-08-17T12:12:12.5120635Z remote: Compressing objects: 60% (88/146) 2022-08-17T12:12:12.5120887Z remote: Compressing objects: 61% (90/146) 2022-08-17T12:12:12.5121166Z remote: Compressing objects: 62% (91/146) 2022-08-17T12:12:12.5121436Z remote: Compressing objects: 63% (92/146) 2022-08-17T12:12:12.5121693Z remote: Compressing objects: 64% (94/146) 2022-08-17T12:12:12.5121971Z remote: Compressing objects: 65% (95/146) 2022-08-17T12:12:12.5122241Z remote: Compressing objects: 66% (97/146) 2022-08-17T12:12:12.5122495Z remote: Compressing objects: 67% (98/146) 2022-08-17T12:12:12.5122774Z remote: Compressing objects: 68% (100/146) 2022-08-17T12:12:12.5123054Z remote: Compressing objects: 69% (101/146) 2022-08-17T12:12:12.5123337Z remote: Compressing objects: 70% (103/146) 2022-08-17T12:12:12.5123597Z remote: Compressing objects: 71% (104/146) 2022-08-17T12:12:12.5123871Z remote: Compressing objects: 72% (106/146) 2022-08-17T12:12:12.5134381Z remote: Compressing objects: 73% (107/146) 2022-08-17T12:12:12.5134650Z remote: Compressing objects: 74% (109/146) 2022-08-17T12:12:12.5134927Z remote: Compressing objects: 75% (110/146) 2022-08-17T12:12:12.5144214Z remote: Compressing objects: 76% (111/146) 2022-08-17T12:12:12.5144764Z remote: Compressing objects: 77% (113/146) 2022-08-17T12:12:12.5145339Z remote: Compressing objects: 78% (114/146) 2022-08-17T12:12:12.5145758Z remote: Compressing objects: 79% (116/146) 2022-08-17T12:12:12.5146168Z remote: Compressing objects: 80% (117/146) 2022-08-17T12:12:12.5146484Z remote: Compressing objects: 81% (119/146) 2022-08-17T12:12:12.5146760Z remote: Compressing objects: 82% (120/146) 2022-08-17T12:12:12.5147031Z remote: Compressing objects: 83% (122/146) 2022-08-17T12:12:12.5147290Z remote: Compressing objects: 84% (123/146) 2022-08-17T12:12:12.5147559Z remote: Compressing objects: 85% (125/146) 2022-08-17T12:12:12.5147830Z remote: Compressing objects: 86% (126/146) 2022-08-17T12:12:12.5148087Z remote: Compressing objects: 87% (128/146) 2022-08-17T12:12:12.5148359Z remote: Compressing objects: 88% (129/146) 2022-08-17T12:12:12.5148631Z remote: Compressing objects: 89% (130/146) 2022-08-17T12:12:12.5148900Z remote: Compressing objects: 90% (132/146) 2022-08-17T12:12:12.5149155Z remote: Compressing objects: 91% (133/146) 2022-08-17T12:12:12.5149428Z remote: Compressing objects: 92% (135/146) 2022-08-17T12:12:12.5149700Z remote: Compressing objects: 93% (136/146) 2022-08-17T12:12:12.5149954Z remote: Compressing objects: 94% (138/146) 2022-08-17T12:12:12.5150400Z remote: Compressing objects: 95% (139/146) 2022-08-17T12:12:12.5150888Z remote: Compressing objects: 96% (141/146) 2022-08-17T12:12:12.5151346Z remote: Compressing objects: 97% (142/146) 2022-08-17T12:12:12.5151621Z remote: Compressing objects: 98% (144/146) 2022-08-17T12:12:12.5151893Z remote: Compressing objects: 99% (145/146) 2022-08-17T12:12:12.5152162Z remote: Compressing objects: 100% (146/146) 2022-08-17T12:12:12.5152437Z remote: Compressing objects: 100% (146/146), done. 2022-08-17T12:12:12.5200423Z Receiving objects: 0% (1/11014) 2022-08-17T12:12:12.5216997Z Receiving objects: 1% (111/11014) 2022-08-17T12:12:12.5231594Z Receiving objects: 2% (221/11014) 2022-08-17T12:12:12.5273123Z Receiving objects: 3% (331/11014) 2022-08-17T12:12:12.5287034Z Receiving objects: 4% (441/11014) 2022-08-17T12:12:12.5298110Z Receiving objects: 5% (551/11014) 2022-08-17T12:12:12.5306113Z Receiving objects: 6% (661/11014) 2022-08-17T12:12:12.5315245Z Receiving objects: 7% (771/11014) 2022-08-17T12:12:12.5326009Z Receiving objects: 8% (882/11014) 2022-08-17T12:12:12.5339206Z Receiving objects: 9% (992/11014) 2022-08-17T12:12:12.5351958Z Receiving objects: 10% (1102/11014) 2022-08-17T12:12:12.5364152Z Receiving objects: 11% (1212/11014) 2022-08-17T12:12:12.5378977Z Receiving objects: 12% (1322/11014) 2022-08-17T12:12:12.5391458Z Receiving objects: 13% (1432/11014) 2022-08-17T12:12:12.5401196Z Receiving objects: 14% (1542/11014) 2022-08-17T12:12:12.5410951Z Receiving objects: 15% (1653/11014) 2022-08-17T12:12:12.5525096Z Receiving objects: 16% (1763/11014) 2022-08-17T12:12:12.5569559Z Receiving objects: 17% (1873/11014) 2022-08-17T12:12:12.5611367Z Receiving objects: 18% (1983/11014) 2022-08-17T12:12:12.5632300Z Receiving objects: 19% (2093/11014) 2022-08-17T12:12:12.5657211Z Receiving objects: 20% (2203/11014) 2022-08-17T12:12:12.5665834Z Receiving objects: 21% (2313/11014) 2022-08-17T12:12:12.5671320Z Receiving objects: 22% (2424/11014) 2022-08-17T12:12:12.5673987Z Receiving objects: 23% (2534/11014) 2022-08-17T12:12:12.5685706Z Receiving objects: 24% (2644/11014) 2022-08-17T12:12:12.5693478Z Receiving objects: 25% (2754/11014) 2022-08-17T12:12:12.5704994Z Receiving objects: 26% (2864/11014) 2022-08-17T12:12:12.5712583Z Receiving objects: 27% (2974/11014) 2022-08-17T12:12:12.5721543Z Receiving objects: 28% (3084/11014) 2022-08-17T12:12:12.5730707Z Receiving objects: 29% (3195/11014) 2022-08-17T12:12:12.5743333Z Receiving objects: 30% (3305/11014) 2022-08-17T12:12:12.5762315Z Receiving objects: 31% (3415/11014) 2022-08-17T12:12:12.5766598Z Receiving objects: 32% (3525/11014) 2022-08-17T12:12:12.5777499Z Receiving objects: 33% (3635/11014) 2022-08-17T12:12:12.5783332Z Receiving objects: 34% (3745/11014) 2022-08-17T12:12:12.5794040Z Receiving objects: 35% (3855/11014) 2022-08-17T12:12:12.5806045Z Receiving objects: 36% (3966/11014) 2022-08-17T12:12:12.5821873Z Receiving objects: 37% (4076/11014) 2022-08-17T12:12:12.5827480Z Receiving objects: 38% (4186/11014) 2022-08-17T12:12:12.5831845Z Receiving objects: 39% (4296/11014) 2022-08-17T12:12:12.5836098Z Receiving objects: 40% (4406/11014) 2022-08-17T12:12:12.5839934Z Receiving objects: 41% (4516/11014) 2022-08-17T12:12:12.5849383Z Receiving objects: 42% (4626/11014) 2022-08-17T12:12:12.5853325Z Receiving objects: 43% (4737/11014) 2022-08-17T12:12:12.5862756Z Receiving objects: 44% (4847/11014) 2022-08-17T12:12:12.5866241Z Receiving objects: 45% (4957/11014) 2022-08-17T12:12:12.5870055Z Receiving objects: 46% (5067/11014) 2022-08-17T12:12:12.5876487Z Receiving objects: 47% (5177/11014) 2022-08-17T12:12:12.5879790Z Receiving objects: 48% (5287/11014) 2022-08-17T12:12:12.5882334Z Receiving objects: 49% (5397/11014) 2022-08-17T12:12:12.5888555Z Receiving objects: 50% (5507/11014) 2022-08-17T12:12:12.5889796Z Receiving objects: 51% (5618/11014) 2022-08-17T12:12:12.5893078Z Receiving objects: 52% (5728/11014) 2022-08-17T12:12:12.5894993Z Receiving objects: 53% (5838/11014) 2022-08-17T12:12:12.5897273Z Receiving objects: 54% (5948/11014) 2022-08-17T12:12:12.5899669Z Receiving objects: 55% (6058/11014) 2022-08-17T12:12:12.5902217Z Receiving objects: 56% (6168/11014) 2022-08-17T12:12:12.5905113Z Receiving objects: 57% (6278/11014) 2022-08-17T12:12:12.5907984Z Receiving objects: 58% (6389/11014) 2022-08-17T12:12:12.5913573Z Receiving objects: 59% (6499/11014) 2022-08-17T12:12:12.5917134Z Receiving objects: 60% (6609/11014) 2022-08-17T12:12:12.5920531Z Receiving objects: 61% (6719/11014) 2022-08-17T12:12:12.5923746Z Receiving objects: 62% (6829/11014) 2022-08-17T12:12:12.5927748Z Receiving objects: 63% (6939/11014) 2022-08-17T12:12:12.5930366Z Receiving objects: 64% (7049/11014) 2022-08-17T12:12:12.5933097Z Receiving objects: 65% (7160/11014) 2022-08-17T12:12:12.5939851Z Receiving objects: 66% (7270/11014) 2022-08-17T12:12:12.5943430Z Receiving objects: 67% (7380/11014) 2022-08-17T12:12:12.5951060Z Receiving objects: 68% (7490/11014) 2022-08-17T12:12:12.5953052Z Receiving objects: 69% (7600/11014) 2022-08-17T12:12:12.5957768Z Receiving objects: 70% (7710/11014) 2022-08-17T12:12:12.5961888Z Receiving objects: 71% (7820/11014) 2022-08-17T12:12:12.5966402Z Receiving objects: 72% (7931/11014) 2022-08-17T12:12:12.5968394Z Receiving objects: 73% (8041/11014) 2022-08-17T12:12:12.5971115Z Receiving objects: 74% (8151/11014) 2022-08-17T12:12:12.5974675Z Receiving objects: 75% (8261/11014) 2022-08-17T12:12:12.5980814Z Receiving objects: 76% (8371/11014) 2022-08-17T12:12:12.5982677Z Receiving objects: 77% (8481/11014) 2022-08-17T12:12:12.5984418Z Receiving objects: 78% (8591/11014) 2022-08-17T12:12:12.5987699Z Receiving objects: 79% (8702/11014) 2022-08-17T12:12:12.5989367Z Receiving objects: 80% (8812/11014) 2022-08-17T12:12:12.5993739Z Receiving objects: 81% (8922/11014) 2022-08-17T12:12:12.5995950Z Receiving objects: 82% (9032/11014) 2022-08-17T12:12:12.5997618Z Receiving objects: 83% (9142/11014) 2022-08-17T12:12:12.5999378Z Receiving objects: 84% (9252/11014) 2022-08-17T12:12:12.6002492Z Receiving objects: 85% (9362/11014) 2022-08-17T12:12:12.6007344Z Receiving objects: 86% (9473/11014) 2022-08-17T12:12:12.6011072Z Receiving objects: 87% (9583/11014) 2022-08-17T12:12:12.6016705Z Receiving objects: 88% (9693/11014) 2022-08-17T12:12:12.6024959Z Receiving objects: 89% (9803/11014) 2022-08-17T12:12:12.6031250Z Receiving objects: 90% (9913/11014) 2022-08-17T12:12:12.6034226Z Receiving objects: 91% (10023/11014) 2022-08-17T12:12:12.6038060Z Receiving objects: 92% (10133/11014) 2022-08-17T12:12:12.6044509Z Receiving objects: 93% (10244/11014) 2022-08-17T12:12:12.6047334Z Receiving objects: 94% (10354/11014) 2022-08-17T12:12:12.6054364Z Receiving objects: 95% (10464/11014) 2022-08-17T12:12:12.6059392Z Receiving objects: 96% (10574/11014) 2022-08-17T12:12:12.6065976Z Receiving objects: 97% (10684/11014) 2022-08-17T12:12:12.6122561Z Receiving objects: 98% (10794/11014) 2022-08-17T12:12:12.6122985Z Receiving objects: 99% (10904/11014) 2022-08-17T12:12:12.6123530Z remote: Total 11014 (delta 138), reused 170 (delta 99), pack-reused 10769 2022-08-17T12:12:12.6142503Z Receiving objects: 100% (11014/11014) 2022-08-17T12:12:12.6142951Z Receiving objects: 100% (11014/11014), 3.46 MiB | 35.39 MiB/s, done. 2022-08-17T12:12:12.6161940Z Resolving deltas: 0% (0/8517) 2022-08-17T12:12:12.6175874Z Resolving deltas: 1% (88/8517) 2022-08-17T12:12:12.6195365Z Resolving deltas: 2% (174/8517) 2022-08-17T12:12:12.6216376Z Resolving deltas: 3% (258/8517) 2022-08-17T12:12:12.6234049Z Resolving deltas: 4% (361/8517) 2022-08-17T12:12:12.6263501Z Resolving deltas: 5% (442/8517) 2022-08-17T12:12:12.6270896Z Resolving deltas: 6% (575/8517) 2022-08-17T12:12:12.6290455Z Resolving deltas: 7% (601/8517) 2022-08-17T12:12:12.6305686Z Resolving deltas: 8% (692/8517) 2022-08-17T12:12:12.6322925Z Resolving deltas: 9% (779/8517) 2022-08-17T12:12:12.6343305Z Resolving deltas: 10% (883/8517) 2022-08-17T12:12:12.6364162Z Resolving deltas: 11% (961/8517) 2022-08-17T12:12:12.6381158Z Resolving deltas: 12% (1050/8517) 2022-08-17T12:12:12.6403699Z Resolving deltas: 13% (1134/8517) 2022-08-17T12:12:12.6437023Z Resolving deltas: 14% (1235/8517) 2022-08-17T12:12:12.6482973Z Resolving deltas: 16% (1396/8517) 2022-08-17T12:12:12.6488495Z Resolving deltas: 17% (1530/8517) 2022-08-17T12:12:12.6512200Z Resolving deltas: 18% (1538/8517) 2022-08-17T12:12:12.6525058Z Resolving deltas: 19% (1653/8517) 2022-08-17T12:12:12.6550340Z Resolving deltas: 20% (1708/8517) 2022-08-17T12:12:12.6642953Z Resolving deltas: 21% (1791/8517) 2022-08-17T12:12:12.6647713Z Resolving deltas: 22% (1934/8517) 2022-08-17T12:12:12.6710411Z Resolving deltas: 23% (1992/8517) 2022-08-17T12:12:12.6722892Z Resolving deltas: 25% (2148/8517) 2022-08-17T12:12:12.6728613Z Resolving deltas: 26% (2260/8517) 2022-08-17T12:12:12.6731928Z Resolving deltas: 27% (2339/8517) 2022-08-17T12:12:12.6747619Z Resolving deltas: 28% (2385/8517) 2022-08-17T12:12:12.6761292Z Resolving deltas: 29% (2472/8517) 2022-08-17T12:12:12.6765716Z Resolving deltas: 30% (2607/8517) 2022-08-17T12:12:12.6769314Z Resolving deltas: 31% (2665/8517) 2022-08-17T12:12:12.6775942Z Resolving deltas: 32% (2727/8517) 2022-08-17T12:12:12.6782874Z Resolving deltas: 33% (2822/8517) 2022-08-17T12:12:12.6788918Z Resolving deltas: 34% (2923/8517) 2022-08-17T12:12:12.6795341Z Resolving deltas: 35% (3010/8517) 2022-08-17T12:12:12.6804430Z Resolving deltas: 36% (3099/8517) 2022-08-17T12:12:12.6808537Z Resolving deltas: 37% (3226/8517) 2022-08-17T12:12:12.6827214Z Resolving deltas: 38% (3283/8517) 2022-08-17T12:12:12.6829643Z Resolving deltas: 41% (3552/8517) 2022-08-17T12:12:12.6838895Z Resolving deltas: 42% (3584/8517) 2022-08-17T12:12:12.6853048Z Resolving deltas: 43% (3725/8517) 2022-08-17T12:12:12.6860048Z Resolving deltas: 46% (3928/8517) 2022-08-17T12:12:12.6867074Z Resolving deltas: 47% (4021/8517) 2022-08-17T12:12:12.6875558Z Resolving deltas: 48% (4116/8517) 2022-08-17T12:12:12.6879484Z Resolving deltas: 49% (4214/8517) 2022-08-17T12:12:12.6892353Z Resolving deltas: 50% (4265/8517) 2022-08-17T12:12:12.6939609Z Resolving deltas: 51% (4370/8517) 2022-08-17T12:12:12.6997163Z Resolving deltas: 52% (4497/8517) 2022-08-17T12:12:12.7001638Z Resolving deltas: 54% (4634/8517) 2022-08-17T12:12:12.7013018Z Resolving deltas: 55% (4692/8517) 2022-08-17T12:12:12.7019106Z Resolving deltas: 57% (4868/8517) 2022-08-17T12:12:12.7026984Z Resolving deltas: 58% (4959/8517) 2022-08-17T12:12:12.7029374Z Resolving deltas: 59% (5078/8517) 2022-08-17T12:12:12.7040840Z Resolving deltas: 60% (5111/8517) 2022-08-17T12:12:12.7050749Z Resolving deltas: 62% (5288/8517) 2022-08-17T12:12:12.7064800Z Resolving deltas: 63% (5441/8517) 2022-08-17T12:12:12.7070282Z Resolving deltas: 66% (5668/8517) 2022-08-17T12:12:12.7075262Z Resolving deltas: 67% (5742/8517) 2022-08-17T12:12:12.7080125Z Resolving deltas: 68% (5821/8517) 2022-08-17T12:12:12.7090254Z Resolving deltas: 69% (5881/8517) 2022-08-17T12:12:12.7095544Z Resolving deltas: 70% (5973/8517) 2022-08-17T12:12:12.7110407Z Resolving deltas: 71% (6050/8517) 2022-08-17T12:12:12.7124422Z Resolving deltas: 72% (6140/8517) 2022-08-17T12:12:12.7162771Z Resolving deltas: 73% (6242/8517) 2022-08-17T12:12:12.7167780Z Resolving deltas: 75% (6403/8517) 2022-08-17T12:12:12.7178398Z Resolving deltas: 76% (6475/8517) 2022-08-17T12:12:12.7183811Z Resolving deltas: 77% (6616/8517) 2022-08-17T12:12:12.7185904Z Resolving deltas: 78% (6707/8517) 2022-08-17T12:12:12.7192701Z Resolving deltas: 79% (6738/8517) 2022-08-17T12:12:12.7204656Z Resolving deltas: 80% (6815/8517) 2022-08-17T12:12:12.7209711Z Resolving deltas: 81% (6912/8517) 2022-08-17T12:12:12.7217750Z Resolving deltas: 82% (6987/8517) 2022-08-17T12:12:12.7224990Z Resolving deltas: 83% (7092/8517) 2022-08-17T12:12:12.7235111Z Resolving deltas: 84% (7182/8517) 2022-08-17T12:12:12.7235354Z Resolving deltas: 85% (7321/8517) 2022-08-17T12:12:12.7241627Z Resolving deltas: 86% (7327/8517) 2022-08-17T12:12:12.7250389Z Resolving deltas: 87% (7412/8517) 2022-08-17T12:12:12.7259942Z Resolving deltas: 88% (7513/8517) 2022-08-17T12:12:12.7265833Z Resolving deltas: 89% (7609/8517) 2022-08-17T12:12:12.7274035Z Resolving deltas: 90% (7681/8517) 2022-08-17T12:12:12.7282435Z Resolving deltas: 91% (7761/8517) 2022-08-17T12:12:12.7290034Z Resolving deltas: 92% (7857/8517) 2022-08-17T12:12:12.7295515Z Resolving deltas: 93% (7941/8517) 2022-08-17T12:12:12.7311843Z Resolving deltas: 94% (8006/8517) 2022-08-17T12:12:12.7318583Z Resolving deltas: 95% (8103/8517) 2022-08-17T12:12:12.7325541Z Resolving deltas: 96% (8185/8517) 2022-08-17T12:12:12.7333934Z Resolving deltas: 97% (8265/8517) 2022-08-17T12:12:12.7340381Z Resolving deltas: 98% (8348/8517) 2022-08-17T12:12:12.7380217Z Resolving deltas: 99% (8435/8517) 2022-08-17T12:12:12.7380559Z Resolving deltas: 100% (8517/8517) 2022-08-17T12:12:12.7380913Z Resolving deltas: 100% (8517/8517), done. 2022-08-17T12:12:12.7859261Z + pushd torchdynamo 2022-08-17T12:12:12.7859642Z ~/torchdynamo ~ ~/workspace 2022-08-17T12:12:12.7860035Z + git checkout f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:12:12.8179777Z Note: checking out 'f19410cd8204fa1c30ca72f81142508e128be66f'. 2022-08-17T12:12:12.8179975Z 2022-08-17T12:12:12.8180324Z You are in 'detached HEAD' state. You can look around, make experimental 2022-08-17T12:12:12.8180876Z changes and commit them, and you can discard any commits you make in this 2022-08-17T12:12:12.8181326Z state without impacting any branches by performing another checkout. 2022-08-17T12:12:12.8181501Z 2022-08-17T12:12:12.8181640Z If you want to create a new branch to retain commits you create, you may 2022-08-17T12:12:12.8182005Z do so (now or later) by using -b with the checkout command again. Example: 2022-08-17T12:12:12.8182174Z 2022-08-17T12:12:12.8182352Z git checkout -b 2022-08-17T12:12:12.8182514Z 2022-08-17T12:12:12.8182641Z HEAD is now at f19410c Update pytorch/functorch versions (#704) 2022-08-17T12:12:12.8183039Z + python setup.py develop 2022-08-17T12:12:14.0492646Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T12:12:14.4717372Z running develop 2022-08-17T12:12:14.4757081Z /opt/conda/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-08-17T12:12:14.4757518Z EasyInstallDeprecationWarning, 2022-08-17T12:12:14.5808066Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T12:12:14.5808520Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T12:12:14.7488170Z running egg_info 2022-08-17T12:12:14.7488460Z creating torchdynamo.egg-info 2022-08-17T12:12:14.8014811Z writing torchdynamo.egg-info/PKG-INFO 2022-08-17T12:12:14.8497569Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-08-17T12:12:15.0913634Z writing requirements to torchdynamo.egg-info/requires.txt 2022-08-17T12:12:15.1398990Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-08-17T12:12:15.1399417Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-08-17T12:12:15.2505965Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-08-17T12:12:15.2507366Z adding license file 'LICENSE' 2022-08-17T12:12:15.2518734Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-08-17T12:12:15.2519022Z running build_ext 2022-08-17T12:12:15.2533041Z building 'torchdynamo._eval_frame' extension 2022-08-17T12:12:15.2533436Z creating build 2022-08-17T12:12:15.2533886Z creating build/temp.linux-x86_64-3.7 2022-08-17T12:12:15.2534354Z creating build/temp.linux-x86_64-3.7/torchdynamo 2022-08-17T12:12:15.2535802Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-3.7/torchdynamo/_eval_frame.o -Wall 2022-08-17T12:12:15.5529281Z creating build/lib.linux-x86_64-3.7 2022-08-17T12:12:15.5529834Z creating build/lib.linux-x86_64-3.7/torchdynamo 2022-08-17T12:12:15.5531050Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-3.7/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so 2022-08-17T12:12:15.5809354Z building 'torchdynamo._guards' extension 2022-08-17T12:12:15.5811766Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-3.7/torchdynamo/_guards.o -std=c++14 2022-08-17T12:12:16.5359013Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T12:12:16.5360134Z torchdynamo/_guards.cpp: In function ‘PyObject* {anonymous}::TensorGuards_check_verbose({anonymous}::TensorGuards*, PyObject*, PyObject*)’: 2022-08-17T12:12:16.5361066Z torchdynamo/_guards.cpp:246:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 2022-08-17T12:12:16.5361626Z for (Py_ssize_t i = 0; i < names_size; i++) { 2022-08-17T12:12:16.5361955Z ~~^~~~~~~~~~~~ 2022-08-17T12:12:16.5368318Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/torchdynamo/_guards.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so 2022-08-17T12:12:16.7873137Z copying build/lib.linux-x86_64-3.7/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-08-17T12:12:16.7873998Z copying build/lib.linux-x86_64-3.7/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-08-17T12:12:16.7929831Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-08-17T12:12:16.7934398Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-08-17T12:12:16.7944562Z 2022-08-17T12:12:16.7944949Z Installed /var/lib/jenkins/torchdynamo 2022-08-17T12:12:16.7959499Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-08-17T12:12:16.7990512Z Searching for tabulate 2022-08-17T12:12:16.7991484Z Reading https://pypi.org/simple/tabulate/ 2022-08-17T12:12:16.8175894Z /opt/conda/lib/python3.7/site-packages/pkg_resources/__init__.py:125: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-08-17T12:12:16.8176307Z PkgResourcesDeprecationWarning, 2022-08-17T12:12:16.8487347Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-08-17T12:12:16.8663596Z Best match: tabulate 0.8.10 2022-08-17T12:12:16.8664215Z Processing tabulate-0.8.10-py3-none-any.whl 2022-08-17T12:12:16.8704122Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2408224Z Adding tabulate 0.8.10 to easy-install.pth file 2022-08-17T12:12:17.2423642Z Installing tabulate script to /opt/conda/bin 2022-08-17T12:12:17.2424724Z 2022-08-17T12:12:17.2425159Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-08-17T12:12:17.2488421Z Searching for sympy==1.10.1 2022-08-17T12:12:17.2489184Z Best match: sympy 1.10.1 2022-08-17T12:12:17.2490270Z Adding sympy 1.10.1 to easy-install.pth file 2022-08-17T12:12:17.2492246Z Installing isympy script to /opt/conda/bin 2022-08-17T12:12:17.2493853Z 2022-08-17T12:12:17.2494021Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2499026Z Searching for PyYAML==6.0 2022-08-17T12:12:17.2499837Z Best match: PyYAML 6.0 2022-08-17T12:12:17.2500333Z Adding PyYAML 6.0 to easy-install.pth file 2022-08-17T12:12:17.2502023Z 2022-08-17T12:12:17.2502204Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2514984Z Searching for numpy==1.18.5 2022-08-17T12:12:17.2515646Z Best match: numpy 1.18.5 2022-08-17T12:12:17.2516122Z Adding numpy 1.18.5 to easy-install.pth file 2022-08-17T12:12:17.2518699Z Installing f2py script to /opt/conda/bin 2022-08-17T12:12:17.2520459Z Installing f2py3 script to /opt/conda/bin 2022-08-17T12:12:17.2521918Z Installing f2py3.7 script to /opt/conda/bin 2022-08-17T12:12:17.2523180Z 2022-08-17T12:12:17.2523424Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2542431Z Searching for torch==1.13.0a0+gitce6a3c6 2022-08-17T12:12:17.2543351Z Best match: torch 1.13.0a0+gitce6a3c6 2022-08-17T12:12:17.2543850Z Adding torch 1.13.0a0+gitce6a3c6 to easy-install.pth file 2022-08-17T12:12:17.2546930Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-08-17T12:12:17.2548639Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-08-17T12:12:17.2549963Z Installing torchrun script to /opt/conda/bin 2022-08-17T12:12:17.2551379Z 2022-08-17T12:12:17.2551559Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2556742Z Searching for mpmath==1.2.1 2022-08-17T12:12:17.2557347Z Best match: mpmath 1.2.1 2022-08-17T12:12:17.2558762Z Adding mpmath 1.2.1 to easy-install.pth file 2022-08-17T12:12:17.2559816Z 2022-08-17T12:12:17.2559997Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2565027Z Searching for typing-extensions==4.3.0 2022-08-17T12:12:17.2565982Z Best match: typing-extensions 4.3.0 2022-08-17T12:12:17.2566283Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-08-17T12:12:17.2567994Z 2022-08-17T12:12:17.2568316Z Using /opt/conda/lib/python3.7/site-packages 2022-08-17T12:12:17.2569118Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-08-17T12:12:17.4790403Z 2022-08-17T12:12:17.4791645Z real 0m4.661s 2022-08-17T12:12:17.4791868Z user 0m3.338s 2022-08-17T12:12:17.4792225Z sys 0m0.677s 2022-08-17T12:12:17.4792404Z + popd 2022-08-17T12:12:17.4792551Z ~ ~/workspace 2022-08-17T12:12:17.4792712Z + popd 2022-08-17T12:12:17.4792870Z ~/workspace 2022-08-17T12:12:17.4793043Z + test_python_shard 2 2022-08-17T12:12:17.4793344Z + [[ -z 2 ]] 2022-08-17T12:12:17.4793627Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-08-17T12:12:17.4794042Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-08-17T12:12:18.7273260Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T12:12:18.8560356Z Ignoring disabled issues: [] 2022-08-17T12:12:18.8701439Z Found test time stats from artifacts 2022-08-17T12:12:18.8702776Z Selected tests: 2022-08-17T12:12:18.8703080Z test_ops_gradients 2022-08-17T12:12:18.8703384Z test_ops_jit 2022-08-17T12:12:18.8703670Z test_sparse 2022-08-17T12:12:18.8703912Z test_schema_check 2022-08-17T12:12:18.8704188Z test_reductions 2022-08-17T12:12:18.8704419Z test_nn 2022-08-17T12:12:18.8704647Z test_foreach 2022-08-17T12:12:18.8704851Z test_optim 2022-08-17T12:12:18.8705079Z test_jit_fuser_te 2022-08-17T12:12:18.8705321Z test_fx_experimental 2022-08-17T12:12:18.8705563Z test_type_hints 2022-08-17T12:12:18.8705785Z test_mkldnn 2022-08-17T12:12:18.8706015Z test_jit_llga_fuser 2022-08-17T12:12:18.8706266Z test_cpp_extensions_jit 2022-08-17T12:12:18.8706513Z test_view_ops 2022-08-17T12:12:18.8706738Z test_dispatch 2022-08-17T12:12:18.8706943Z test_torch 2022-08-17T12:12:18.8707169Z lazy/test_ts_opinfo 2022-08-17T12:12:18.8707396Z test_testing 2022-08-17T12:12:18.8707606Z test_jit_autocast 2022-08-17T12:12:18.8707849Z test_xnnpack_integration 2022-08-17T12:12:18.8708090Z test_decomp 2022-08-17T12:12:18.8708304Z test_spectral_ops 2022-08-17T12:12:18.8708536Z test_stateless 2022-08-17T12:12:18.8708779Z test_scatter_gather_ops 2022-08-17T12:12:18.8709020Z test_multiprocessing 2022-08-17T12:12:18.8709270Z test_mobile_optimizer 2022-08-17T12:12:18.8709519Z test_module_init 2022-08-17T12:12:18.8709741Z test_mkldnn_verbose 2022-08-17T12:12:18.8709965Z test_utils 2022-08-17T12:12:18.8710181Z test_indexing 2022-08-17T12:12:18.8710391Z test_overrides 2022-08-17T12:12:18.8710829Z test_namedtuple_return_api 2022-08-17T12:12:18.8712586Z test_shape_ops 2022-08-17T12:12:18.8713238Z test_public_bindings 2022-08-17T12:12:18.8713557Z test_transformers 2022-08-17T12:12:18.8713924Z test_mkldnn_fusion 2022-08-17T12:12:18.8714202Z test_bundled_inputs 2022-08-17T12:12:18.8714419Z test_namedtensor 2022-08-17T12:12:18.8714622Z benchmark_utils/test_benchmark_utils 2022-08-17T12:12:18.8714819Z test_tensorexpr_pybind 2022-08-17T12:12:18.8715006Z test_python_dispatch 2022-08-17T12:12:18.8715182Z test_monitor 2022-08-17T12:12:18.8715343Z test_functional_optim 2022-08-17T12:12:18.8715526Z lazy/test_reuse_ir 2022-08-17T12:12:18.8715707Z test_native_functions 2022-08-17T12:12:18.8715877Z test_fx_reinplace_pass 2022-08-17T12:12:18.8716064Z test_per_overload_api 2022-08-17T12:12:18.8716276Z test_set_default_mobile_cpu_allocator 2022-08-17T12:12:18.8716462Z test_profiler_tree 2022-08-17T12:12:18.8716638Z test_jit_cuda_fuser 2022-08-17T12:12:18.8716810Z test_prims 2022-08-17T12:12:18.8716987Z test_cpp_extensions_aot_ninja 2022-08-17T12:12:18.8717196Z test_cpp_extensions_aot_no_ninja 2022-08-17T12:12:18.8717388Z test_tensorboard 2022-08-17T12:12:18.8717544Z test_complex 2022-08-17T12:12:18.8717707Z test_vulkan 2022-08-17T12:12:18.8717877Z lazy/test_bindings 2022-08-17T12:12:18.8718033Z test_cuda 2022-08-17T12:12:18.8718194Z test_cuda_trace 2022-08-17T12:12:18.8718360Z test_deploy 2022-08-17T12:12:18.8718508Z test_hub 2022-08-17T12:12:18.8718672Z test_maskedtensor 2022-08-17T12:12:18.8804658Z Prioritized test from test file changes. 2022-08-17T12:12:18.8805085Z reordering tests for PR: 2022-08-17T12:12:18.8805586Z prioritized: ['test_optim', 'test_prims'] 2022-08-17T12:12:18.8807840Z the rest: ['test_ops_gradients', 'test_ops_jit', 'test_sparse', 'test_schema_check', 'test_reductions', 'test_nn', 'test_foreach', 'test_jit_fuser_te', 'test_fx_experimental', 'test_type_hints', 'test_mkldnn', 'test_jit_llga_fuser', 'test_cpp_extensions_jit', 'test_view_ops', 'test_dispatch', 'test_torch', 'lazy/test_ts_opinfo', 'test_testing', 'test_jit_autocast', 'test_xnnpack_integration', 'test_decomp', 'test_spectral_ops', 'test_stateless', 'test_scatter_gather_ops', 'test_multiprocessing', 'test_mobile_optimizer', 'test_module_init', 'test_mkldnn_verbose', 'test_utils', 'test_indexing', 'test_overrides', 'test_namedtuple_return_api', 'test_shape_ops', 'test_public_bindings', 'test_transformers', 'test_mkldnn_fusion', 'test_bundled_inputs', 'test_namedtensor', 'benchmark_utils/test_benchmark_utils', 'test_tensorexpr_pybind', 'test_python_dispatch', 'test_monitor', 'test_functional_optim', 'lazy/test_reuse_ir', 'test_native_functions', 'test_fx_reinplace_pass', 'test_per_overload_api', 'test_set_default_mobile_cpu_allocator', 'test_profiler_tree', 'test_jit_cuda_fuser', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_tensorboard', 'test_complex', 'test_vulkan', 'lazy/test_bindings', 'test_cuda', 'test_cuda_trace', 'test_deploy', 'test_hub', 'test_maskedtensor'] 2022-08-17T12:12:18.8809274Z 2022-08-17T12:12:18.8809696Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-08-17T12:12:18.9007970Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-08-17T12:12:18.9389126Z Running test_optim ... [2022-08-17 12:12:18.938649] 2022-08-17T12:12:18.9389682Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:12:18.938695] 2022-08-17T12:12:19.9818426Z Test results will be stored in test-reports/python-unittest/test_optim 2022-08-17T12:12:19.9855514Z 2022-08-17T12:12:19.9855644Z Running tests... 2022-08-17T12:12:19.9856213Z ---------------------------------------------------------------------- 2022-08-17T12:12:21.0916255Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (1.106s) 2022-08-17T12:12:21.1006385Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.009s) 2022-08-17T12:12:21.1090792Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:12:21.1174564Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:12:21.1942142Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.077s) 2022-08-17T12:12:21.1993912Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.2019409Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2037865Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.2038740Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.2044904Z ok (0.002s) 2022-08-17T12:12:21.2064063Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2078584Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.2100444Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2124604Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2152059Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.2254231Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2360663Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-08-17T12:12:21.2460972Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2564696Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2667158Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2769141Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2869951Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:12:21.2888182Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.2889061Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.2896144Z ok (0.003s) 2022-08-17T12:12:21.2922276Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.2947788Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2972509Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.2997017Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3023334Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3048008Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3072814Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3107608Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3141673Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3168344Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3203406Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3226706Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3251479Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3273020Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3292989Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3326968Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.3368177Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3383469Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.3384308Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.3390211Z ok (0.002s) 2022-08-17T12:12:21.3412315Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:12:21.3412902Z warnings.warn(msg, FutureWarning) 2022-08-17T12:12:21.3413104Z ok (0.002s) 2022-08-17T12:12:21.3436631Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.3481519Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3494257Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.3541640Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.3586407Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3632042Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3643574Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.3709171Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:12:21.3771556Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:12:21.3844463Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.007s) 2022-08-17T12:12:21.3883486Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3922968Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3959420Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.3998741Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4037940Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4072583Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4090675Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4110379Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4134602Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4168433Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4197239Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4228547Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4258708Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4280871Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-08-17T12:12:21.4281642Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-08-17T12:12:21.4296624Z ok (0.004s) 2022-08-17T12:12:21.4323727Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4339690Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.4340524Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.4347064Z ok (0.002s) 2022-08-17T12:12:21.4363650Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4381714Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4415456Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.4431109Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.4431935Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.4437189Z ok (0.002s) 2022-08-17T12:12:21.4480726Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4495837Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.4496670Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.4502546Z ok (0.002s) 2022-08-17T12:12:21.4528012Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.4573397Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4590228Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.4591944Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.4598046Z ok (0.002s) 2022-08-17T12:12:21.4638752Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4678379Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.4741416Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:12:21.4751816Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82948 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T12:12:21.4808064Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:12:21.4861822Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.4912253Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.4961385Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.5015984Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.5026806Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.5068464Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5079588Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.5090906Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:12:21.5126735Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5162709Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5178092Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.5178927Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.5184371Z ok (0.002s) 2022-08-17T12:12:21.5220638Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5245177Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5282332Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5319085Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5353338Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.5388510Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.5422692Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.5457864Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.5499005Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5519200Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5536818Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:21.5537909Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:21.5539216Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-08-17T12:12:21.5539904Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-08-17T12:12:21.5546141Z ok (0.003s) 2022-08-17T12:12:21.5567045Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5588252Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5604207Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5624505Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5658703Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:12:21.5682990Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5707642Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5750041Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:12:21.5766595Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:21.5817787Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:12:21.5842225Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:12:22.9929582Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:12:22.9930535Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:12:27.4843840Z ok (5.900s) 2022-08-17T12:12:27.4943027Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-08-17T12:12:35.4570327Z test_adagrad (__main__.TestOptim) ... ok (7.962s) 2022-08-17T12:12:35.4702121Z test_adagrad_complex (__main__.TestOptim) ... ok (0.013s) 2022-08-17T12:12:54.5019093Z test_adagrad_sparse (__main__.TestOptim) ... ok (19.031s) 2022-08-17T12:13:13.3963299Z test_adam (__main__.TestOptim) ... ok (18.894s) 2022-08-17T12:13:18.0045774Z test_adamax (__main__.TestOptim) ... ok (4.608s) 2022-08-17T12:13:23.7436573Z test_adamw (__main__.TestOptim) ... ok (5.739s) 2022-08-17T12:13:27.7997414Z test_asgd (__main__.TestOptim) ... ok (4.056s) 2022-08-17T12:13:27.8009000Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-08-17T12:13:27.8016941Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-08-17T12:13:28.7050096Z test_lbfgs (__main__.TestOptim) ... ok (0.903s) 2022-08-17T12:13:28.7070928Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-08-17T12:13:28.7116563Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.004s) 2022-08-17T12:13:30.1646927Z test_nadam (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:13:30.1647988Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:13:32.3164492Z ok (3.604s) 2022-08-17T12:13:32.3184854Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-08-17T12:13:36.0931911Z test_radam (__main__.TestOptim) ... ok (3.774s) 2022-08-17T12:13:43.3461582Z test_rmsprop (__main__.TestOptim) ... ok (7.253s) 2022-08-17T12:13:46.4626493Z test_rprop (__main__.TestOptim) ... ok (3.116s) 2022-08-17T12:14:01.2962702Z test_sgd (__main__.TestOptim) ... ok (14.833s) 2022-08-17T12:14:01.3188569Z test_sgd_complex (__main__.TestOptim) ... ok (0.023s) 2022-08-17T12:14:15.4839634Z test_sgd_sparse (__main__.TestOptim) ... ok (14.165s) 2022-08-17T12:14:19.9162380Z test_sparse_adam (__main__.TestOptim) ... ok (4.432s) 2022-08-17T12:14:19.9397338Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.023s) 2022-08-17T12:14:19.9508628Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.011s) 2022-08-17T12:14:19.9619813Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.011s) 2022-08-17T12:14:19.9632875Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-08-17T12:14:19.9727538Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.009s) 2022-08-17T12:14:19.9826461Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.010s) 2022-08-17T12:14:20.0237590Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.041s) 2022-08-17T12:14:20.0542141Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.030s) 2022-08-17T12:14:20.0543210Z 2022-08-17T12:14:20.0543765Z ---------------------------------------------------------------------- 2022-08-17T12:14:20.0544098Z Ran 144 tests in 120.069s 2022-08-17T12:14:20.0545690Z 2022-08-17T12:14:20.0547449Z OK (skipped=1) 2022-08-17T12:14:20.0547700Z 2022-08-17T12:14:20.0547863Z Generating XML reports... 2022-08-17T12:14:20.0631589Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220817121219.xml 2022-08-17T12:14:20.0715639Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220817121219.xml 2022-08-17T12:14:20.0738024Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220817121219.xml 2022-08-17T12:14:20.0745448Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220817121219.xml 2022-08-17T12:14:20.3079804Z Running test_prims ... [2022-08-17 12:14:20.307574] 2022-08-17T12:14:20.3080326Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:14:20.307654] 2022-08-17T12:14:21.7843263Z Test results will be stored in test-reports/python-unittest/test_prims 2022-08-17T12:14:21.7879521Z 2022-08-17T12:14:21.7879855Z Running tests... 2022-08-17T12:14:21.7880704Z ---------------------------------------------------------------------- 2022-08-17T12:14:21.7900149Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.002s) 2022-08-17T12:14:21.7930021Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-08-17T12:14:21.8102397Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.017s) 2022-08-17T12:14:21.8125143Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:14:21.8136562Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.8335184Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.020s) 2022-08-17T12:14:21.8492347Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.016s) 2022-08-17T12:14:21.8806867Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.031s) 2022-08-17T12:14:21.9079706Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.027s) 2022-08-17T12:14:21.9091508Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9106344Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9118832Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9129123Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9157767Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-08-17T12:14:21.9169671Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9197379Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.003s) 2022-08-17T12:14:21.9209322Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9221019Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:14:21.9266058Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.004s) 2022-08-17T12:14:21.9266579Z 2022-08-17T12:14:21.9267111Z ---------------------------------------------------------------------- 2022-08-17T12:14:21.9267520Z Ran 19 tests in 0.139s 2022-08-17T12:14:21.9348371Z 2022-08-17T12:14:21.9349846Z OK (skipped=9) 2022-08-17T12:14:21.9350113Z 2022-08-17T12:14:21.9350259Z Generating XML reports... 2022-08-17T12:14:21.9351019Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220817121421.xml 2022-08-17T12:14:21.9351848Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220817121421.xml 2022-08-17T12:14:21.9352641Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220817121421.xml 2022-08-17T12:14:22.1725709Z Running test_ops_gradients ... [2022-08-17 12:14:22.172180] 2022-08-17T12:14:22.1726267Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:14:22.172256] 2022-08-17T12:14:24.7159202Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml 2022-08-17T12:14:24.9452571Z ============================= test session starts ============================== 2022-08-17T12:14:24.9453067Z platform linux -- Python 3.7.13, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-08-17T12:14:24.9495445Z cachedir: .pytest_cache 2022-08-17T12:14:24.9496094Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-08-17T12:14:24.9496543Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-08-17T12:14:24.9497107Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0 2022-08-17T12:14:24.9497390Z 2022-08-17T12:14:24.9897137Z gw0 I / gw1 I / gw2 I / gw3 I 2022-08-17T12:14:24.9897557Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:14:24.9897722Z 2022-08-17T12:14:25.0287490Z gw0 C / gw1 I / gw2 I / gw3 I 2022-08-17T12:14:25.0287959Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:14:25.0288226Z 2022-08-17T12:14:25.0758685Z gw0 C / gw1 C / gw2 I / gw3 I 2022-08-17T12:14:25.0759164Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:14:25.0759518Z 2022-08-17T12:14:25.1265170Z gw0 C / gw1 C / gw2 C / gw3 I 2022-08-17T12:14:25.1265668Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:14:25.1265932Z 2022-08-17T12:14:25.6280171Z gw0 C / gw1 C / gw2 C / gw3 C 2022-08-17T12:14:25.6280975Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:14:25.6281246Z 2022-08-17T12:14:25.6361497Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-08-17T12:14:25.6362152Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:14:25.6362430Z 2022-08-17T12:14:25.6489453Z gw0 ok / gw1 C / gw2 C / gw3 ok 2022-08-17T12:14:25.6490120Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:14:25.6490392Z 2022-08-17T12:14:25.6492866Z gw0 ok / gw1 C / gw2 ok / gw3 ok 2022-08-17T12:14:25.6493483Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:14:25.6493760Z 2022-08-17T12:14:28.6108517Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-08-17T12:14:28.6374513Z gw0 ok / gw1 [7424] / gw2 ok / gw3 ok 2022-08-17T12:14:28.6653445Z gw0 [7424] / gw1 [7424] / gw2 ok / gw3 ok 2022-08-17T12:14:28.7053367Z gw0 [7424] / gw1 [7424] / gw2 ok / gw3 [7424] 2022-08-17T12:14:28.7060342Z gw0 [7424] / gw1 [7424] / gw2 [7424] / gw3 [7424] 2022-08-17T12:14:28.7061136Z scheduling tests via LoadScheduling 2022-08-17T12:14:28.7461595Z 2022-08-17T12:14:28.7462393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-08-17T12:14:28.7462987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-08-17T12:14:28.7463926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-08-17T12:14:28.7467654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-08-17T12:14:28.7521725Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-08-17T12:14:28.7524880Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-08-17T12:14:28.7528438Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-08-17T12:14:28.7542818Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-08-17T12:14:28.7548019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-08-17T12:14:28.7548565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-08-17T12:14:28.7554765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-08-17T12:14:28.7578998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-08-17T12:14:28.7585186Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-08-17T12:14:28.7587673Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-08-17T12:14:28.7590382Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-08-17T12:14:28.7974489Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-08-17T12:14:28.8009904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:14:28.8010432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-08-17T12:14:28.8011355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-08-17T12:14:28.8012323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-08-17T12:14:28.8015679Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:14:28.8018181Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-08-17T12:14:28.8019779Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-08-17T12:14:28.8418030Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-08-17T12:14:28.8418906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-08-17T12:14:28.8419951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-08-17T12:14:28.8430107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-08-17T12:14:28.8445191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-08-17T12:14:28.8447928Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-08-17T12:14:28.8453152Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-08-17T12:14:28.8460898Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-08-17T12:14:28.8854115Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-08-17T12:14:28.8862530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-08-17T12:14:28.8864948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-08-17T12:14:28.8865767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-08-17T12:14:28.8877905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-08-17T12:14:28.8888666Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-08-17T12:14:28.8895595Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-08-17T12:14:28.8898480Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-08-17T12:14:28.9294340Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-08-17T12:14:28.9302293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-08-17T12:14:28.9307096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:14:28.9307739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:14:28.9317166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:14:28.9325459Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-08-17T12:14:28.9340833Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:14:28.9343569Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:14:28.9734538Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:14:28.9739586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:14:28.9745267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:14:28.9764335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:14:28.9767214Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:14:28.9772453Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:14:28.9776322Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:14:28.9784772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:14:29.0177939Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:14:29.0185135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:14:29.0186405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:14:29.0188267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:14:29.0201732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-08-17T12:14:29.0205894Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-08-17T12:14:29.0218549Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:14:29.0221125Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:14:29.0615617Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:14:29.0616299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-08-17T12:14:29.0624956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-08-17T12:14:29.0640714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:14:29.0645196Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-08-17T12:14:29.0655671Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-08-17T12:14:29.0656773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:14:29.0659136Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:14:29.1056100Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:14:29.1059688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:14:29.1069275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:14:29.1071078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-08-17T12:14:29.1079751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:14:29.1094958Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-08-17T12:14:29.1097828Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:14:29.1099989Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:14:29.1495672Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:14:29.1501465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-08-17T12:14:29.1504615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:14:29.1522241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-08-17T12:14:29.1524470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-08-17T12:14:29.1527095Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-08-17T12:14:29.1535536Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:14:29.1543900Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-08-17T12:14:29.1941222Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-08-17T12:14:29.1942075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-08-17T12:14:29.1942732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-08-17T12:14:29.1947152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-08-17T12:14:29.1962429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-08-17T12:14:29.1975261Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-08-17T12:14:29.1977657Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-08-17T12:14:29.1979930Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-08-17T12:14:29.2374380Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-08-17T12:14:29.2417883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-08-17T12:14:29.2420852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-08-17T12:14:29.2427295Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-08-17T12:14:29.2428368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-08-17T12:14:29.2431270Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-08-17T12:14:29.2433348Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-08-17T12:14:29.2434560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-08-17T12:14:29.2816360Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-08-17T12:14:29.2821350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-08-17T12:14:29.2827245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-08-17T12:14:29.2846409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-08-17T12:14:29.2849075Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-08-17T12:14:29.2856423Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-08-17T12:14:29.2858927Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-08-17T12:14:29.2859786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-08-17T12:14:29.3257994Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-08-17T12:14:29.3259983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-08-17T12:14:29.3269479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-08-17T12:14:29.3291032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:14:29.3294106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-08-17T12:14:29.3297847Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:14:29.3300765Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-08-17T12:14:29.3303405Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-08-17T12:14:29.3693850Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-08-17T12:14:29.3699025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:14:29.3706313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-08-17T12:14:29.3710943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:14:29.3721326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-08-17T12:14:29.3727730Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:14:29.3739263Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:14:29.3741930Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-08-17T12:14:29.4138246Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-08-17T12:14:29.4139242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-08-17T12:14:29.4171526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-08-17T12:14:29.4172813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-08-17T12:14:29.4177002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-08-17T12:14:29.4180081Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-08-17T12:14:29.4182909Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-08-17T12:14:29.4185695Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-08-17T12:14:29.4577412Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-08-17T12:14:29.4578987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-08-17T12:14:29.4610840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-08-17T12:14:29.4614760Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-08-17T12:14:29.4616424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-08-17T12:14:29.4618852Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-08-17T12:14:29.4621008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-08-17T12:14:29.4624747Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-08-17T12:14:29.5019211Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-08-17T12:14:29.5041468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-08-17T12:14:29.5042156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-08-17T12:14:29.5060322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-08-17T12:14:29.5063556Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-08-17T12:14:29.5066321Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-08-17T12:14:29.5068365Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-08-17T12:14:29.5069864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-08-17T12:14:29.5457929Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-08-17T12:14:29.5459181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-08-17T12:14:29.5465193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-08-17T12:14:29.5468110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-08-17T12:14:29.5479909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-08-17T12:14:29.5487376Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-08-17T12:14:29.5497774Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-08-17T12:14:29.5500548Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-08-17T12:14:29.5897732Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-08-17T12:14:29.5898430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-08-17T12:14:29.5899555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-08-17T12:14:29.5921031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-08-17T12:14:29.5929600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-08-17T12:14:29.5932371Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-08-17T12:14:29.5934598Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-08-17T12:14:29.5937089Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-08-17T12:14:29.6337901Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-08-17T12:14:29.6344369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-08-17T12:14:29.6346451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-08-17T12:14:29.6367037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:14:29.6379089Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-08-17T12:14:29.6381558Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-08-17T12:14:29.6383855Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:14:29.6385799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-08-17T12:14:29.6776898Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-08-17T12:14:29.6781095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-08-17T12:14:29.6785098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-08-17T12:14:29.6800105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:14:29.6806906Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-08-17T12:14:29.6821925Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-08-17T12:14:29.6823154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-08-17T12:14:29.6825896Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-08-17T12:14:29.7215801Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:14:29.7220793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-08-17T12:14:29.7224768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-08-17T12:14:29.7238452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-08-17T12:14:29.7251284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-08-17T12:14:29.7254347Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-08-17T12:14:29.7257176Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-08-17T12:14:29.7264162Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-08-17T12:14:29.7655195Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-08-17T12:14:29.7659764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:14:29.7664171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-08-17T12:14:29.7679597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-08-17T12:14:29.7695508Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-08-17T12:14:29.7697322Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-08-17T12:14:29.7698572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:14:29.7701198Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:14:29.8098392Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:14:29.8116161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:14:29.8116945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:14:29.8138696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:14:29.8142566Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:14:29.8145470Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:14:29.8146534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:14:29.8150248Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:14:29.8533919Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:14:29.8538870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-08-17T12:14:29.8542232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:14:29.8545426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:14:29.8565629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-08-17T12:14:29.8572077Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:14:29.8573868Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:14:29.8576290Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-08-17T12:14:29.8978861Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-08-17T12:14:29.8981014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-08-17T12:14:29.8982470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-08-17T12:14:29.8990528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-08-17T12:14:29.9008697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-08-17T12:14:29.9016152Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-08-17T12:14:29.9018848Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-08-17T12:14:29.9021352Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-08-17T12:14:29.9416388Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-08-17T12:14:29.9422326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:14:29.9426615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-08-17T12:14:29.9435712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-08-17T12:14:29.9453300Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:14:29.9455419Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-08-17T12:14:29.9456981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-08-17T12:14:29.9459923Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-08-17T12:14:29.9857520Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-08-17T12:14:29.9862884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:14:29.9865953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:14:29.9868123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:14:29.9892732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-08-17T12:14:29.9899455Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:14:29.9901784Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-08-17T12:14:29.9904222Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:14:30.0296811Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:14:30.0307117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:14:30.0313105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-08-17T12:14:30.0330823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:14:30.0334976Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-08-17T12:14:30.0342037Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:14:30.0344178Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:14:30.0345417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-08-17T12:14:30.0739184Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-08-17T12:14:30.0742278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-08-17T12:14:30.0746563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-08-17T12:14:30.0752792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-08-17T12:14:30.0765981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-08-17T12:14:30.0770573Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-08-17T12:14:30.0773281Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-08-17T12:14:30.1172965Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-08-17T12:14:30.1176937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-08-17T12:14:30.1180161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-08-17T12:14:30.1199282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-08-17T12:14:30.1206324Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-08-17T12:14:30.1212622Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-08-17T12:14:30.1469029Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-08-17T12:14:30.1474722Z [gw2] [ 1%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-08-17T12:14:30.1495174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-08-17T12:14:30.1614459Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-08-17T12:14:30.1616993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:14:30.1618700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-08-17T12:14:30.1635625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-08-17T12:14:30.1645496Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-08-17T12:14:30.1648057Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:14:30.1890519Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-08-17T12:14:30.1911322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:14:30.2056051Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:14:30.2057162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:14:30.2059823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-08-17T12:14:30.2081227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:14:30.2083402Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-08-17T12:14:30.2085677Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:14:30.2330325Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:14:30.2349679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-08-17T12:14:30.2495472Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-08-17T12:14:30.2500774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-08-17T12:14:30.2502868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-08-17T12:14:30.2516543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-08-17T12:14:30.2526645Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-08-17T12:14:30.2528862Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-08-17T12:14:30.2770108Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-08-17T12:14:30.2789982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-08-17T12:14:30.2933566Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-08-17T12:14:30.2937131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-08-17T12:14:30.2938102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-08-17T12:14:30.2951593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-08-17T12:14:30.2957032Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-08-17T12:14:30.2969966Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-08-17T12:14:30.3210578Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-08-17T12:14:30.3230356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-08-17T12:14:30.3375083Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-08-17T12:14:30.3377010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-08-17T12:14:30.3378012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-08-17T12:14:30.3389765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-08-17T12:14:30.3404920Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-08-17T12:14:30.3407224Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-08-17T12:14:30.3649987Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-08-17T12:14:30.3669935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-08-17T12:14:30.3812692Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-08-17T12:14:30.3816132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:14:30.3816889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:14:30.3829599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-08-17T12:14:30.3843812Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:14:30.3846412Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-08-17T12:14:30.4090466Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:14:30.4111079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:14:30.4254529Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:14:30.4257192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:14:30.4260236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-08-17T12:14:30.4276593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-08-17T12:14:30.4288961Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-08-17T12:14:30.4290829Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-08-17T12:14:30.4530213Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:14:30.4550312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-08-17T12:14:30.4694928Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-08-17T12:14:30.4698704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-08-17T12:14:30.4700271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-08-17T12:14:30.4715015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-08-17T12:14:30.4722738Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-08-17T12:14:30.4731008Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-08-17T12:14:30.4970393Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-08-17T12:14:30.4990382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-08-17T12:14:30.5132706Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-08-17T12:14:30.5136880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-08-17T12:14:30.5139409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:14:30.5149442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-08-17T12:14:30.5164227Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-08-17T12:14:30.5165800Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-08-17T12:14:30.5410195Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:14:30.5431909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:14:30.5574388Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:14:30.5576630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-08-17T12:14:30.5579890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-08-17T12:14:30.5596575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-08-17T12:14:30.5602963Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-08-17T12:14:30.5609091Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-08-17T12:14:30.5850004Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-08-17T12:14:30.5869908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-08-17T12:14:30.6013756Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-08-17T12:14:30.6017835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-08-17T12:14:30.6019358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-08-17T12:14:30.6036880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-08-17T12:14:30.6046885Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-08-17T12:14:30.6049063Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-08-17T12:14:30.6290479Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-08-17T12:14:30.6310653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-08-17T12:14:30.6454097Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-08-17T12:14:30.6458456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:14:30.6461538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-08-17T12:14:30.6480181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-08-17T12:14:30.6482530Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-08-17T12:14:30.6485003Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-08-17T12:14:30.6730985Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:14:30.6752221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:14:30.6897018Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:14:30.6898874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-08-17T12:14:30.6899578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-08-17T12:14:30.6926861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-08-17T12:14:30.6934469Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-08-17T12:14:30.6937373Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-08-17T12:14:30.7171565Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-08-17T12:14:30.7194058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:14:30.7334317Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:14:30.7337948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-08-17T12:14:30.7338806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-08-17T12:14:30.7365282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-08-17T12:14:30.7368127Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-08-17T12:14:30.7370791Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-08-17T12:14:30.7610827Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-08-17T12:14:30.7631980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-08-17T12:14:30.7772846Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-08-17T12:14:30.7776082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-08-17T12:14:30.7779688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-08-17T12:14:30.7790504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:14:30.7799235Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-08-17T12:14:30.7807856Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-08-17T12:14:30.8050265Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:14:30.8070916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-08-17T12:14:30.8212898Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-08-17T12:14:30.8216564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-08-17T12:14:30.8217202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:14:30.8229268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-08-17T12:14:30.8241392Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-08-17T12:14:30.8247495Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-08-17T12:14:30.8490674Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:14:30.8510019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:14:30.8654282Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:14:30.8657057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-08-17T12:14:30.8657693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:14:30.8670092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:14:30.8684738Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:14:30.8686603Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:14:30.8930212Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-08-17T12:14:30.8950285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-08-17T12:14:30.9093601Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-08-17T12:14:30.9096850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-08-17T12:14:30.9098253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-08-17T12:14:30.9110893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-08-17T12:14:30.9124803Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-08-17T12:14:30.9126402Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-08-17T12:14:30.9370293Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-08-17T12:14:30.9390189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-08-17T12:14:30.9534928Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-08-17T12:14:30.9536887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-08-17T12:14:30.9537862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eig_cpu_float64 2022-08-17T12:14:30.9550897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-08-17T12:14:30.9566868Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-08-17T12:14:30.9568876Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-08-17T12:14:30.9811019Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eig_cpu_float64 2022-08-17T12:14:30.9832861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eig_cpu_complex128 2022-08-17T12:14:30.9976213Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eig_cpu_complex128 2022-08-17T12:14:30.9976894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-08-17T12:14:30.9977737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-08-17T12:14:30.9993369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-08-17T12:14:31.0007846Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-08-17T12:14:31.0010102Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-08-17T12:14:31.0251286Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-08-17T12:14:31.0275819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-08-17T12:14:31.0415028Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-08-17T12:14:31.0416760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-08-17T12:14:31.0417809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-08-17T12:14:31.0443947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-08-17T12:14:31.0446681Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-08-17T12:14:31.0448621Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-08-17T12:14:31.0690887Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-08-17T12:14:31.0711721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-08-17T12:14:31.0854354Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-08-17T12:14:31.0859164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-08-17T12:14:31.0861778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-08-17T12:14:31.0876352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-08-17T12:14:31.0890103Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-08-17T12:14:31.0892479Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-08-17T12:14:31.1130563Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-08-17T12:14:31.1152082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-08-17T12:14:31.1294635Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-08-17T12:14:31.1297884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-08-17T12:14:31.1299692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-08-17T12:14:31.1326768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-08-17T12:14:31.1329086Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-08-17T12:14:31.1331513Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-08-17T12:14:31.1570258Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-08-17T12:14:31.1591119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-08-17T12:14:31.1735568Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-08-17T12:14:31.1736440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-08-17T12:14:31.1740754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-08-17T12:14:31.1765578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-08-17T12:14:31.1768534Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-08-17T12:14:31.1771088Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-08-17T12:14:31.2011756Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-08-17T12:14:31.2033372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-08-17T12:14:31.2176439Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-08-17T12:14:31.2176958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:14:31.2178070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:14:31.2202748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-08-17T12:14:31.2212526Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-08-17T12:14:31.2214644Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:14:31.2450758Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:14:31.2473094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:14:31.2612624Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:14:31.2616969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:14:31.2617402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:14:31.2631918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-08-17T12:14:31.2644921Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-08-17T12:14:31.2651151Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:14:31.2890459Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:14:31.2912774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:14:31.3053919Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:14:31.3057280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:14:31.3058493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:14:31.3072871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:14:31.3086585Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:14:31.3089378Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:14:31.3330477Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:14:31.3351005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:14:31.3493405Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:14:31.3497844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:14:31.3498698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:14:31.3510805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:14:31.3525830Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:14:31.3528354Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:14:31.3770229Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:14:31.3790437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:14:31.3933031Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:14:31.3936840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:14:31.3941633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:14:31.3959067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:14:31.3968375Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:14:31.3970409Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:14:31.4210415Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:14:31.4231252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:14:31.4374682Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:14:31.4375701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:14:31.4376753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:14:31.4395527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:14:31.4407233Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:14:31.4409745Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:14:31.4650397Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:14:31.4672880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:14:31.4815145Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:14:31.4815688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:14:31.4820687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:14:31.4834726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:14:31.4846315Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:14:31.4848762Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:14:31.5090808Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:14:31.5111120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:14:31.5252682Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:14:31.5256115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:14:31.5257447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:14:31.5272362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:14:31.5285342Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:14:31.5286863Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:14:31.5530041Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:14:31.5550076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:14:31.5694652Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:14:31.5695603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:14:31.5696482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:14:31.5709927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-08-17T12:14:31.5724531Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:14:31.5727118Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-08-17T12:14:31.5970483Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:14:31.5990338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:14:31.6134291Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:14:31.6135676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-08-17T12:14:31.6139213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-08-17T12:14:31.6152766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-08-17T12:14:31.6161341Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-08-17T12:14:31.6168218Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-08-17T12:14:31.6410319Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-08-17T12:14:31.6429720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-08-17T12:14:31.6573857Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-08-17T12:14:31.6574638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-08-17T12:14:31.6577148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-08-17T12:14:31.6594916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-08-17T12:14:31.6606138Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-08-17T12:14:31.6609169Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-08-17T12:14:31.6850327Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-08-17T12:14:31.6869963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-08-17T12:14:31.7015142Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-08-17T12:14:31.7016316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-08-17T12:14:31.7018679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-08-17T12:14:31.7034199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-08-17T12:14:31.7042305Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-08-17T12:14:31.7048013Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-08-17T12:14:31.7292550Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-08-17T12:14:31.7312709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-08-17T12:14:31.7454801Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-08-17T12:14:31.7459103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-08-17T12:14:31.7459886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-08-17T12:14:31.7479189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-08-17T12:14:31.7487391Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-08-17T12:14:31.7495245Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-08-17T12:14:31.7731045Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-08-17T12:14:31.7753018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-08-17T12:14:31.7895997Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-08-17T12:14:31.7897308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-08-17T12:14:31.7899704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-08-17T12:14:31.7918069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-08-17T12:14:31.7925024Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-08-17T12:14:31.7931190Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-08-17T12:14:31.8170550Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-08-17T12:14:31.8190750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-08-17T12:14:31.8334271Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-08-17T12:14:31.8337625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-08-17T12:14:31.8338571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-08-17T12:14:31.8364123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-08-17T12:14:31.8367051Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-08-17T12:14:31.8369323Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-08-17T12:14:31.8610191Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-08-17T12:14:31.8630733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-08-17T12:14:31.8774015Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-08-17T12:14:31.8778769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-08-17T12:14:31.8781430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-08-17T12:14:31.8790531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-08-17T12:14:31.8800814Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-08-17T12:14:31.8807712Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-08-17T12:14:31.9051050Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-08-17T12:14:31.9071328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-08-17T12:14:31.9214129Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-08-17T12:14:31.9214801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-08-17T12:14:31.9221954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-08-17T12:14:31.9233450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-08-17T12:14:31.9246232Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-08-17T12:14:31.9248493Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-08-17T12:14:31.9490329Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-08-17T12:14:31.9512576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-08-17T12:14:31.9669210Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-08-17T12:14:31.9669855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-08-17T12:14:31.9670369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-08-17T12:14:31.9680309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-08-17T12:14:31.9682624Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-08-17T12:14:31.9684968Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-08-17T12:14:31.9930120Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-08-17T12:14:31.9949540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-08-17T12:14:32.0094833Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-08-17T12:14:32.0098083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-08-17T12:14:32.0100433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-08-17T12:14:32.0117376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-08-17T12:14:32.0124696Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-08-17T12:14:32.0127346Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-08-17T12:14:32.0370153Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-08-17T12:14:32.0389719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-08-17T12:14:32.0535349Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-08-17T12:14:32.0536194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-08-17T12:14:32.0539134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-08-17T12:14:32.0560502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-08-17T12:14:32.0562538Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-08-17T12:14:32.0564900Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-08-17T12:14:32.0810797Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-08-17T12:14:32.0830788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-08-17T12:14:32.0973193Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-08-17T12:14:32.0977610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-08-17T12:14:32.0980207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-08-17T12:14:32.0992618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-08-17T12:14:32.1004788Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-08-17T12:14:32.1007584Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-08-17T12:14:32.1250018Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-08-17T12:14:32.1269746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-08-17T12:14:32.1413228Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-08-17T12:14:32.1417993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-08-17T12:14:32.1420628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-08-17T12:14:32.1436956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-08-17T12:14:32.1444377Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-08-17T12:14:32.1447440Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-08-17T12:14:32.1690921Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-08-17T12:14:32.1709744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-08-17T12:14:32.1855012Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-08-17T12:14:32.1861279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-08-17T12:14:32.1862013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-08-17T12:14:32.1883144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-08-17T12:14:32.1884821Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-08-17T12:14:32.1887191Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-08-17T12:14:32.2130248Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-08-17T12:14:32.2150859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-08-17T12:14:32.2293942Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-08-17T12:14:32.2300294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-08-17T12:14:32.2302704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-08-17T12:14:32.2322966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-08-17T12:14:32.2325731Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-08-17T12:14:32.2328062Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-08-17T12:14:32.2570570Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-08-17T12:14:32.2591055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-08-17T12:14:32.2734410Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-08-17T12:14:32.2737640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-08-17T12:14:32.2740066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inverse_cpu_complex128 2022-08-17T12:14:32.2758706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inverse_cpu_float64 2022-08-17T12:14:32.2765787Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inverse_cpu_float64 2022-08-17T12:14:32.2768097Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-08-17T12:14:32.3010324Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inverse_cpu_complex128 2022-08-17T12:14:32.3030002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-08-17T12:14:32.3173943Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-08-17T12:14:32.3174633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-08-17T12:14:32.3180717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-08-17T12:14:32.3202178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-08-17T12:14:32.3204860Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-08-17T12:14:32.3207333Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-08-17T12:14:32.3450418Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-08-17T12:14:32.3468819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-08-17T12:14:32.3614496Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-08-17T12:14:32.3615072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-08-17T12:14:32.3618925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-08-17T12:14:32.3641905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-08-17T12:14:32.3645091Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-08-17T12:14:32.3648205Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-08-17T12:14:32.3890443Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-08-17T12:14:32.3910412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-08-17T12:14:32.4056476Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-08-17T12:14:32.4057644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-08-17T12:14:32.4058582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-08-17T12:14:32.4073521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-08-17T12:14:32.4084687Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-08-17T12:14:32.4086755Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-08-17T12:14:32.4330662Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-08-17T12:14:32.4353343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-08-17T12:14:32.4495283Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-08-17T12:14:32.4496246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:14:32.4500194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-08-17T12:14:32.4520962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:14:32.4523276Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:14:32.4525926Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-08-17T12:14:32.4771279Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:14:32.4790282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:14:32.4936679Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:14:32.4939127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:14:32.4940980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:14:32.4954074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:14:32.4959719Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:14:32.4967661Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:14:32.5210465Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:14:32.5230971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:14:32.5374876Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:14:32.5375602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:14:32.5376692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:14:32.5396440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-08-17T12:14:32.5402889Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:14:32.5406460Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-08-17T12:14:32.5650398Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:14:32.5670216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:14:32.5816720Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:14:32.5818315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-08-17T12:14:32.5819492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-08-17T12:14:32.5843848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-08-17T12:14:32.5846058Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-08-17T12:14:32.5848218Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-08-17T12:14:32.6089994Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-08-17T12:14:32.6110522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-08-17T12:14:32.6254349Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-08-17T12:14:32.6257485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-08-17T12:14:32.6260312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-08-17T12:14:32.6271742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-08-17T12:14:32.6285269Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-08-17T12:14:32.6288167Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-08-17T12:14:32.6530104Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-08-17T12:14:32.6550324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-08-17T12:14:32.6696290Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-08-17T12:14:32.6697282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:14:32.6698356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:14:32.6710502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:14:32.6719761Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:14:32.6727952Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:14:32.6970478Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:14:32.6990762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:14:32.7135464Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:14:32.7139025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:14:32.7140402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:14:32.7154670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:14:32.7167030Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:14:32.7169674Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:14:32.7410854Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:14:32.7430420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:14:32.7573350Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:14:32.7577276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-08-17T12:14:32.7578167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:14:32.7600532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:14:32.7607041Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:14:32.7609408Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:14:32.7851409Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-08-17T12:14:32.7869865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:14:32.8014329Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:14:32.8018792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:14:32.8020986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:14:32.8040534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:14:32.8051412Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:14:32.8054451Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:14:32.8290780Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:14:32.8313700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:14:32.8455061Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:14:32.8457111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:14:32.8461595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:14:32.8476124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:14:32.8486953Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:14:32.8489309Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:14:32.8730257Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:14:32.8751231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:14:32.8894385Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:14:32.8895669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:14:32.8896301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:14:32.8911366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:14:32.8926587Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:14:32.8928455Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:14:32.9170242Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:14:32.9192945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:14:32.9332656Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:14:32.9333208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:14:32.9342297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:14:32.9350959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:14:32.9358510Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:14:32.9365397Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:14:32.9610285Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:14:32.9630332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:14:32.9776409Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:14:32.9780937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:14:32.9783050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:14:32.9794270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:14:32.9809171Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:14:32.9810330Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:14:33.0051415Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:14:33.0070324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:14:33.0215230Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:14:33.0218320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:14:33.0220166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:14:33.0240282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:14:33.0242809Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:14:33.0245118Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:14:33.0490220Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:14:33.0510098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:14:33.0654771Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:14:33.0656169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:14:33.0661717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:14:33.0680752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:14:33.0687681Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:14:33.0690106Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:14:33.0930910Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:14:33.0950236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:14:33.1094643Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:14:33.1095375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:14:33.1096331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:14:33.1112064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:14:33.1122697Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:14:33.1125458Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:14:33.1370532Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:14:33.1390079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:14:33.1535103Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:14:33.1536183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:14:33.1539846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:14:33.1553201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:14:33.1565967Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:14:33.1569286Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:14:33.1810395Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:14:33.1830444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:14:33.1973094Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:14:33.1977850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:14:33.1982609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:14:33.1995569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:14:33.2006755Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:14:33.2008987Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:14:33.2250209Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:14:33.2270415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:14:33.2414476Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:14:33.2418362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:14:33.2418978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:14:33.2443885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:14:33.2446646Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:14:33.2448915Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:14:33.2690178Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:14:33.2710759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:14:33.2856162Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:14:33.2857532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:14:33.2858242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:14:33.2881411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:14:33.2883778Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:14:33.2886368Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:14:33.3130283Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:14:33.3150302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:14:33.3293621Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:14:33.3299267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:14:33.3300294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:14:33.3317949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:14:33.3325400Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:14:33.3327433Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:14:33.3569950Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:14:33.3589689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:14:33.3737231Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:14:33.3739129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:14:33.3741759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:14:33.3752846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:14:33.3763445Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:14:33.3766673Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:14:33.4010529Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:14:33.4035151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:14:33.4172997Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:14:33.4177095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:14:33.4177818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:14:33.4194989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:14:33.4205853Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:14:33.4209020Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:14:33.4450076Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:14:33.4470163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:14:33.4614770Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:14:33.4615571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:14:33.4621639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:14:33.4641931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:14:33.4644870Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:14:33.4647565Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:14:33.4890299Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:14:33.4910552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:14:33.5053734Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:14:33.5061491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:14:33.5061883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:14:33.5073530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:14:33.5086421Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:14:33.5088547Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:14:33.5330980Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:14:33.5351597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:14:33.5493972Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:14:33.5497600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:14:33.5500426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:14:33.5515703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:14:33.5526398Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:14:33.5529121Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:14:33.5770546Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:14:33.5791116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:14:33.5937318Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:14:33.5938489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:14:33.5939606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:14:33.5957150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:14:33.5967322Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:14:33.5970205Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:14:33.6210107Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:14:33.6230491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:14:33.6375557Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:14:33.6377234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-08-17T12:14:33.6378599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-08-17T12:14:33.6391991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-08-17T12:14:33.6399849Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-08-17T12:14:33.6406905Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-08-17T12:14:33.6650295Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-08-17T12:14:33.6670421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-08-17T12:14:33.6813602Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-08-17T12:14:33.6820591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-08-17T12:14:33.6821321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-08-17T12:14:33.6843219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-08-17T12:14:33.6846050Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-08-17T12:14:33.6848180Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-08-17T12:14:33.7090135Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-08-17T12:14:33.7110196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-08-17T12:14:33.7256373Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-08-17T12:14:33.7261391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-08-17T12:14:33.7263795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-08-17T12:14:33.7279025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:14:33.7281762Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-08-17T12:14:33.7288762Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:14:33.7530424Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-08-17T12:14:33.7550397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:14:33.7695054Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:14:33.7696143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-08-17T12:14:33.7699428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-08-17T12:14:33.7721398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:14:33.7723522Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-08-17T12:14:33.7725977Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:14:33.7970458Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-08-17T12:14:33.7990531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:14:33.8134233Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:14:33.8139255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-08-17T12:14:33.8140021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-08-17T12:14:33.8161675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-08-17T12:14:33.8175489Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-08-17T12:14:33.8177906Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-08-17T12:14:33.8410768Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-08-17T12:14:33.8434347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-08-17T12:14:33.8573673Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-08-17T12:14:33.8575723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:14:33.8576909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-08-17T12:14:33.8594422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-08-17T12:14:33.8609857Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-08-17T12:14:33.8612296Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:14:33.8850681Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-08-17T12:14:33.8872210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-08-17T12:14:33.9025148Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-08-17T12:14:33.9029294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-08-17T12:14:33.9040481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-08-17T12:14:33.9047526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-08-17T12:14:33.9050284Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-08-17T12:14:33.9053133Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-08-17T12:14:33.9291039Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-08-17T12:14:33.9311427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-08-17T12:14:33.9454890Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-08-17T12:14:33.9459521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-08-17T12:14:33.9460170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-08-17T12:14:33.9484178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-08-17T12:14:33.9493205Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-08-17T12:14:33.9494773Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-08-17T12:14:33.9730427Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-08-17T12:14:33.9751560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-08-17T12:14:33.9896807Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-08-17T12:14:33.9897624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-08-17T12:14:33.9899126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-08-17T12:14:33.9915364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-08-17T12:14:33.9926413Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-08-17T12:14:33.9930095Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-08-17T12:14:34.0170306Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-08-17T12:14:34.0191786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:14:34.0334093Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:14:34.0336008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:14:34.0337189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-08-17T12:14:34.0351881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:14:34.0366552Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:14:34.0369314Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:14:34.0611082Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-08-17T12:14:34.0633465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-08-17T12:14:34.0775007Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-08-17T12:14:34.0778908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-08-17T12:14:34.0781103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-08-17T12:14:34.0804255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-08-17T12:14:34.0806808Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-08-17T12:14:34.0809796Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-08-17T12:14:34.1050526Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-08-17T12:14:34.1071897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:14:34.1212237Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:14:34.1215480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:14:34.1216658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-08-17T12:14:34.1235229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:14:34.1248549Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:14:34.1250389Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-08-17T12:14:34.1490730Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:14:34.1511041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-08-17T12:14:34.1653798Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-08-17T12:14:34.1657221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-08-17T12:14:34.1657807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-08-17T12:14:34.1677581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:14:34.1685448Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-08-17T12:14:34.1692511Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:14:34.1931342Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-08-17T12:14:34.1953927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:14:34.2095327Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:14:34.2097479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:14:34.2098503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-08-17T12:14:34.2118510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-08-17T12:14:34.2129695Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-08-17T12:14:34.2131948Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:14:34.2371225Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-08-17T12:14:34.2394039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:14:34.2536288Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:14:34.2537529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:14:34.2537922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-08-17T12:14:34.2554162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-08-17T12:14:34.2569456Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-08-17T12:14:34.2571416Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-08-17T12:14:34.2811517Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:14:34.2835559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-08-17T12:14:34.2973585Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-08-17T12:14:34.2977783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:14:34.2978857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-08-17T12:14:34.2993175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:14:34.3007549Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:14:34.3009989Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:14:34.3250853Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-08-17T12:14:34.3276116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:14:34.3414413Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:14:34.3418680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-08-17T12:14:34.3420034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:14:34.3443332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:14:34.3446098Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-08-17T12:14:34.3448544Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:14:34.3690527Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:14:34.3711309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-08-17T12:14:34.3855409Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-08-17T12:14:34.3857139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-08-17T12:14:34.3861748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-08-17T12:14:34.3877244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-08-17T12:14:34.3887166Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-08-17T12:14:34.3889316Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-08-17T12:14:34.4130304Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-08-17T12:14:34.4150350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-08-17T12:14:34.4295221Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-08-17T12:14:34.4296335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-08-17T12:14:34.4296914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-08-17T12:14:34.4315523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-08-17T12:14:34.4322635Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-08-17T12:14:34.4329422Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-08-17T12:14:34.4570211Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-08-17T12:14:34.4589662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-08-17T12:14:34.4733119Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-08-17T12:14:34.4737439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-08-17T12:14:34.4749271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-08-17T12:14:34.4751587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:14:34.4763476Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:14:34.4766284Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-08-17T12:14:34.5010270Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-08-17T12:14:34.5030297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:14:34.5175172Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:14:34.5175848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:14:34.5176979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-08-17T12:14:34.5230384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:14:34.5230865Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:14:34.5231423Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:14:34.5450766Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-08-17T12:14:34.5470299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-08-17T12:14:34.5615789Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-08-17T12:14:34.5616506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-08-17T12:14:34.5619296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-08-17T12:14:34.5633620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-08-17T12:14:34.5643507Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-08-17T12:14:34.5646841Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-08-17T12:14:34.5890450Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-08-17T12:14:34.5912223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-08-17T12:14:34.6054831Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-08-17T12:14:34.6059203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-08-17T12:14:34.6061036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:14:34.6077291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-08-17T12:14:34.6085714Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:14:34.6089104Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-08-17T12:14:34.6330248Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-08-17T12:14:34.6351962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-08-17T12:14:34.6495031Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-08-17T12:14:34.6498767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-08-17T12:14:34.6501426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-08-17T12:14:34.6521102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-08-17T12:14:34.6523335Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-08-17T12:14:34.6525322Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-08-17T12:14:34.6770104Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-08-17T12:14:34.6788502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-08-17T12:14:34.6935491Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-08-17T12:14:34.6938969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:14:34.6940410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-08-17T12:14:34.6959903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-08-17T12:14:34.6965728Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:14:34.6967852Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-08-17T12:14:34.7210168Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-08-17T12:14:34.7229833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-08-17T12:14:34.7374131Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-08-17T12:14:34.7377211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-08-17T12:14:34.7382375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:14:34.7394789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-08-17T12:14:34.7403175Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:14:34.7406561Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-08-17T12:14:34.7650259Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-08-17T12:14:34.7670210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:14:34.7816020Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:14:34.7816790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:14:34.7821775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:14:34.7836314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:14:34.7848800Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:14:34.7857169Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:14:34.8090265Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:14:34.8112336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:14:34.8256945Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:14:34.8258693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:14:34.8259830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:14:34.8282423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:14:34.8285248Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:14:34.8287615Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:14:34.8530419Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:14:34.8549740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:14:34.8696768Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:14:34.8700803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:14:34.8702553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:14:34.8715019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:14:34.8726734Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:14:34.8729587Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:14:34.8971464Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:14:34.8992708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:14:34.9137842Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:14:34.9138640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:14:34.9139243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:14:34.9157105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:14:34.9166044Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:14:34.9173330Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:14:34.9410661Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:14:34.9431646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:14:34.9576360Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:14:34.9579223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:14:34.9580953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:14:34.9605335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:14:34.9607380Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:14:34.9609292Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:14:34.9850319Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:14:34.9870822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:14:35.0015248Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:14:35.0016890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:14:35.0018500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:14:35.0035043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:14:35.0041619Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:14:35.0048653Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:14:35.0290318Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:14:35.0310522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:14:35.0455679Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:14:35.0457433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:14:35.0460936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:14:35.0481065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:14:35.0482909Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:14:35.0712422Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:14:35.0729943Z [gw1] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:14:35.0745403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:14:35.0895022Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:14:35.0895935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:14:35.0898270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:14:35.0910312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:14:35.0924903Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:14:35.0927088Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:14:35.1170567Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:14:35.1190812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:14:35.1334610Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:14:35.1335097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:14:35.1340606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:14:35.1363882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:14:35.1367125Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:14:35.1369637Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:14:35.1610547Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:14:35.1631253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:14:35.1775103Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:14:35.1775812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:14:35.1776551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:14:35.1794543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:14:35.1803402Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:14:35.1914633Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:14:35.2050300Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:14:35.2065678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:14:35.2214659Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:14:35.2215458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:14:35.2216754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:14:35.2231067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:14:35.2237441Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:14:35.2270360Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:14:35.2490666Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:14:35.2507465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:14:35.2656797Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:14:35.2657539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:14:35.2659762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:14:35.2676217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:14:35.2683690Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:14:35.2690376Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:14:35.2930274Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:14:35.2948418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:14:35.3096775Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:14:35.3097915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:14:35.3099691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:14:35.3117495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:14:35.3124127Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:14:35.3126540Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:14:35.3370142Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:14:35.3385779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:14:35.3534533Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:14:35.3535381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:14:35.3538231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:14:35.3561081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:14:35.3563620Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:14:35.3566655Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:14:35.3810235Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:14:35.3825223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:14:35.3975141Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:14:35.3975980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:14:35.3979468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:14:35.4001428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:14:35.4007166Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:14:35.4009447Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:14:35.4249970Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:14:35.4265174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:14:35.4415460Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:14:35.4416431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:14:35.4417490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:14:35.4437559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:14:35.4446672Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:14:35.4448848Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:14:35.4690256Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:14:35.4705191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:14:35.4853576Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:14:35.4856626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:14:35.4860838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:14:35.4878755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:14:35.4884857Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:14:35.4887046Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:14:35.5130086Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:14:35.5145284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:14:35.5294949Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:14:35.5295938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:14:35.5299198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:14:35.5315136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:14:35.5326388Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:14:35.5328819Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:14:35.5570275Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:14:35.5585519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:14:35.5735293Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:14:35.5736077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:14:35.5742723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:14:35.5756611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:14:35.5766846Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:14:35.5784450Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:14:35.6010420Z [gw3] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:14:35.6052077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:14:35.6175952Z [gw2] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:14:35.6177351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:14:35.6182529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:14:35.6194485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:14:35.6205113Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:14:35.6208069Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:14:35.6450037Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:14:35.6465646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:14:35.6616072Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:14:35.6617296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:14:35.6620041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:14:35.6633190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:14:35.6644517Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:14:35.6647067Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:14:35.6890051Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:14:35.6905499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:14:35.7056699Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:14:35.7059961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:14:35.7061067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:14:35.7079093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:14:35.7085902Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:14:35.7095136Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:14:35.7330185Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:14:35.7345486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:14:35.7497191Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:14:35.7499621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:14:35.7500194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:14:35.7521584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:14:35.7524684Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:14:35.7588657Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:14:35.7771098Z [gw3] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:14:35.7788646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:14:35.7933816Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:14:35.7936153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:14:35.7941470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:14:35.7960773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:14:35.7963126Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:14:35.7965692Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:14:35.8210015Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:14:35.8225334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:14:35.8373060Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:14:35.8377125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:14:35.8380698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:14:35.8394266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:14:35.8406471Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:14:35.8409826Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:14:35.8650458Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:14:35.8667958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:14:35.8814462Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:14:35.8816287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:14:35.8818824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:14:35.8829709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:14:35.8837479Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:14:35.8843519Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:14:35.9090029Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:14:35.9105506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:14:35.9255036Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:14:35.9257730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:14:35.9260986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:14:35.9280923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:14:35.9286917Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:14:35.9289375Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:14:35.9531471Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:14:35.9549953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:14:35.9697738Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:14:35.9698452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:14:35.9698880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:14:35.9729294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:14:35.9731600Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:14:35.9733872Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:14:35.9971127Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:14:35.9989353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:14:36.0137738Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:14:36.0138392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:14:36.0139248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:14:36.0164169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:14:36.0166271Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:14:36.0168006Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:14:36.0410480Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:14:36.0428105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:14:36.0575425Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:14:36.0577286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:14:36.0579114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:14:36.0594144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:14:36.0600274Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:14:36.0607951Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:14:36.0850703Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:14:36.0868092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:14:36.1013785Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:14:36.1016455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:14:36.1021178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-08-17T12:14:36.1040252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:14:36.1047379Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-08-17T12:14:36.1049808Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:14:36.1290454Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:14:36.1308061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-08-17T12:14:36.1456359Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-08-17T12:14:36.1458963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-08-17T12:14:36.1461346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-08-17T12:14:36.1477175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-08-17T12:14:36.1484380Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-08-17T12:14:36.1486827Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-08-17T12:14:36.1730436Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-08-17T12:14:36.1747466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:14:36.1894480Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:14:36.1899069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:14:36.1900853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-08-17T12:14:36.1922989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:14:36.1925344Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-08-17T12:14:36.1927977Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:14:36.2170644Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:14:36.2187588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:14:36.2336729Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:14:36.2337316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-08-17T12:14:36.2344794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-08-17T12:14:36.2351809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:14:36.2361612Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:14:36.2369226Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-08-17T12:14:36.2611843Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-08-17T12:14:36.2633139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-08-17T12:14:36.2777154Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-08-17T12:14:36.2778321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-08-17T12:14:36.2778987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-08-17T12:14:36.2806117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-08-17T12:14:36.2808303Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-08-17T12:14:36.2810501Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-08-17T12:14:36.3051489Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-08-17T12:14:36.3070767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-08-17T12:14:36.3216486Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-08-17T12:14:36.3217476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-08-17T12:14:36.3218136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:14:36.3245445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-08-17T12:14:36.3247920Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-08-17T12:14:36.3250587Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:14:36.3490124Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-08-17T12:14:36.3506663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-08-17T12:14:36.3656796Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-08-17T12:14:36.3659034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-08-17T12:14:36.3659684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-08-17T12:14:36.3672257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:14:36.3684843Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:14:36.3687364Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-08-17T12:14:36.3930128Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-08-17T12:14:36.3947705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:14:36.4093795Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:14:36.4095616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:14:36.4100603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-08-17T12:14:36.4116150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:14:36.4123414Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:14:36.4126465Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:14:36.4369931Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-08-17T12:14:36.4380368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:14:36.4536149Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:14:36.4537255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-08-17T12:14:36.4541431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-08-17T12:14:36.4554144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-08-17T12:14:36.4564697Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-08-17T12:14:36.4567066Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-08-17T12:14:36.4809979Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-08-17T12:14:36.4826036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-08-17T12:14:36.4973771Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-08-17T12:14:36.4978811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-08-17T12:14:36.4979711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-08-17T12:14:36.4996044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-08-17T12:14:36.5002275Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-08-17T12:14:36.5009784Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-08-17T12:14:36.5251014Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-08-17T12:14:36.5266513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-08-17T12:14:36.5412374Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-08-17T12:14:36.5416259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-08-17T12:14:36.5421234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-08-17T12:14:36.5439683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-08-17T12:14:36.5446906Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-08-17T12:14:36.5449248Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-08-17T12:14:36.5690880Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-08-17T12:14:36.5709803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-08-17T12:14:36.5855045Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-08-17T12:14:36.5858230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-08-17T12:14:36.5859136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-08-17T12:14:36.5884326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-08-17T12:14:36.5886630Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-08-17T12:14:36.5888858Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-08-17T12:14:36.6130963Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-08-17T12:14:36.6146927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-08-17T12:14:36.6294745Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-08-17T12:14:36.6298457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-08-17T12:14:36.6301083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-08-17T12:14:36.6317868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-08-17T12:14:36.6327002Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-08-17T12:14:36.6329255Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-08-17T12:14:36.6570610Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-08-17T12:14:36.6586885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-08-17T12:14:36.6733203Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-08-17T12:14:36.6737860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-08-17T12:14:36.6742001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:14:36.6756819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-08-17T12:14:36.6762573Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:14:36.6770068Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-08-17T12:14:36.7010157Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-08-17T12:14:36.7027299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-08-17T12:14:36.7174765Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-08-17T12:14:36.7176500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:14:36.7177391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-08-17T12:14:36.7200184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-08-17T12:14:36.7202283Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-08-17T12:14:36.7204815Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-08-17T12:14:36.7450542Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:14:36.7465164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-08-17T12:14:36.7615171Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-08-17T12:14:36.7617424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:14:36.7620836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:14:36.7632431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-08-17T12:14:36.7643573Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:14:36.7646610Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:14:36.7890527Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-08-17T12:14:36.7905100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-08-17T12:14:36.8055318Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-08-17T12:14:36.8057956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-08-17T12:14:36.8059608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-08-17T12:14:36.8082059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-08-17T12:14:36.8084225Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-08-17T12:14:36.8086533Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-08-17T12:14:36.8329975Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-08-17T12:14:36.8345281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-08-17T12:14:36.8496409Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-08-17T12:14:36.8499723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:14:36.8501054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-08-17T12:14:36.8530868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:14:36.8532991Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:14:36.8535461Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:14:36.8769701Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-08-17T12:14:36.8785243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:14:36.8934512Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:14:36.8936808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-08-17T12:14:36.8939871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-08-17T12:14:36.8955108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:14:36.8965335Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:14:36.8968450Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-08-17T12:14:36.9210218Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-08-17T12:14:36.9227109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-08-17T12:14:36.9372368Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-08-17T12:14:36.9380286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:14:36.9381414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-08-17T12:14:36.9395721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-08-17T12:14:36.9403069Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:14:36.9405818Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-08-17T12:14:36.9650345Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-08-17T12:14:36.9666102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:14:36.9815478Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:14:36.9816593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:14:36.9823841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-08-17T12:14:36.9835553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:14:36.9841851Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-08-17T12:14:36.9849767Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:14:37.0091255Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:14:37.0108136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-08-17T12:14:37.0253924Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-08-17T12:14:37.0257278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-08-17T12:14:37.0258604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:14:37.0291383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-08-17T12:14:37.0294041Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-08-17T12:14:37.0297360Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:14:37.0530924Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-08-17T12:14:37.0550298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-08-17T12:14:37.0696423Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-08-17T12:14:37.0699246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:14:37.0699911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-08-17T12:14:37.0717984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:14:37.0725731Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-08-17T12:14:37.0732917Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:14:37.0970159Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:14:37.0986118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:14:37.1133197Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:14:37.1137565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:14:37.1140514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:14:37.1157269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:14:37.1163421Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:14:37.1188080Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:14:37.1410490Z [gw1] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:14:37.1426970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-08-17T12:14:37.1573983Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-08-17T12:14:37.1576486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-08-17T12:14:37.1579804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-08-17T12:14:37.1597084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:14:37.1602911Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-08-17T12:14:37.1622835Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-08-17T12:14:37.1850075Z [gw0] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:14:37.1869646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-08-17T12:14:37.2017183Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-08-17T12:14:37.2017757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-08-17T12:14:37.2019910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-08-17T12:14:37.2040164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-08-17T12:14:37.2042629Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-08-17T12:14:37.2045018Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-08-17T12:14:37.2290315Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-08-17T12:14:37.2305360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-08-17T12:14:37.2457593Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-08-17T12:14:37.2460152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-08-17T12:14:37.2460904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-08-17T12:14:37.2478080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:14:37.2484249Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-08-17T12:14:37.2487301Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:14:37.2729841Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-08-17T12:14:37.2745137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-08-17T12:14:37.2896098Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-08-17T12:14:37.2897787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-08-17T12:14:37.2898930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-08-17T12:14:37.2923190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-08-17T12:14:37.2925693Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-08-17T12:14:37.2928100Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-08-17T12:14:37.3170346Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-08-17T12:14:37.3186537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-08-17T12:14:37.3333734Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-08-17T12:14:37.3339805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-08-17T12:14:37.3341133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-08-17T12:14:37.3362400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-08-17T12:14:37.3365339Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-08-17T12:14:37.3367624Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-08-17T12:14:37.3610277Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-08-17T12:14:37.3626640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:14:37.3776678Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:14:37.3778801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:14:37.3780627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:14:37.3801381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:14:37.3803742Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:14:37.3806321Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:14:37.4050280Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:14:37.4065087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-08-17T12:14:37.4213435Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-08-17T12:14:37.4217875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:14:37.4219610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:14:37.4235967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:14:37.4243146Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:14:37.4249665Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:14:37.4490605Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:14:37.4506320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:14:37.4656182Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:14:37.4657052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:14:37.4662663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:14:37.4680753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:14:37.4688046Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:14:37.4690549Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:14:37.4930387Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:14:37.4946173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:14:37.5095494Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:14:37.5097913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:14:37.5101355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:14:37.5119043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:14:37.5122689Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:14:37.5126244Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:14:37.5370075Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:14:37.5385915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-08-17T12:14:37.5535710Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-08-17T12:14:37.5537359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:14:37.5538072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-08-17T12:14:37.5561659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:14:37.5564174Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-08-17T12:14:37.5566653Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:14:37.5809910Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:14:37.5826045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-08-17T12:14:37.5977024Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-08-17T12:14:37.5979472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-08-17T12:14:37.5980813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:14:37.5995478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:14:37.6001591Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:14:37.6009387Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:14:37.6250237Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-08-17T12:14:37.6265868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:14:37.6413548Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:14:37.6416524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:14:37.6419788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:14:37.6441057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:14:37.6443670Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:14:37.6446588Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:14:37.6690302Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:14:37.6706271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:14:37.6855997Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:14:37.6856873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:14:37.6860472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:14:37.6876222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:14:37.6883694Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:14:37.6890032Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:14:37.7129811Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:14:37.7145440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:14:37.7294001Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:14:37.7297380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:14:37.7300233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:14:37.7318015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:14:37.7320408Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:14:37.7323119Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:14:37.7569945Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:14:37.7582804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:14:37.7737201Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:14:37.7738276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:14:37.7738880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-08-17T12:14:37.7754426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:14:37.7761657Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:14:37.7764424Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:14:37.8010653Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-08-17T12:14:37.8020884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:14:37.8175075Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:14:37.8179118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-08-17T12:14:37.8179601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-08-17T12:14:37.8192375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-08-17T12:14:37.8204204Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-08-17T12:14:37.8206453Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-08-17T12:14:37.8450187Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-08-17T12:14:37.8467743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:14:37.8613832Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:14:37.8616272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:14:37.8617052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:14:37.8641995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-08-17T12:14:37.8644415Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:14:37.8647072Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-08-17T12:14:37.8890239Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:14:37.8905645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-08-17T12:14:37.9053220Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-08-17T12:14:37.9058236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-08-17T12:14:37.9061335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-08-17T12:14:37.9072176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-08-17T12:14:37.9083525Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-08-17T12:14:37.9086260Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-08-17T12:14:37.9330021Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-08-17T12:14:37.9345733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-08-17T12:14:37.9494220Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-08-17T12:14:37.9498292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-08-17T12:14:37.9503246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-08-17T12:14:37.9523753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-08-17T12:14:37.9526301Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-08-17T12:14:37.9528367Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-08-17T12:14:37.9770562Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-08-17T12:14:37.9786956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-08-17T12:14:37.9932794Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-08-17T12:14:37.9937578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-08-17T12:14:37.9942136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-08-17T12:14:37.9950100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-08-17T12:14:37.9964871Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-08-17T12:14:37.9967385Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-08-17T12:14:38.0210488Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-08-17T12:14:38.0226769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-08-17T12:14:38.0373853Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-08-17T12:14:38.0391213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-08-17T12:14:38.0391785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-08-17T12:14:38.0397764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-08-17T12:14:38.0404352Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-08-17T12:14:38.0409741Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-08-17T12:14:38.0652330Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-08-17T12:14:38.0675739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-08-17T12:14:38.0845217Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-08-17T12:14:38.0845935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:14:38.0846287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-08-17T12:14:38.0846613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:14:38.0851431Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-08-17T12:14:38.0853142Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:14:38.1090646Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:14:38.1111807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-08-17T12:14:38.1254050Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-08-17T12:14:38.1254826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:14:38.1256446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-08-17T12:14:38.1273095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-08-17T12:14:38.1284238Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-08-17T12:14:38.1290320Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-08-17T12:14:38.1530904Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:14:38.1548730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-08-17T12:14:38.1694831Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-08-17T12:14:38.1699239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:14:38.1699879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-08-17T12:14:38.1714723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-08-17T12:14:38.1725833Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-08-17T12:14:38.1728725Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-08-17T12:14:38.1970758Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:14:38.1988150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:14:38.2134398Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:14:38.2135437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-08-17T12:14:38.2136248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-08-17T12:14:38.2150467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-08-17T12:14:38.2161240Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-08-17T12:14:38.2168647Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-08-17T12:14:38.2409949Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-08-17T12:14:38.2425944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-08-17T12:14:38.2573694Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-08-17T12:14:38.2579611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:14:38.2581798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-08-17T12:14:38.2591931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-08-17T12:14:38.2606579Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:14:38.2608074Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-08-17T12:14:38.2850653Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-08-17T12:14:38.2869107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-08-17T12:14:38.3013303Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-08-17T12:14:38.3019226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:14:38.3019610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-08-17T12:14:38.3042027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-08-17T12:14:38.3047067Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-08-17T12:14:38.3049331Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:14:38.3290134Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-08-17T12:14:38.3308974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-08-17T12:14:38.3454601Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-08-17T12:14:38.3456477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-08-17T12:14:38.3458869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-08-17T12:14:38.3482998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-08-17T12:14:38.3489012Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-08-17T12:14:38.3491995Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-08-17T12:14:38.3730416Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-08-17T12:14:38.3746518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-08-17T12:14:38.3894095Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-08-17T12:14:38.3894922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-08-17T12:14:38.3897891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-08-17T12:14:38.3910728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-08-17T12:14:38.3920291Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-08-17T12:14:38.3925874Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-08-17T12:14:38.4170462Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-08-17T12:14:38.4188258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:14:38.4336730Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:14:38.4337729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-08-17T12:14:38.4338899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-08-17T12:14:38.4355122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:14:38.4361383Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-08-17T12:14:38.4369331Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:14:38.4610723Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-08-17T12:14:38.4626944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:14:38.4774385Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:14:38.4780149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-08-17T12:14:38.4782257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-08-17T12:14:38.4793573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-08-17T12:14:38.4805286Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-08-17T12:14:38.4807644Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-08-17T12:14:38.5051069Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-08-17T12:14:38.5066921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-08-17T12:14:38.5215775Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-08-17T12:14:38.5219623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-08-17T12:14:38.5222868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-08-17T12:14:38.5243909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-08-17T12:14:38.5249731Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-08-17T12:14:38.5252344Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-08-17T12:14:38.5493996Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-08-17T12:14:38.5512869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-08-17T12:14:38.5658719Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-08-17T12:14:38.5659348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-08-17T12:14:38.5659882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-08-17T12:14:38.5681825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-08-17T12:14:38.5689660Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-08-17T12:14:38.5696151Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-08-17T12:14:38.5936930Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-08-17T12:14:38.5955700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-08-17T12:14:38.6098030Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-08-17T12:14:38.6098734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:14:38.6099759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-08-17T12:14:38.6129048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:14:38.6131381Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-08-17T12:14:38.6135310Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:14:38.6372083Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:14:38.6390600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-08-17T12:14:38.6536033Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-08-17T12:14:38.6539229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-08-17T12:14:38.6541265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:14:38.6562625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-08-17T12:14:38.6568930Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:14:38.6571459Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-08-17T12:14:38.6810539Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-08-17T12:14:38.6828073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-08-17T12:14:38.6975753Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-08-17T12:14:38.6976682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-08-17T12:14:38.6982570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:14:38.6998425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-08-17T12:14:38.7009196Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-08-17T12:14:38.7011490Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-08-17T12:14:38.7251590Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:14:38.7270471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-08-17T12:14:38.7414647Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-08-17T12:14:38.7417980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-08-17T12:14:38.7419321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-08-17T12:14:38.7442117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-08-17T12:14:38.7448143Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-08-17T12:14:38.7451072Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-08-17T12:14:38.7691348Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-08-17T12:14:38.7712566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:14:38.7855512Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:14:38.7856283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-08-17T12:14:38.7858162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-08-17T12:14:38.7874766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-08-17T12:14:38.7886295Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-08-17T12:14:38.7889301Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-08-17T12:14:38.8130507Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-08-17T12:14:38.8147357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-08-17T12:14:38.8295383Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-08-17T12:14:38.8296250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-08-17T12:14:38.8301715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-08-17T12:14:38.8327054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-08-17T12:14:38.8329190Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-08-17T12:14:38.8331713Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-08-17T12:14:38.8570221Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-08-17T12:14:38.8587938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-08-17T12:14:38.8733307Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-08-17T12:14:38.8734237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-08-17T12:14:38.8740438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-08-17T12:14:38.8762613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-08-17T12:14:38.8765084Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-08-17T12:14:38.8767277Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-08-17T12:14:38.9010992Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-08-17T12:14:38.9030207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:14:38.9174517Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:14:38.9180250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-08-17T12:14:38.9181598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-08-17T12:14:38.9313210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-08-17T12:14:38.9372502Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-08-17T12:14:38.9467345Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-08-17T12:14:38.9612017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-08-17T12:14:38.9614333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-08-17T12:14:39.1727458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-08-17T12:14:39.1759503Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-08-17T12:14:39.1767282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-08-17T12:14:39.1784438Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-08-17T12:14:39.2063430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-08-17T12:14:39.2086829Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-08-17T12:14:39.2750194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-08-17T12:14:39.2776619Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-08-17T12:14:39.4100771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-08-17T12:14:39.4116897Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-08-17T12:14:39.8856927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-08-17T12:14:39.8887981Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-08-17T12:14:39.8924589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-08-17T12:14:39.9411919Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-08-17T12:14:40.4132494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-08-17T12:14:40.4148818Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-08-17T12:14:40.7874451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-08-17T12:14:40.7910732Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-08-17T12:14:40.8579393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-08-17T12:14:40.8596301Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-08-17T12:14:41.4792541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-08-17T12:14:41.4821638Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-08-17T12:14:41.7746235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-08-17T12:14:41.7772431Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-08-17T12:14:41.7781859Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-08-17T12:14:41.7793697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-08-17T12:14:41.7825688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-08-17T12:14:41.7839252Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-08-17T12:14:41.8291126Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-08-17T12:14:41.8298614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-08-17T12:14:42.0501728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-08-17T12:14:42.0530746Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-08-17T12:14:43.0043581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-08-17T12:14:43.0085499Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-08-17T12:14:43.2118246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-08-17T12:14:43.2143830Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-08-17T12:14:43.3441141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-08-17T12:14:43.3464170Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-08-17T12:14:43.5754684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-08-17T12:14:43.5768980Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-08-17T12:14:43.5805670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-08-17T12:14:43.6248677Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-08-17T12:14:43.6680589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-08-17T12:14:43.6851158Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-08-17T12:14:43.7000450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-08-17T12:14:43.7328887Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-08-17T12:14:43.8917395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-08-17T12:14:43.9038144Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-08-17T12:14:44.0091065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-08-17T12:14:44.0153737Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-08-17T12:14:44.2088095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-08-17T12:14:44.2111989Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-08-17T12:14:44.5217282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-08-17T12:14:44.5245904Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-08-17T12:14:44.6861928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-08-17T12:14:44.6875405Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-08-17T12:14:44.7505745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-08-17T12:14:44.7608915Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-08-17T12:14:45.3185155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-08-17T12:14:45.3197563Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-08-17T12:14:45.7947389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-08-17T12:14:45.7974713Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-08-17T12:14:45.8120284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-08-17T12:14:45.8450123Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-08-17T12:14:46.7618259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-08-17T12:14:46.7650081Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-08-17T12:14:46.7783195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-08-17T12:14:46.8126001Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-08-17T12:14:46.8325888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-08-17T12:14:46.8601357Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-08-17T12:14:47.2709815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-08-17T12:14:47.2734006Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-08-17T12:14:47.5788248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-08-17T12:14:47.5802237Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-08-17T12:14:47.6541673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-08-17T12:14:47.6554330Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-08-17T12:14:47.8082131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-08-17T12:14:47.8098570Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-08-17T12:14:47.8168246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-08-17T12:14:47.8571836Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-08-17T12:14:47.9580778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-08-17T12:14:47.9731625Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-08-17T12:14:47.9762689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-08-17T12:14:48.0202006Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-08-17T12:14:48.0207813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-08-17T12:14:48.0634733Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-08-17T12:14:48.0640511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:14:48.1129107Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:14:48.2073768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-08-17T12:14:48.2194634Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-08-17T12:14:48.2482118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-08-17T12:14:48.2646891Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-08-17T12:14:48.4206730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-08-17T12:14:48.4234974Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-08-17T12:14:48.6766568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-08-17T12:14:48.6791948Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-08-17T12:14:48.7145269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-08-17T12:14:48.7252368Z [gw1] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-08-17T12:14:48.9550118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-08-17T12:14:48.9568149Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-08-17T12:14:49.4025432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:14:49.4048313Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:14:49.4087722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-08-17T12:14:49.4529270Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-08-17T12:14:49.5294595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-08-17T12:14:49.5317492Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-08-17T12:14:49.5529043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-08-17T12:14:49.5771295Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-08-17T12:14:49.5796792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-08-17T12:14:49.6251604Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-08-17T12:14:49.7371053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-08-17T12:14:49.7471892Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-08-17T12:14:49.9685588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-08-17T12:14:49.9693404Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-08-17T12:14:50.1166866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-08-17T12:14:50.1184665Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-08-17T12:14:50.1959505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-08-17T12:14:50.1976402Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-08-17T12:14:51.2513950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-08-17T12:14:51.2540641Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-08-17T12:14:51.2814092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-08-17T12:14:51.2972675Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-08-17T12:14:51.3387601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-08-17T12:14:51.3401082Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-08-17T12:14:51.3438939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-08-17T12:14:51.3452029Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-08-17T12:14:51.9922977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-08-17T12:14:51.9967258Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-08-17T12:14:52.6245015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-08-17T12:14:52.6266838Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-08-17T12:14:52.6463359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-08-17T12:14:52.6484245Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-08-17T12:14:52.7574023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-08-17T12:14:52.7590277Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-08-17T12:14:52.7611659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-08-17T12:14:52.8089246Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-08-17T12:14:52.8575145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-08-17T12:14:52.8601674Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-08-17T12:14:53.1180164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-08-17T12:14:53.1197129Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-08-17T12:14:53.1427249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-08-17T12:14:53.1611519Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-08-17T12:14:53.4103698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-08-17T12:14:53.4127631Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-08-17T12:14:53.5568892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-08-17T12:14:53.5592303Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-08-17T12:14:53.5832258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-08-17T12:14:53.6089751Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-08-17T12:14:53.9800920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:14:53.9837962Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-08-17T12:14:54.0067685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-08-17T12:14:54.0329750Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-08-17T12:14:54.5268812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-08-17T12:14:54.5295100Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:14:54.5475385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-08-17T12:14:54.5735821Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-08-17T12:14:54.5759758Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-08-17T12:14:54.5810215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-08-17T12:14:54.6111429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-08-17T12:14:54.6212782Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-08-17T12:14:54.6464616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eig_cpu_float64 2022-08-17T12:14:54.6683885Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eig_cpu_float64 2022-08-17T12:14:54.6688711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-08-17T12:14:54.7163419Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-08-17T12:14:54.7167935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-08-17T12:14:54.7641861Z [gw1] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-08-17T12:14:54.7987851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-08-17T12:14:54.8012402Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-08-17T12:14:54.8272012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-08-17T12:14:54.8489704Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-08-17T12:14:55.0294765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-08-17T12:14:55.0314319Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-08-17T12:14:55.6198751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-08-17T12:14:55.6225131Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-08-17T12:14:56.0020409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-08-17T12:14:56.0037428Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-08-17T12:14:56.3310300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-08-17T12:14:56.3321977Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-08-17T12:14:56.5711058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-08-17T12:14:56.5720150Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-08-17T12:14:56.6096238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-08-17T12:14:56.6133654Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-08-17T12:14:56.6358905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-08-17T12:14:56.6377428Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-08-17T12:14:56.7733195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-08-17T12:14:56.7757376Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-08-17T12:14:57.1923260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-08-17T12:14:57.1973630Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-08-17T12:14:57.2969274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-08-17T12:14:57.2995061Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-08-17T12:14:57.5072534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-08-17T12:14:57.5103423Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-08-17T12:14:57.5413613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-08-17T12:14:57.5443655Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-08-17T12:14:57.5486085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-08-17T12:14:57.5933240Z [gw3] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-08-17T12:14:57.8100704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-08-17T12:14:57.8127736Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-08-17T12:14:57.8569855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-08-17T12:14:57.8599478Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-08-17T12:14:57.8642294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-08-17T12:14:57.9089496Z [gw3] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-08-17T12:14:57.9098562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-08-17T12:14:57.9477554Z [gw3] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-08-17T12:14:57.9518751Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-08-17T12:14:57.9527311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-08-17T12:14:57.9561391Z [gw3] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-08-17T12:14:58.0027041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-08-17T12:14:58.0692990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-08-17T12:14:58.0715577Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-08-17T12:14:58.1382721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-08-17T12:14:58.1402954Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-08-17T12:14:58.2234775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-08-17T12:14:58.2256736Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-08-17T12:14:58.2391627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-08-17T12:14:58.2592693Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-08-17T12:14:58.2615349Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-08-17T12:14:58.2796735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-08-17T12:14:58.4664146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-08-17T12:14:58.4682380Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-08-17T12:14:58.6670970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-08-17T12:14:58.6690596Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-08-17T12:14:58.7513302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-08-17T12:14:58.7531998Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-08-17T12:14:58.7701349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-08-17T12:14:58.7719385Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-08-17T12:14:58.8537741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-08-17T12:14:58.8570702Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-08-17T12:14:58.8684512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-08-17T12:14:58.8707371Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-08-17T12:14:59.0142176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-08-17T12:14:59.0162771Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-08-17T12:14:59.5310554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-08-17T12:14:59.5394892Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-08-17T12:14:59.6711504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-08-17T12:14:59.6757652Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-08-17T12:14:59.6830424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-08-17T12:14:59.7252056Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-08-17T12:15:00.3160360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-08-17T12:15:00.3189382Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-08-17T12:15:00.3227282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-08-17T12:15:00.3406966Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-08-17T12:15:00.3430736Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-08-17T12:15:00.3689708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-08-17T12:15:00.5339074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-08-17T12:15:00.5365653Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-08-17T12:15:00.5704965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-08-17T12:15:00.5773934Z [gw3] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-08-17T12:15:00.6044288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-08-17T12:15:00.6113974Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-08-17T12:15:00.6137657Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-08-17T12:15:00.6290024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-08-17T12:15:00.6717910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-08-17T12:15:00.6852495Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-08-17T12:15:00.7615240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-08-17T12:15:00.7637725Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-08-17T12:15:01.1304367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-08-17T12:15:01.1329571Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-08-17T12:15:01.3455829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-08-17T12:15:01.3480233Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-08-17T12:15:01.8295886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-08-17T12:15:01.8322198Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-08-17T12:15:01.8880744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-08-17T12:15:01.8904905Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-08-17T12:15:02.3322510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-08-17T12:15:02.3348985Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-08-17T12:15:02.3462272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-08-17T12:15:02.3841030Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-08-17T12:15:02.4063929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-08-17T12:15:02.4214455Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-08-17T12:15:02.5478741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-08-17T12:15:02.5499241Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-08-17T12:15:02.5612023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-08-17T12:15:02.5968853Z [gw1] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-08-17T12:15:02.5974571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-08-17T12:15:02.6113672Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-08-17T12:15:02.6133100Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-08-17T12:15:02.6164744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-08-17T12:15:02.6450426Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-08-17T12:15:02.6650039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-08-17T12:15:02.7133801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-08-17T12:15:02.7171137Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-08-17T12:15:02.7219699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-08-17T12:15:02.7650494Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-08-17T12:15:03.0678002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-08-17T12:15:03.0700658Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-08-17T12:15:03.2557034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-08-17T12:15:03.2588703Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-08-17T12:15:03.7864200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-08-17T12:15:03.7896274Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-08-17T12:15:03.8256266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-08-17T12:15:03.8335344Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-08-17T12:15:03.8379968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-08-17T12:15:03.8824719Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-08-17T12:15:03.8836620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-08-17T12:15:03.9259884Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-08-17T12:15:03.9270811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-08-17T12:15:03.9367373Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-08-17T12:15:03.9388352Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-08-17T12:15:03.9701190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:15:03.9706163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-08-17T12:15:04.0155482Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-08-17T12:15:04.6737943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-08-17T12:15:04.6764196Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:15:05.3360492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-08-17T12:15:05.3377430Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-08-17T12:15:05.3432632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-08-17T12:15:05.3887044Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-08-17T12:15:05.3895963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-08-17T12:15:05.4326584Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-08-17T12:15:05.4335447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-08-17T12:15:05.4765729Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-08-17T12:15:05.4771446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-08-17T12:15:05.5197209Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-08-17T12:15:05.5202669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-08-17T12:15:05.5693844Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-08-17T12:15:05.5861703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-08-17T12:15:05.6094234Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-08-17T12:15:05.7009618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-08-17T12:15:05.7036699Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-08-17T12:15:05.7075884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:15:05.7169547Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:15:05.7190730Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-08-17T12:15:05.7485592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-08-17T12:15:05.7494850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:15:05.8011018Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:15:05.9990332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-08-17T12:15:06.0087897Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-08-17T12:15:06.2479233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-08-17T12:15:06.2504852Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-08-17T12:15:06.3175866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-08-17T12:15:06.3202653Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-08-17T12:15:06.4759783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:15:06.4785447Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-08-17T12:15:06.5132828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-08-17T12:15:06.5153584Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:15:06.5729731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-08-17T12:15:06.5750397Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-08-17T12:15:06.5775022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-08-17T12:15:06.6251930Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-08-17T12:15:06.8111560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-08-17T12:15:06.8137123Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-08-17T12:15:06.9132640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:15:06.9157158Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:15:07.0015914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-08-17T12:15:07.0040335Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-08-17T12:15:07.0082913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:15:07.0490373Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:15:07.0500035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:15:07.0970931Z [gw1] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:15:07.3695338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:15:07.3721285Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-08-17T12:15:07.4536478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-08-17T12:15:07.4561748Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-08-17T12:15:07.5530387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-08-17T12:15:07.5555010Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-08-17T12:15:07.5590769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-08-17T12:15:07.6072668Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-08-17T12:15:07.6933909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-08-17T12:15:07.6968867Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-08-17T12:15:08.0530704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-08-17T12:15:08.0568700Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-08-17T12:15:08.2408010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-08-17T12:15:08.2447176Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-08-17T12:15:08.2504921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-08-17T12:15:08.2932241Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-08-17T12:15:08.9424010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:15:08.9442782Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:15:09.0613249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:15:09.0648098Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-08-17T12:15:09.2229442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-08-17T12:15:09.2254191Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-08-17T12:15:09.6021888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-08-17T12:15:09.6044397Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:15:09.9270450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:15:09.9296598Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:15:10.3282272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-08-17T12:15:10.3298366Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-08-17T12:15:10.7477027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-08-17T12:15:10.7480227Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-08-17T12:15:10.9392067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-08-17T12:15:10.9418268Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-08-17T12:15:10.9839570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-08-17T12:15:10.9892630Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-08-17T12:15:11.0972238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-08-17T12:15:11.0995681Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-08-17T12:15:12.6035914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:15:12.6063425Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-08-17T12:15:13.5727639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-08-17T12:15:13.5752982Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-08-17T12:15:14.0166803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-08-17T12:15:14.0201428Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:15:14.1952956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-08-17T12:15:14.1978889Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-08-17T12:15:14.2332709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-08-17T12:15:14.2413027Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-08-17T12:15:14.2448656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-08-17T12:15:14.2970952Z [gw2] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-08-17T12:15:14.3589281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-08-17T12:15:14.3623328Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-08-17T12:15:14.8607455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-08-17T12:15:14.8633598Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-08-17T12:15:14.8676438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-08-17T12:15:14.9054418Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-08-17T12:15:15.1585927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-08-17T12:15:15.1600122Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-08-17T12:15:15.1717365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-08-17T12:15:15.2013594Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-08-17T12:15:15.2043009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-08-17T12:15:15.2452662Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-08-17T12:15:15.2480525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-08-17T12:15:15.2892854Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-08-17T12:15:15.2914806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-08-17T12:15:15.3372886Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-08-17T12:15:15.3522917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-08-17T12:15:15.3812372Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-08-17T12:15:15.4393709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-08-17T12:15:15.4404890Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-08-17T12:15:15.8173156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-08-17T12:15:15.8184648Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:15:16.0608453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:15:16.0770905Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:15:16.0911656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:15:16.1093383Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:15:16.2282230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-08-17T12:15:16.2308274Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-08-17T12:15:16.4179478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-08-17T12:15:16.4204700Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-08-17T12:15:16.8160426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-08-17T12:15:16.8187221Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-08-17T12:15:16.8224607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:15:16.8690045Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:15:17.0745303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-08-17T12:15:17.0771284Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-08-17T12:15:17.3736392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:15:17.3763029Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:15:18.9589341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-08-17T12:15:18.9618696Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-08-17T12:15:18.9764599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-08-17T12:15:19.0054558Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-08-17T12:15:19.0290410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-08-17T12:15:19.0495017Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-08-17T12:15:19.1044320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-08-17T12:15:19.1063854Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-08-17T12:15:19.1082016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-08-17T12:15:19.1454296Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-08-17T12:15:19.8608963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-08-17T12:15:19.8623382Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-08-17T12:15:19.8813906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-08-17T12:15:19.9054587Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-08-17T12:15:19.9213504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-08-17T12:15:19.9533484Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-08-17T12:15:21.2468137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-08-17T12:15:21.2482753Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-08-17T12:15:21.2789087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:15:21.2930047Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:15:21.4061693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-08-17T12:15:21.4088372Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-08-17T12:15:21.8098735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:15:21.8110617Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-08-17T12:15:21.8988524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-08-17T12:15:21.9003504Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-08-17T12:15:21.9226560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-08-17T12:15:21.9415631Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-08-17T12:15:22.1569820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-08-17T12:15:22.1587520Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-08-17T12:15:22.2156408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-08-17T12:15:22.2183019Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-08-17T12:15:22.3859752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-08-17T12:15:22.3879544Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-08-17T12:15:22.4520315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-08-17T12:15:22.4532807Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-08-17T12:15:22.4709810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-08-17T12:15:22.4956179Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-08-17T12:15:22.4964944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-08-17T12:15:22.5451276Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-08-17T12:15:22.5710795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-08-17T12:15:22.5813469Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-08-17T12:15:22.6388448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-08-17T12:15:22.6425991Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-08-17T12:15:23.0442700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-08-17T12:15:23.0456501Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:15:23.0790393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-08-17T12:15:23.0891133Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-08-17T12:15:23.3107795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-08-17T12:15:23.3131719Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-08-17T12:15:23.3361229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:15:23.3378351Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-08-17T12:15:23.3491985Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:15:23.3608931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-08-17T12:15:23.6691890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-08-17T12:15:23.6713819Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-08-17T12:15:23.9844346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-08-17T12:15:23.9870707Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-08-17T12:15:24.0402362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-08-17T12:15:24.0424695Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-08-17T12:15:24.0457737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-08-17T12:15:24.0888178Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-08-17T12:15:24.0893688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-08-17T12:15:24.1061073Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-08-17T12:15:24.1084068Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-08-17T12:15:24.1367762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:15:24.1372397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-08-17T12:15:24.1808248Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-08-17T12:15:24.1813881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-08-17T12:15:24.2289469Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-08-17T12:15:24.2663985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-08-17T12:15:24.2685881Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:15:25.0861559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-08-17T12:15:25.0879878Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-08-17T12:15:25.7891785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-08-17T12:15:25.7915003Z [gw2] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-08-17T12:15:25.9173792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-08-17T12:15:25.9210094Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-08-17T12:15:25.9997976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-08-17T12:15:26.0042703Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-08-17T12:15:26.1326504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-08-17T12:15:26.1353272Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-08-17T12:15:26.2335413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-08-17T12:15:26.2358744Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-08-17T12:15:26.3288322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-08-17T12:15:26.3314327Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-08-17T12:15:26.5276171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-08-17T12:15:26.5451974Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-08-17T12:15:27.3824820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:15:27.3839875Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-08-17T12:15:27.5348802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-08-17T12:15:27.5362147Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-08-17T12:15:27.7416436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-08-17T12:15:27.7427450Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-08-17T12:15:28.0367165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-08-17T12:15:28.0396915Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-08-17T12:15:28.0608980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eig_cpu_complex128 2022-08-17T12:15:28.0892479Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eig_cpu_complex128 2022-08-17T12:15:28.0902407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-08-17T12:15:28.1335677Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-08-17T12:15:28.1346082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-08-17T12:15:28.1852888Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-08-17T12:15:28.1967264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-08-17T12:15:28.2330514Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-08-17T12:15:28.4348896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-08-17T12:15:28.4363620Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-08-17T12:15:28.5781251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-08-17T12:15:28.5797097Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:15:28.7402463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-08-17T12:15:28.7428111Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-08-17T12:15:28.9278554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-08-17T12:15:28.9309590Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-08-17T12:15:28.9562252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-08-17T12:15:28.9806867Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-08-17T12:15:28.9815816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-08-17T12:15:28.9991031Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-08-17T12:15:29.0015825Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-08-17T12:15:29.0285036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-08-17T12:15:29.0288714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:15:29.0813080Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:15:29.1907488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-08-17T12:15:29.1933777Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-08-17T12:15:29.3061261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-08-17T12:15:29.3095696Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-08-17T12:15:29.4176095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-08-17T12:15:29.4204927Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-08-17T12:15:29.4775526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-08-17T12:15:29.4799635Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-08-17T12:15:29.5443708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:15:29.5457065Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-08-17T12:15:29.5488160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-08-17T12:15:29.5895467Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-08-17T12:15:29.5941015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-08-17T12:15:29.6136313Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-08-17T12:15:29.6151771Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-08-17T12:15:29.6411778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-08-17T12:15:29.7026025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:15:29.7165873Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:15:29.8085829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-08-17T12:15:29.8172116Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-08-17T12:15:29.8525337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-08-17T12:15:29.8550875Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:15:30.0018991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:15:30.0052499Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-08-17T12:15:30.0448850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-08-17T12:15:30.0473236Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-08-17T12:15:30.1906570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-08-17T12:15:30.1921972Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:15:30.2141678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:15:30.2410855Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:15:30.2765207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-08-17T12:15:30.2813723Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-08-17T12:15:30.3409855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:15:30.3437169Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-08-17T12:15:30.4257938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-08-17T12:15:30.4302105Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-08-17T12:15:30.4996468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-08-17T12:15:30.5021862Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-08-17T12:15:31.1979500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-08-17T12:15:31.2007033Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-08-17T12:15:31.8491842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-08-17T12:15:31.8521302Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-08-17T12:15:32.2024061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-08-17T12:15:32.2173935Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-08-17T12:15:32.2487446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-08-17T12:15:32.2511603Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-08-17T12:15:32.2547165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-08-17T12:15:32.2876771Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-08-17T12:15:32.2900314Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-08-17T12:15:32.2964561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-08-17T12:15:32.2972524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-08-17T12:15:32.3132206Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-08-17T12:15:32.3409654Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-08-17T12:15:32.3491992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-08-17T12:15:32.3574873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-08-17T12:15:32.3603413Z [gw2] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-08-17T12:15:32.3803797Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-08-17T12:15:32.3809565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-08-17T12:15:32.3930084Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-08-17T12:15:32.4006105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-08-17T12:15:32.4030992Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:15:32.4291951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:15:32.4578798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-08-17T12:15:32.4691097Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-08-17T12:15:32.6099188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-08-17T12:15:32.6118700Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-08-17T12:15:32.6235422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-08-17T12:15:32.6405506Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-08-17T12:15:32.6424214Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:15:32.6569148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:15:32.8525090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-08-17T12:15:32.8553131Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-08-17T12:15:32.8602456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-08-17T12:15:32.9052566Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-08-17T12:15:32.9099326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-08-17T12:15:32.9119496Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:15:32.9143483Z [gw2] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-08-17T12:15:32.9279884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:15:32.9408594Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:15:32.9428018Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-08-17T12:15:32.9445686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-08-17T12:15:32.9449614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-08-17T12:15:32.9649918Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-08-17T12:15:32.9970764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:15:33.0245124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-08-17T12:15:33.0263948Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-08-17T12:15:33.1251496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-08-17T12:15:33.1270908Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-08-17T12:15:33.2662708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-08-17T12:15:33.2687404Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:15:33.3334465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:15:33.3361484Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-08-17T12:15:33.3409672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-08-17T12:15:33.3768468Z [gw2] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-08-17T12:15:33.3851835Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:15:33.4023471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-08-17T12:15:33.4829365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:15:33.4840058Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:15:33.4846739Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-08-17T12:15:33.4851835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:15:33.6030182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-08-17T12:15:33.6072169Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-08-17T12:15:33.6882163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-08-17T12:15:33.6896014Z [gw2] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-08-17T12:15:33.7748139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-08-17T12:15:33.7777055Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:15:33.9090200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:15:33.9114563Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-08-17T12:15:33.9125606Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-08-17T12:15:33.9148721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-08-17T12:15:33.9191112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-08-17T12:15:33.9506730Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-08-17T12:15:33.9529855Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:15:33.9602517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:15:33.9610677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-08-17T12:15:34.0041681Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-08-17T12:15:34.0050070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-08-17T12:15:34.0484333Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-08-17T12:15:34.0492951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-08-17T12:15:34.0936418Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-08-17T12:15:34.0947233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-08-17T12:15:34.1064696Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-08-17T12:15:34.1085409Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:15:34.1350775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:15:34.1358145Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:15:34.1380903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:15:34.1492645Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:15:34.1809413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:15:34.1814471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-08-17T12:15:34.1967446Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-08-17T12:15:34.1983507Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-08-17T12:15:34.2248696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-08-17T12:15:34.2250880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-08-17T12:15:34.2691991Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-08-17T12:15:34.5555607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-08-17T12:15:34.5581859Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:15:34.6852143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:15:34.6870668Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-08-17T12:15:34.8520654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-08-17T12:15:34.8537934Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-08-17T12:15:34.8902038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-08-17T12:15:34.8973813Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-08-17T12:15:35.0699853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-08-17T12:15:35.0812620Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-08-17T12:15:35.1138112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-08-17T12:15:35.1331809Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-08-17T12:15:35.3547704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-08-17T12:15:35.3695445Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-08-17T12:15:35.6065732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-08-17T12:15:35.6091959Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-08-17T12:15:35.6134540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-08-17T12:15:35.6523662Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-08-17T12:15:35.6532196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-08-17T12:15:35.7169238Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-08-17T12:15:35.7706064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-08-17T12:15:35.7745405Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-08-17T12:15:36.0907943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-08-17T12:15:36.0939511Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-08-17T12:15:36.1249666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:15:36.1389011Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-08-17T12:15:36.1437395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-08-17T12:15:36.1889036Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-08-17T12:15:36.5927898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-08-17T12:15:36.5952859Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-08-17T12:15:36.8234402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-08-17T12:15:36.8261627Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-08-17T12:15:36.9785647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-08-17T12:15:36.9811516Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-08-17T12:15:37.0414720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-08-17T12:15:37.0435638Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-08-17T12:15:37.1568309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-08-17T12:15:37.1588757Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-08-17T12:15:37.2707628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-08-17T12:15:37.2746675Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:15:37.4675336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-08-17T12:15:37.4700036Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-08-17T12:15:37.7556780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inverse_cpu_complex128 2022-08-17T12:15:37.7579557Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-08-17T12:15:37.7613863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:15:37.8131887Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:15:38.0145002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-08-17T12:15:38.0164297Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inverse_cpu_complex128 2022-08-17T12:15:38.0194763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-08-17T12:15:38.0641695Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-08-17T12:15:38.0645939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-08-17T12:15:38.1121251Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-08-17T12:15:38.1125339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-08-17T12:15:38.1597847Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-08-17T12:15:38.8228954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-08-17T12:15:38.8259911Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-08-17T12:15:38.8296546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:15:38.8731150Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:15:38.8740773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:15:38.9253044Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:15:38.9399325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-08-17T12:15:38.9615331Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-08-17T12:15:38.9645443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-08-17T12:15:39.0138196Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-08-17T12:15:39.1422820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:15:39.1437562Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-08-17T12:15:39.6854760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:15:39.6885135Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:15:40.2352215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-08-17T12:15:40.2390545Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-08-17T12:15:40.2448339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:15:40.2845167Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:15:40.2849752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:15:40.3331321Z [gw2] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:15:40.7949188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:15:40.7975250Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:15:41.0072097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-08-17T12:15:41.0097907Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-08-17T12:15:41.7247178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-08-17T12:15:41.7272782Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-08-17T12:15:42.9086576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-08-17T12:15:42.9112374Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-08-17T12:15:43.5804772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:15:43.5832923Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:15:46.4645295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:15:46.4673617Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:15:47.1052864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:15:47.1089949Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:15:47.1127048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:15:47.1525140Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:15:47.1535899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:15:47.2049286Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:15:51.0825753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-08-17T12:15:51.0876189Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-08-17T12:15:51.5457769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:15:51.5486458Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:15:53.0842296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:15:53.0857515Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:15:53.8485780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:15:53.8512873Z [gw2] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:15:57.5845728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:15:57.5870459Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:15:57.5932263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:15:57.6294623Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:15:58.9528009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:15:58.9551584Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:15:59.1600646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:15:59.1626068Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:15:59.1820815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:15:59.2090412Z [gw0] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:16:00.2428710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:16:00.2455007Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:16:03.3362232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-08-17T12:16:03.3384242Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:16:03.3973550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-08-17T12:16:03.3993328Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-08-17T12:16:03.4256721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:16:03.4530947Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:16:03.8555891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:16:03.8581371Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:16:04.4028906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:16:04.4054701Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:16:05.1081427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:16:05.1095426Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-08-17T12:16:05.1891303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-08-17T12:16:05.1912702Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:16:05.2087235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:16:05.2411721Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:16:05.8500423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:16:05.8522784Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:16:05.8880001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-08-17T12:16:05.8932970Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-08-17T12:16:05.9068478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:16:05.9430341Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:16:05.9691874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:16:05.9813147Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:16:06.0995144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:16:06.1006256Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:16:06.3985832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:16:06.4005673Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:16:07.0184346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:16:07.0191524Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-08-17T12:16:08.7674760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:16:08.7701366Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-08-17T12:16:09.5154049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:16:09.5176207Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:16:09.5234395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-08-17T12:16:09.5689661Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-08-17T12:16:09.6016846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-08-17T12:16:09.6053940Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-08-17T12:16:09.6739755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-08-17T12:16:09.6762761Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-08-17T12:16:09.6768598Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:16:09.6791269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-08-17T12:16:09.6812337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-08-17T12:16:09.7251619Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-08-17T12:16:09.7463183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-08-17T12:16:09.7691581Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-08-17T12:16:09.9306907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-08-17T12:16:09.9334415Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-08-17T12:16:09.9942456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-08-17T12:16:09.9969593Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-08-17T12:16:10.5130308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-08-17T12:16:10.5151063Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-08-17T12:16:10.5175813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:16:10.5689545Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:16:10.7534407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-08-17T12:16:10.7568263Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-08-17T12:16:13.8263649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-08-17T12:16:13.8296885Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-08-17T12:16:20.1141835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-08-17T12:16:20.1161563Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-08-17T12:16:20.1192202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-08-17T12:16:20.1576331Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-08-17T12:16:20.1613248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-08-17T12:16:20.2015984Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-08-17T12:16:20.2434794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-08-17T12:16:20.2454832Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-08-17T12:16:20.2613088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-08-17T12:16:20.2785894Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-08-17T12:16:20.2799586Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-08-17T12:16:20.2892240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-08-17T12:16:20.5661951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-08-17T12:16:20.5685362Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-08-17T12:16:21.1663410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-08-17T12:16:21.1684216Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-08-17T12:16:21.1708578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-08-17T12:16:21.2210397Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-08-17T12:16:21.3247565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-08-17T12:16:21.3273252Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-08-17T12:16:21.7812553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-08-17T12:16:21.7840194Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-08-17T12:16:22.0492744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:16:22.0507760Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:16:22.1267037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-08-17T12:16:22.1286899Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-08-17T12:16:22.1796145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-08-17T12:16:22.1818522Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-08-17T12:16:22.4862346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-08-17T12:16:22.4887506Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-08-17T12:16:22.4923500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-08-17T12:16:22.5322714Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-08-17T12:16:22.5331397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-08-17T12:16:22.5786004Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-08-17T12:16:22.6272985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-08-17T12:16:22.6296063Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-08-17T12:16:22.6708835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-08-17T12:16:22.6734678Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-08-17T12:16:23.2314304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-08-17T12:16:23.2349725Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-08-17T12:16:23.2390248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-08-17T12:16:23.2850222Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-08-17T12:16:23.6533538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-08-17T12:16:23.6580816Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-08-17T12:16:24.5635872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-08-17T12:16:24.5669244Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-08-17T12:16:24.6780136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-08-17T12:16:24.6801472Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-08-17T12:16:25.3494892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-08-17T12:16:25.3516230Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-08-17T12:16:25.3648024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:16:25.4011385Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:16:25.4035988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:16:25.4118449Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:16:25.4139507Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-08-17T12:16:25.4453502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-08-17T12:16:25.5869455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-08-17T12:16:25.5901681Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-08-17T12:16:25.5960204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-08-17T12:16:25.6378263Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-08-17T12:16:25.6383574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-08-17T12:16:25.6853595Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-08-17T12:16:25.7339352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-08-17T12:16:25.7503244Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-08-17T12:16:25.7624650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-08-17T12:16:25.7933021Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-08-17T12:16:25.7952770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:16:25.8230344Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:16:25.8250877Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-08-17T12:16:25.8411110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-08-17T12:16:25.8415239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-08-17T12:16:25.8829196Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-08-17T12:16:25.8842599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:25.9371905Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:25.9867810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-08-17T12:16:25.9907926Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-08-17T12:16:26.0386001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-08-17T12:16:26.0406979Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-08-17T12:16:26.0765851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-08-17T12:16:26.0845443Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-08-17T12:16:26.0850245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:16:26.1284374Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:16:26.1288715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:16:26.1671951Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:16:26.1692161Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-08-17T12:16:26.1755892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:16:26.1761186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:16:26.2202564Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:16:26.2207875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-08-17T12:16:26.2612247Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-08-17T12:16:26.3769001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-08-17T12:16:26.3799603Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-08-17T12:16:26.3860450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-08-17T12:16:26.3874330Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:16:26.4088241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-08-17T12:16:26.4212984Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-08-17T12:16:26.5463072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-08-17T12:16:26.5613276Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-08-17T12:16:26.5870497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-08-17T12:16:26.5891400Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-08-17T12:16:26.6647219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-08-17T12:16:26.6669385Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-08-17T12:16:26.6897164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-08-17T12:16:26.6927685Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-08-17T12:16:26.8317713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-08-17T12:16:26.8340283Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-08-17T12:16:27.0650768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-08-17T12:16:27.0675028Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-08-17T12:16:27.0810541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-08-17T12:16:27.0845709Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:16:27.1509029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:16:27.1533727Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-08-17T12:16:27.1671849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-08-17T12:16:27.2050426Z [gw3] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-08-17T12:16:27.2127590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-08-17T12:16:27.2529263Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-08-17T12:16:27.2822943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-08-17T12:16:27.2847600Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-08-17T12:16:27.4165808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-08-17T12:16:27.4192646Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-08-17T12:16:27.4229675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-08-17T12:16:27.4625196Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-08-17T12:16:27.4637213Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-08-17T12:16:27.4649068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-08-17T12:16:27.4661933Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-08-17T12:16:27.5083752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-08-17T12:16:27.5088564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-08-17T12:16:27.5526776Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-08-17T12:16:27.5531570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-08-17T12:16:27.6052068Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-08-17T12:16:27.6583805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-08-17T12:16:27.6617292Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-08-17T12:16:27.7114274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-08-17T12:16:27.7145866Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-08-17T12:16:28.9682090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-08-17T12:16:28.9707882Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-08-17T12:16:28.9741269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-08-17T12:16:28.9767838Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:16:28.9819584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:16:29.0192634Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:16:29.1606697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-08-17T12:16:29.1632165Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-08-17T12:16:29.1751727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-08-17T12:16:29.2091307Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-08-17T12:16:29.2687740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-08-17T12:16:29.2825549Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-08-17T12:16:29.4419527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inverse_cpu_float64 2022-08-17T12:16:29.4455825Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inverse_cpu_float64 2022-08-17T12:16:29.4497508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-08-17T12:16:29.4969215Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-08-17T12:16:29.4980706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-08-17T12:16:29.5413174Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-08-17T12:16:29.5425145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-08-17T12:16:29.5850216Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-08-17T12:16:29.5861754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:16:29.6253478Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:16:29.6281812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-08-17T12:16:29.6693030Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-08-17T12:16:29.6723117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-08-17T12:16:29.7132264Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-08-17T12:16:29.8654519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-08-17T12:16:29.8676278Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-08-17T12:16:30.4568488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-08-17T12:16:30.4574371Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-08-17T12:16:32.3649894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-08-17T12:16:32.3680378Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-08-17T12:16:32.5150897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-08-17T12:16:32.5176692Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-08-17T12:16:32.7721309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-08-17T12:16:32.7747461Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-08-17T12:16:33.0639119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-08-17T12:16:33.0664351Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-08-17T12:16:33.1400323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-08-17T12:16:33.1424018Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-08-17T12:16:33.1862289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-08-17T12:16:33.1892890Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-08-17T12:16:33.2373014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-08-17T12:16:33.2413994Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-08-17T12:16:33.2465607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:16:33.2890571Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:16:33.2928716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:16:33.2954440Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-08-17T12:16:33.3209189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-08-17T12:16:33.3293357Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-08-17T12:16:33.7711296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-08-17T12:16:33.7751790Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-08-17T12:16:33.7814845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-08-17T12:16:33.8290646Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-08-17T12:16:33.8336672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-08-17T12:16:33.8727997Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-08-17T12:16:34.0356200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-08-17T12:16:34.0376617Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-08-17T12:16:34.1812784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-08-17T12:16:34.1848987Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-08-17T12:16:34.4765272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-08-17T12:16:34.4810933Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-08-17T12:16:34.5441709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-08-17T12:16:34.5468540Z [gw1] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-08-17T12:16:34.5729481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-08-17T12:16:34.5755047Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:16:34.6404519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:16:34.6419016Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-08-17T12:16:35.2889828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-08-17T12:16:35.2912582Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-08-17T12:16:35.4528712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:16:35.4565986Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:16:35.4622107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:16:35.5036192Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:16:35.5045355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-08-17T12:16:35.5512936Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-08-17T12:16:36.5045794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-08-17T12:16:36.5084463Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-08-17T12:16:36.6021221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-08-17T12:16:36.6040052Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-08-17T12:16:36.9111554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:16:36.9127922Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:16:37.1244349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-08-17T12:16:37.1274426Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:16:37.6542942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:16:37.6555027Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-08-17T12:16:38.2568822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-08-17T12:16:38.2591485Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:16:38.2641690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:16:38.3130642Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:16:38.4057182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:16:38.4078649Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-08-17T12:16:38.5480445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-08-17T12:16:38.5589513Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:16:38.6021961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:16:38.6044826Z [gw3] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:16:38.7588374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:16:38.7607967Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:16:39.3319996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-08-17T12:16:39.3346308Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-08-17T12:16:39.3707420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-08-17T12:16:39.3772953Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-08-17T12:16:39.8460536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-08-17T12:16:39.8486638Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-08-17T12:16:39.9386079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-08-17T12:16:39.9402064Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-08-17T12:16:40.2829402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-08-17T12:16:40.2860273Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-08-17T12:16:40.2898603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-08-17T12:16:40.3329506Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-08-17T12:16:40.3340916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-08-17T12:16:40.3809789Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-08-17T12:16:40.3897893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-08-17T12:16:40.3921830Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-08-17T12:16:40.8574064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:16:40.8590614Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-08-17T12:16:41.0046515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-08-17T12:16:41.0068053Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-08-17T12:16:41.0575585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-08-17T12:16:41.0608175Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-08-17T12:16:41.0851720Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-08-17T12:16:41.1129062Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-08-17T12:16:41.2988662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-08-17T12:16:41.2999270Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-08-17T12:16:41.3697954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-08-17T12:16:41.3711072Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-08-17T12:16:41.3984639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-08-17T12:16:41.4132229Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-08-17T12:16:41.4263499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-08-17T12:16:41.4601446Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-08-17T12:16:41.4609876Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-08-17T12:16:41.5040416Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-08-17T12:16:41.5048558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-08-17T12:16:41.5489936Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-08-17T12:16:41.5498064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-08-17T12:16:41.5892350Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-08-17T12:16:41.5918732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-08-17T12:16:41.6332899Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-08-17T12:16:41.6351655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-08-17T12:16:41.6774022Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-08-17T12:16:41.6795773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-08-17T12:16:41.7212951Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-08-17T12:16:41.7417927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-08-17T12:16:41.7652142Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-08-17T12:16:41.7709850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-08-17T12:16:41.8092319Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-08-17T12:16:44.9589803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-08-17T12:16:44.9597903Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:16:45.2752770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-08-17T12:16:45.2774691Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:16:45.2782331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:16:45.2806309Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-08-17T12:16:45.3582553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:16:45.3605424Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:16:46.0905109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-08-17T12:16:46.0954454Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-08-17T12:16:46.1015002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-08-17T12:16:46.1450074Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-08-17T12:16:46.4065999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-08-17T12:16:46.4104115Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-08-17T12:16:46.4157087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-08-17T12:16:46.4191919Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-08-17T12:16:46.4464799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-08-17T12:16:46.4611785Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-08-17T12:16:46.4947305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-08-17T12:16:46.5052367Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-08-17T12:16:46.5084777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-08-17T12:16:46.5335662Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-08-17T12:16:46.5365080Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-08-17T12:16:46.5525297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-08-17T12:16:46.5530909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-08-17T12:16:46.5658602Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-08-17T12:16:46.5772646Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-08-17T12:16:46.6009424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-08-17T12:16:46.6938389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-08-17T12:16:46.6960507Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-08-17T12:16:46.6993715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-08-17T12:16:46.7444533Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-08-17T12:16:46.8532725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-08-17T12:16:46.8631192Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-08-17T12:16:46.9163826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-08-17T12:16:46.9187260Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-08-17T12:16:47.0554415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-08-17T12:16:47.0568558Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-08-17T12:16:47.0901476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:16:47.0973269Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:16:47.0992098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:16:47.1414229Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:16:47.1431472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:16:47.1877286Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:16:47.1886038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:16:47.2320318Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:16:47.2325078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:16:47.2802560Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:16:47.3346199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-08-17T12:16:47.3377802Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-08-17T12:16:47.3591034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-08-17T12:16:47.3889057Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-08-17T12:16:47.6303771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-08-17T12:16:47.6331742Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-08-17T12:16:47.7867452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-08-17T12:16:47.7884121Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-08-17T12:16:47.8432723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-08-17T12:16:47.8448689Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-08-17T12:16:47.8791638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-08-17T12:16:47.8813119Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:16:48.0458984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:16:48.0481029Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-08-17T12:16:48.1486849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-08-17T12:16:48.1508845Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-08-17T12:16:48.2745399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-08-17T12:16:48.2777769Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-08-17T12:16:48.4065744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-08-17T12:16:48.4092943Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:16:48.5932304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:16:48.5968337Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-08-17T12:16:48.8024727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-08-17T12:16:48.8054746Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-08-17T12:16:48.8262468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:16:48.8535688Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:16:48.8539974Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-08-17T12:16:48.8558053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-08-17T12:16:49.1168885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-08-17T12:16:49.1194499Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-08-17T12:16:49.5438642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:16:49.5464111Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-08-17T12:16:49.6653905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-08-17T12:16:49.6694907Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-08-17T12:16:50.8472489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-08-17T12:16:50.8491372Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-08-17T12:16:51.0613166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-08-17T12:16:51.0626059Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-08-17T12:16:51.0988453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-08-17T12:16:51.0996349Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:16:51.1427532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:16:51.1440678Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:16:51.2225827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-08-17T12:16:51.2241204Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-08-17T12:16:51.4100686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-08-17T12:16:51.4121521Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-08-17T12:16:51.4236753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-08-17T12:16:51.4567337Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-08-17T12:16:51.4572146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-08-17T12:16:51.5008854Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-08-17T12:16:51.5013531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-08-17T12:16:51.5446053Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-08-17T12:16:51.5450523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-08-17T12:16:51.5884551Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-08-17T12:16:51.5889456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-08-17T12:16:51.6330852Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-08-17T12:16:51.6335953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-08-17T12:16:51.6776571Z [gw1] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-08-17T12:16:51.7688653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-08-17T12:16:51.7709023Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-08-17T12:16:51.7976628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-08-17T12:16:51.8211555Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-08-17T12:16:51.8588390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-08-17T12:16:51.8610010Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-08-17T12:16:51.8804788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-08-17T12:16:51.9089984Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-08-17T12:16:51.9737831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-08-17T12:16:51.9757666Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-08-17T12:16:52.0054608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-08-17T12:16:52.0251106Z [gw1] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-08-17T12:16:52.0562377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-08-17T12:16:52.0582911Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-08-17T12:16:52.0770925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-08-17T12:16:52.1057169Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-08-17T12:16:52.1061532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-08-17T12:16:52.1269940Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-08-17T12:16:52.1280093Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-08-17T12:16:52.1454241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-08-17T12:16:52.1984018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-08-17T12:16:52.1999085Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-08-17T12:16:52.2178305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-08-17T12:16:52.2412657Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-08-17T12:16:52.4114734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-08-17T12:16:52.4137164Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-08-17T12:16:52.4185938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-08-17T12:16:52.4606649Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-08-17T12:16:52.4615588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-08-17T12:16:52.5085458Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-08-17T12:16:52.5094157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-08-17T12:16:52.5466299Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-08-17T12:16:52.5490119Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-08-17T12:16:52.5563633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-08-17T12:16:52.5572206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-08-17T12:16:52.6050943Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-08-17T12:16:52.6221585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:16:52.6244200Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-08-17T12:16:52.6896185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-08-17T12:16:52.6920152Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-08-17T12:16:52.7082190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-08-17T12:16:52.7411366Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-08-17T12:16:52.7820425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-08-17T12:16:52.7861767Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:16:52.8443513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:16:52.8474771Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-08-17T12:16:52.8788186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-08-17T12:16:52.8933479Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-08-17T12:16:52.9396811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-08-17T12:16:52.9430749Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:16:53.1521891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:16:53.1543466Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-08-17T12:16:53.1915229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-08-17T12:16:53.1974054Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-08-17T12:16:53.2007377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-08-17T12:16:53.2151708Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-08-17T12:16:53.2172757Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:16:53.2205368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-08-17T12:16:53.2444772Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-08-17T12:16:53.2448942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-08-17T12:16:53.2625684Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-08-17T12:16:53.2750504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-08-17T12:16:53.2883213Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-08-17T12:16:53.2888526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-08-17T12:16:53.3107482Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-08-17T12:16:53.3325592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-08-17T12:16:53.3326255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-08-17T12:16:53.3440236Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-08-17T12:16:53.3492626Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-08-17T12:16:53.3835189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-08-17T12:16:53.3836050Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-08-17T12:16:53.3932922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-08-17T12:16:53.4193847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-08-17T12:16:53.4220428Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-08-17T12:16:53.4384681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-08-17T12:16:53.4730644Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-08-17T12:16:53.5025569Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-08-17T12:16:53.5092414Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-08-17T12:16:53.5204076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-08-17T12:16:53.5611125Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-08-17T12:16:53.5829504Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-08-17T12:16:53.5851753Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-08-17T12:16:53.5896515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-08-17T12:16:53.6254798Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-08-17T12:16:53.6289986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-08-17T12:16:53.6733167Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-08-17T12:16:53.7800525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-08-17T12:16:53.7809905Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-08-17T12:16:53.8183338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-08-17T12:16:53.8252208Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-08-17T12:16:54.1930440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-08-17T12:16:54.1941958Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-08-17T12:16:54.3058949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-08-17T12:16:54.3067855Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-08-17T12:16:54.3116937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-08-17T12:16:54.3492432Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-08-17T12:16:54.3586041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-08-17T12:16:54.3952023Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-08-17T12:16:54.3963904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-08-17T12:16:54.4372709Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-08-17T12:16:54.4397946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-08-17T12:16:54.4813916Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-08-17T12:16:54.5404413Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-08-17T12:16:54.5423183Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-08-17T12:16:54.5537860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-08-17T12:16:54.5855582Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-08-17T12:16:54.6064604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-08-17T12:16:54.6074624Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-08-17T12:16:54.8413243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-08-17T12:16:54.8425569Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-08-17T12:16:54.8968127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-08-17T12:16:54.8980530Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-08-17T12:16:55.0664652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-08-17T12:16:55.0675513Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-08-17T12:16:55.1035723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-08-17T12:16:55.1094797Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-08-17T12:16:55.3737434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-08-17T12:16:55.3738738Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-08-17T12:16:55.4016926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-08-17T12:16:55.4053031Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-08-17T12:16:55.5131673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-08-17T12:16:55.5145671Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-08-17T12:16:55.6223676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-08-17T12:16:55.6237873Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-08-17T12:16:55.7339359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-08-17T12:16:55.7353236Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-08-17T12:16:55.8566890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-08-17T12:16:55.8581068Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-08-17T12:16:55.9564937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-08-17T12:16:55.9580973Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-08-17T12:16:55.9617663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-08-17T12:16:56.0090059Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-08-17T12:16:56.1224304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-08-17T12:16:56.1240878Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:16:56.3632279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:16:56.3662061Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-08-17T12:16:56.6023642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-08-17T12:16:56.6040836Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:16:56.8905995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:16:56.8927445Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-08-17T12:16:56.9702236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-08-17T12:16:56.9727240Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:16:56.9836352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:16:56.9854227Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-08-17T12:16:56.9914110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-08-17T12:16:57.0045100Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:16:57.0169042Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-08-17T12:16:57.0369244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:16:57.0735770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-08-17T12:16:57.0749737Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-08-17T12:16:57.1095947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-08-17T12:16:57.1173257Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-08-17T12:16:57.1242463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-08-17T12:16:57.1657829Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-08-17T12:16:57.1666512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-08-17T12:16:57.2085004Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-08-17T12:16:57.2093718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-08-17T12:16:57.2569923Z [gw1] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-08-17T12:16:57.3124960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-08-17T12:16:57.3151284Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-08-17T12:16:57.3431169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-08-17T12:16:57.3641978Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-08-17T12:16:57.3650870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-08-17T12:16:57.4052611Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-08-17T12:16:57.4061867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-08-17T12:16:57.4572607Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-08-17T12:16:57.4768513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-08-17T12:16:57.4786074Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-08-17T12:16:57.4828438Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-08-17T12:16:57.4893244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-08-17T12:16:57.5039491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-08-17T12:16:57.5366964Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-08-17T12:16:57.5714654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-08-17T12:16:57.5737779Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:16:57.6394114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:16:57.6422271Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-08-17T12:16:57.6679159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-08-17T12:16:57.6934022Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-08-17T12:16:57.7118335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-08-17T12:16:57.7191924Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-08-17T12:16:57.7213191Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:16:57.7366949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:16:57.7371505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-08-17T12:16:57.7853080Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-08-17T12:16:57.9238995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-08-17T12:16:57.9278247Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-08-17T12:16:57.9704620Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-08-17T12:16:57.9741864Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-08-17T12:16:58.0773802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-08-17T12:16:58.0812238Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-08-17T12:16:58.1236585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-08-17T12:16:58.1272185Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-08-17T12:16:58.5128014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-08-17T12:16:58.5165057Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-08-17T12:16:58.5205724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:16:58.5637930Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:16:58.5646903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:16:58.6086315Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:16:58.6095170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-08-17T12:16:58.6534479Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-08-17T12:16:58.6542052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-08-17T12:16:58.7010867Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-08-17T12:16:58.7017500Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-08-17T12:16:58.7453254Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-08-17T12:16:58.7462119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-08-17T12:16:58.7930212Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-08-17T12:16:58.7938537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-08-17T12:16:58.8410448Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-08-17T12:16:58.8418754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:16:58.8850571Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:16:58.8858937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:58.9284385Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:58.9292715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:16:58.9761004Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:16:58.9769435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:16:59.0227562Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:16:59.0287766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-08-17T12:16:59.0730354Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-08-17T12:16:59.0777498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-08-17T12:16:59.1150352Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-08-17T12:16:59.1175755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:16:59.1645283Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:16:59.1653457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:16:59.2092579Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:16:59.2148751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-08-17T12:16:59.2553238Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-08-17T12:16:59.2569227Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:16:59.2581791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-08-17T12:16:59.2724893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:16:59.2861251Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-08-17T12:16:59.3083372Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:16:59.3092267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:16:59.3264520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-08-17T12:16:59.3484924Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-08-17T12:16:59.3493533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:16:59.3677617Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:16:59.3702699Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:16:59.3919301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:16:59.3928403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:16:59.4092745Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:16:59.4133939Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:16:59.4411619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:16:59.4618369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-08-17T12:16:59.4805946Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-08-17T12:16:59.4815512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:16:59.5258784Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:16:59.5267997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:16:59.5437061Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:16:59.5452336Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:16:59.5581298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:16:59.5604364Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-08-17T12:16:59.5693108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-08-17T12:16:59.5701989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:16:59.6131642Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:16:59.6142265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:16:59.6613136Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:16:59.6709149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-08-17T12:16:59.7087534Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-08-17T12:16:59.7581038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-08-17T12:16:59.7641174Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-08-17T12:16:59.8110719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:16:59.8130382Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:16:59.8163364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:16:59.8570590Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:16:59.8573736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:16:59.9043715Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:16:59.9044673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:16:59.9497729Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:16:59.9518169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:59.9566630Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:16:59.9574292Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-08-17T12:16:59.9977286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-08-17T12:17:00.0003724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:17:00.0415661Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:17:00.0439833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:17:00.0857324Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:17:00.0932744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:17:00.1336089Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:17:00.1358113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-08-17T12:17:00.1815340Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-08-17T12:17:00.1849299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-08-17T12:17:00.2331812Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-08-17T12:17:00.2419614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-08-17T12:17:00.2440922Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:17:00.2703321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:17:00.2721159Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-08-17T12:17:00.2856591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-08-17T12:17:00.2872848Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-08-17T12:17:00.3110472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-08-17T12:17:00.3410036Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-08-17T12:17:00.5124587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-08-17T12:17:00.5246044Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-08-17T12:17:00.5774831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-08-17T12:17:00.5809568Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-08-17T12:17:00.7479406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-08-17T12:17:00.7504754Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-08-17T12:17:00.7859843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-08-17T12:17:00.7972190Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-08-17T12:17:00.8311691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-08-17T12:17:00.8413598Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-08-17T12:17:00.8489570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-08-17T12:17:00.8931706Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-08-17T12:17:00.9637624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-08-17T12:17:00.9675399Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-08-17T12:17:00.9906451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-08-17T12:17:01.0171300Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-08-17T12:17:01.1250861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-08-17T12:17:01.1273556Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-08-17T12:17:01.1506159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-08-17T12:17:01.1770272Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-08-17T12:17:01.4223535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-08-17T12:17:01.4261983Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-08-17T12:17:01.4930224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-08-17T12:17:01.4955060Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-08-17T12:17:01.5653255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-08-17T12:17:01.5677135Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-08-17T12:17:01.5951480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-08-17T12:17:01.6210945Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-08-17T12:17:01.9006458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-08-17T12:17:01.9035982Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-08-17T12:17:01.9791337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-08-17T12:17:01.9805588Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-08-17T12:17:02.0620984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-08-17T12:17:02.0646493Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-08-17T12:17:02.2922796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-08-17T12:17:02.2948425Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-08-17T12:17:02.3485365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-08-17T12:17:02.3509968Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-08-17T12:17:02.3742854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-08-17T12:17:02.3770776Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-08-17T12:17:02.4786513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:17:02.4811207Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-08-17T12:17:02.6368788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-08-17T12:17:02.6406785Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:17:02.8437401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-08-17T12:17:02.8459284Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-08-17T12:17:02.9014154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-08-17T12:17:02.9030879Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-08-17T12:17:02.9941023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-08-17T12:17:02.9962320Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:17:03.1423013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:17:03.1448741Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-08-17T12:17:03.2991669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:17:03.3013659Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-08-17T12:17:03.3807425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-08-17T12:17:03.3830648Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-08-17T12:17:03.3994745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:17:03.4008601Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:17:03.4191805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:17:03.4215302Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-08-17T12:17:03.5250026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-08-17T12:17:03.5268780Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-08-17T12:17:03.5475043Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-08-17T12:17:03.5773124Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-08-17T12:17:03.6425624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-08-17T12:17:03.6451372Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:17:03.6639869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:17:03.6931346Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:17:03.7072193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-08-17T12:17:03.7371704Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-08-17T12:17:03.7861964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-08-17T12:17:03.7889937Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-08-17T12:17:03.9900199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-08-17T12:17:03.9926755Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-08-17T12:17:03.9954958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:17:04.0410811Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:17:05.2433515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-08-17T12:17:05.2444350Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-08-17T12:17:05.2776674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-08-17T12:17:05.2940806Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-08-17T12:17:05.3070033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-08-17T12:17:05.3410976Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-08-17T12:17:05.3414230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-08-17T12:17:05.3849683Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-08-17T12:17:05.3853576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-08-17T12:17:05.4332275Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-08-17T12:17:05.5653630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:17:05.5774088Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:17:05.7568845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:17:05.7590166Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:17:05.9395924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:17:05.9411602Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:17:07.4288261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:17:07.4326850Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:17:07.5647961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:17:07.5669639Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:17:07.5758988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:17:07.6170793Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:17:08.6661421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:17:08.6687727Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:17:08.7867841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:17:08.7932092Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-08-17T12:17:09.9610958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-08-17T12:17:09.9636009Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-08-17T12:17:11.3079664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-08-17T12:17:11.3105197Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:17:11.8591873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:17:11.8608803Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:17:12.1310495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:17:12.1332425Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:17:12.1433492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:17:12.1788806Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:17:12.2173005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:17:12.2212665Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:17:12.2838654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-08-17T12:17:12.2861240Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-08-17T12:17:12.3167210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-08-17T12:17:12.3252833Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:17:12.3288743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:17:12.3385209Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-08-17T12:17:12.3645500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:17:12.3890383Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:17:12.6740773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:17:12.6770233Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:17:12.7370653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:17:12.7384305Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:17:12.7817244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:17:12.7968286Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:17:13.0399953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:17:13.0436469Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:17:13.1523618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:17:13.1542134Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:17:13.1804586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:17:13.2080787Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:17:13.2146226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:17:13.2175992Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:17:13.7623494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-08-17T12:17:13.7663212Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-08-17T12:17:13.7737429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-08-17T12:17:13.7760390Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:17:13.8987828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-08-17T12:17:13.9012001Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-08-17T12:17:13.9273137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-08-17T12:17:13.9530662Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-08-17T12:17:13.9622839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:17:13.9935086Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:17:14.0058512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-08-17T12:17:14.0373449Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-08-17T12:17:14.0408942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-08-17T12:17:14.0884115Z [gw2] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-08-17T12:17:14.0888935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-08-17T12:17:14.1322814Z [gw2] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-08-17T12:17:14.1328139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-08-17T12:17:14.1802810Z [gw2] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-08-17T12:17:14.1808073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-08-17T12:17:14.2284129Z [gw2] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-08-17T12:17:14.2526224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-08-17T12:17:14.2548940Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:17:14.3594465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-08-17T12:17:14.3621268Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-08-17T12:17:14.3660018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-08-17T12:17:14.4097625Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-08-17T12:17:14.4107600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-08-17T12:17:14.4573733Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-08-17T12:17:14.8200296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-08-17T12:17:14.8231747Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-08-17T12:17:14.9240737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-08-17T12:17:14.9264399Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-08-17T12:17:14.9514024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:17:14.9774760Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:17:15.0256331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:17:15.0355051Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:17:15.2508140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:17:15.2560922Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:17:15.2921892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:17:15.2947879Z [gw3] [ 24%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-08-17T12:17:15.2976041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:17:15.3451664Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:17:15.6830663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-08-17T12:17:15.6872174Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:17:15.8313783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:17:15.8352721Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:17:15.8604105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:17:15.8803894Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:17:17.2073897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:17:17.2141196Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-08-17T12:17:18.1292522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-08-17T12:17:18.1317779Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-08-17T12:17:18.3140799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-08-17T12:17:18.3178385Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-08-17T12:17:18.4194755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-08-17T12:17:18.4227511Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-08-17T12:17:18.5055202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-08-17T12:17:18.5089219Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-08-17T12:17:18.5314657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-08-17T12:17:18.5572016Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-08-17T12:17:18.6318412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-08-17T12:17:18.6342707Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-08-17T12:17:18.6542713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-08-17T12:17:18.6777355Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-08-17T12:17:18.9052071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-08-17T12:17:18.9087743Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-08-17T12:17:18.9539954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-08-17T12:17:18.9570521Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-08-17T12:17:18.9781153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-08-17T12:17:19.0012040Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-08-17T12:17:19.0055419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-08-17T12:17:19.0415817Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-08-17T12:17:19.0658485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-08-17T12:17:19.0854672Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-08-17T12:17:19.0917212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-08-17T12:17:19.1372622Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-08-17T12:17:19.2403350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-08-17T12:17:19.2429348Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-08-17T12:17:19.6645078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-08-17T12:17:19.6676629Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-08-17T12:17:19.7509951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-08-17T12:17:19.7530993Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-08-17T12:17:19.8197440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-08-17T12:17:19.8231496Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-08-17T12:17:19.8521912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-08-17T12:17:19.8730242Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-08-17T12:17:20.5242883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-08-17T12:17:20.5281473Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-08-17T12:17:20.5350570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-08-17T12:17:20.5714292Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-08-17T12:17:20.6148369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-08-17T12:17:20.6185359Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-08-17T12:17:20.6662259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-08-17T12:17:20.6698243Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-08-17T12:17:20.6709821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-08-17T12:17:20.6735940Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-08-17T12:17:20.7679388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-08-17T12:17:20.7704749Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-08-17T12:17:20.7802534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-08-17T12:17:20.8135584Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-08-17T12:17:20.8251036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-08-17T12:17:20.8652822Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-08-17T12:17:20.9471464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-08-17T12:17:20.9612589Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-08-17T12:17:20.9768889Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-08-17T12:17:21.0014650Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-08-17T12:17:21.0068584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-08-17T12:17:21.0455858Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-08-17T12:17:21.2518313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-08-17T12:17:21.2554472Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-08-17T12:17:21.3080786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-08-17T12:17:21.3112386Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-08-17T12:17:21.5353280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-08-17T12:17:21.5378508Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-08-17T12:17:21.5825643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-08-17T12:17:21.5850181Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-08-17T12:17:21.7732009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-08-17T12:17:21.7757212Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-08-17T12:17:21.8198246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-08-17T12:17:21.8221581Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-08-17T12:17:22.1094788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-08-17T12:17:22.1116851Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-08-17T12:17:22.1673492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-08-17T12:17:22.1697330Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-08-17T12:17:22.4374996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-08-17T12:17:22.4396849Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-08-17T12:17:22.4446327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-08-17T12:17:22.4494186Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-08-17T12:17:22.4517710Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-08-17T12:17:22.4932304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-08-17T12:17:22.6019133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-08-17T12:17:22.6044700Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-08-17T12:17:22.6201865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-08-17T12:17:22.6226688Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-08-17T12:17:22.7302727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-08-17T12:17:22.7319477Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-08-17T12:17:22.7613396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-08-17T12:17:22.7651298Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-08-17T12:17:22.8102517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-08-17T12:17:22.8137894Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-08-17T12:17:23.0020994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-08-17T12:17:23.0066975Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-08-17T12:17:23.0657080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-08-17T12:17:23.0701331Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-08-17T12:17:23.5077784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-08-17T12:17:23.5127639Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-08-17T12:17:23.5303929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-08-17T12:17:23.5339510Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-08-17T12:17:23.6132933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-08-17T12:17:23.6178068Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-08-17T12:17:23.6305020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-08-17T12:17:23.6692984Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-08-17T12:17:23.7080864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-08-17T12:17:23.7114755Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-08-17T12:17:23.7301310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-08-17T12:17:23.7536358Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-08-17T12:17:23.9251866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-08-17T12:17:23.9282614Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-08-17T12:17:24.1148651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-08-17T12:17:24.1168591Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-08-17T12:17:24.2253801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-08-17T12:17:24.2297537Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-08-17T12:17:24.2779630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-08-17T12:17:24.2820634Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:17:24.3819152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:17:24.3858959Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-08-17T12:17:24.5010759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-08-17T12:17:24.5024300Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-08-17T12:17:24.5782918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:17:24.5806393Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:17:24.6765410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-08-17T12:17:24.6944597Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-08-17T12:17:24.7215328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-08-17T12:17:24.7240167Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-08-17T12:17:24.7481756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:17:24.7503061Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:17:24.7615238Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-08-17T12:17:24.7769839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-08-17T12:17:24.7778645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:17:24.7791198Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-08-17T12:17:24.7812512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:17:24.8413347Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:17:25.0792427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-08-17T12:17:25.0815335Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:17:25.0829039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:17:25.0838103Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-08-17T12:17:25.0980040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-08-17T12:17:25.1254369Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-08-17T12:17:25.1558231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-08-17T12:17:25.1584164Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:17:25.1611184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-08-17T12:17:25.1732970Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-08-17T12:17:25.1867369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-08-17T12:17:25.2261452Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-08-17T12:17:25.2274840Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:17:25.2282968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-08-17T12:17:25.2342503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:17:25.2523867Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-08-17T12:17:25.2664053Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:17:25.2769784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:17:25.2779796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:17:25.3127216Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:17:25.3133005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-08-17T12:17:25.3566231Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-08-17T12:17:25.3571841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-08-17T12:17:25.3611786Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-08-17T12:17:25.3629421Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-08-17T12:17:25.3997479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-08-17T12:17:25.4000016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:17:25.4196859Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:17:25.4213821Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:17:25.4230650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:17:25.4246993Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-08-17T12:17:25.4452607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-08-17T12:17:25.4455085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:17:25.4482147Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:17:25.4495091Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-08-17T12:17:25.4521770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-08-17T12:17:25.4894970Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-08-17T12:17:25.4897226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:17:25.4963517Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:17:25.4965509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-08-17T12:17:25.5173296Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-08-17T12:17:25.5190936Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-08-17T12:17:25.5219873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-08-17T12:17:25.5237628Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:17:25.5333620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:17:25.5336110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:17:25.5450624Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:17:25.5794082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-08-17T12:17:25.6285651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-08-17T12:17:25.6303360Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:17:25.6415762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:17:25.6521417Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-08-17T12:17:25.6567318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:17:25.6966633Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:17:25.6970891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:17:25.7304912Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:17:25.7325684Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:17:25.7376494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:17:25.7567824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-08-17T12:17:25.7621494Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:17:25.7660038Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-08-17T12:17:25.7732414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-08-17T12:17:25.7792614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:17:25.7800607Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-08-17T12:17:25.7818043Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-08-17T12:17:25.7836246Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:17:25.7938291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-08-17T12:17:25.8173040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:17:25.8208579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:17:25.8232487Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-08-17T12:17:25.8319900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-08-17T12:17:25.8691101Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:17:25.9196435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:17:25.9230132Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:17:25.9242853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:17:25.9294919Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-08-17T12:17:25.9478416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-08-17T12:17:25.9502847Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-08-17T12:17:25.9807438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-08-17T12:17:25.9869087Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-08-17T12:17:25.9877707Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:17:25.9897466Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:17:25.9909060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:17:26.0076927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-08-17T12:17:26.0232086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-08-17T12:17:26.0256117Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-08-17T12:17:26.1840372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-08-17T12:17:26.1852856Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-08-17T12:17:26.2972679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-08-17T12:17:26.2995321Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-08-17T12:17:26.3170995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-08-17T12:17:26.3186955Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-08-17T12:17:26.3449227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-08-17T12:17:26.3470329Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-08-17T12:17:26.3951692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-08-17T12:17:26.3975577Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-08-17T12:17:26.3985555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-08-17T12:17:26.3994110Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-08-17T12:17:26.4090508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-08-17T12:17:26.4414234Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-08-17T12:17:26.4486321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-08-17T12:17:26.4853585Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-08-17T12:17:26.5211868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-08-17T12:17:26.5227011Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-08-17T12:17:26.5549306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-08-17T12:17:26.5572227Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-08-17T12:17:26.5805292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-08-17T12:17:26.5874373Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-08-17T12:17:26.5891639Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-08-17T12:17:26.6051378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-08-17T12:17:26.6072594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-08-17T12:17:26.6193704Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-08-17T12:17:26.6295246Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-08-17T12:17:26.6413773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-08-17T12:17:26.7015049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-08-17T12:17:26.7041958Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-08-17T12:17:26.7080033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-08-17T12:17:26.7368622Z [gw2] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-08-17T12:17:26.7389787Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-08-17T12:17:26.7492349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-08-17T12:17:26.7497505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-08-17T12:17:26.7937001Z [gw2] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-08-17T12:17:26.7943066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-08-17T12:17:26.8196579Z [gw2] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-08-17T12:17:26.8232325Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-08-17T12:17:26.8412124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-08-17T12:17:26.8818648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:17:26.8832814Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-08-17T12:17:26.9470948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-08-17T12:17:26.9484266Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-08-17T12:17:26.9706655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-08-17T12:17:26.9723075Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-08-17T12:17:26.9797448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-08-17T12:17:26.9817900Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:17:26.9909184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:17:27.0210969Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-08-17T12:17:27.1215654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-08-17T12:17:27.1233207Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-08-17T12:17:27.1395501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-08-17T12:17:27.1693172Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-08-17T12:17:27.2370390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-08-17T12:17:27.2382280Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:17:27.3489452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:17:27.3499730Z [gw2] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:17:27.4060010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:17:27.4138292Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-08-17T12:17:27.4726700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-08-17T12:17:27.4758119Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-08-17T12:17:27.4798345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-08-17T12:17:27.5248540Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-08-17T12:17:27.5863773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-08-17T12:17:27.5894434Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-08-17T12:17:27.6129553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-08-17T12:17:27.6403596Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-08-17T12:17:27.6407812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-08-17T12:17:27.6882291Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-08-17T12:17:27.6887229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-08-17T12:17:27.6976904Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-08-17T12:17:27.6990311Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:17:27.7411313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:17:27.7907734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-08-17T12:17:27.7950236Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:17:27.9438196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-08-17T12:17:27.9469842Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-08-17T12:17:27.9933576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-08-17T12:17:27.9962718Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-08-17T12:17:28.0982390Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-08-17T12:17:28.0999749Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:17:28.2130359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:17:28.2146660Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-08-17T12:17:28.2474407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-08-17T12:17:28.2650706Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-08-17T12:17:28.9536929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-08-17T12:17:28.9582660Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-08-17T12:17:30.4422463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-08-17T12:17:30.4447717Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-08-17T12:17:30.7674034Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-08-17T12:17:30.7710698Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-08-17T12:17:30.9948673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-08-17T12:17:30.9966016Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-08-17T12:17:31.2139500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-08-17T12:17:31.2165641Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-08-17T12:17:31.2606761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-08-17T12:17:31.2627463Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-08-17T12:17:31.4077090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-08-17T12:17:31.4106333Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-08-17T12:17:31.7207662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-08-17T12:17:31.7229626Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-08-17T12:17:31.8132289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-08-17T12:17:31.8154253Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-08-17T12:17:32.0297590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-08-17T12:17:32.0336641Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-08-17T12:17:32.5021090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-08-17T12:17:32.5064713Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-08-17T12:17:32.8919101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-08-17T12:17:32.8945435Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-08-17T12:17:32.9998522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-08-17T12:17:33.0024719Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-08-17T12:17:33.0083617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-08-17T12:17:33.0532009Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-08-17T12:17:33.5893269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-08-17T12:17:33.5914497Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-08-17T12:17:33.7648544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-08-17T12:17:33.7669626Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-08-17T12:17:33.8479203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-08-17T12:17:33.8526602Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-08-17T12:17:33.9305395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-08-17T12:17:33.9328889Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-08-17T12:17:33.9357778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-08-17T12:17:33.9820065Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-08-17T12:17:33.9856849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-08-17T12:17:34.0332289Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-08-17T12:17:34.2106130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-08-17T12:17:34.2136535Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-08-17T12:17:34.7188087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-08-17T12:17:34.7225065Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-08-17T12:17:35.0609438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-08-17T12:17:35.0631938Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-08-17T12:17:35.0742205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-08-17T12:17:35.0768738Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-08-17T12:17:35.1103560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:17:35.1126019Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-08-17T12:17:35.1173691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-08-17T12:17:35.1570312Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-08-17T12:17:35.1579484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-08-17T12:17:35.2052089Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-08-17T12:17:35.2539577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-08-17T12:17:35.2558236Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-08-17T12:17:35.2738769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-08-17T12:17:35.3092239Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-08-17T12:17:35.3546340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-08-17T12:17:35.3567577Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-08-17T12:17:35.7098852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-08-17T12:17:35.7129217Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-08-17T12:17:35.7642843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-08-17T12:17:35.7668251Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-08-17T12:17:35.7704354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-08-17T12:17:35.8132551Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-08-17T12:17:36.6705516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-08-17T12:17:36.6731613Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-08-17T12:17:36.7560810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-08-17T12:17:36.7585668Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-08-17T12:17:36.7714234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-08-17T12:17:36.8131417Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-08-17T12:17:37.3485348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-08-17T12:17:37.3523371Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-08-17T12:17:37.5237465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-08-17T12:17:37.5273060Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-08-17T12:17:38.0841682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:17:38.0870778Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:17:38.2291850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:17:38.2334732Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:17:38.3461220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-08-17T12:17:38.3523358Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-08-17T12:17:38.4186293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-08-17T12:17:38.4206416Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-08-17T12:17:38.5022273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-08-17T12:17:38.5042496Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-08-17T12:17:38.5223043Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-08-17T12:17:38.5492358Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-08-17T12:17:38.7180042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-08-17T12:17:38.7201469Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:17:38.8260457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-08-17T12:17:38.8279747Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-08-17T12:17:38.9020163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-08-17T12:17:38.9185103Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-08-17T12:17:39.4384275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-08-17T12:17:39.4414609Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-08-17T12:17:39.8829851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-08-17T12:17:39.8860993Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-08-17T12:17:40.0100732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-08-17T12:17:40.0140368Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-08-17T12:17:40.3377707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-08-17T12:17:40.3411837Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-08-17T12:17:40.8075300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-08-17T12:17:40.8089705Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-08-17T12:17:40.9689506Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-08-17T12:17:40.9724239Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-08-17T12:17:41.1790438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-08-17T12:17:41.1816473Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-08-17T12:17:41.2543072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-08-17T12:17:41.2572485Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-08-17T12:17:41.5070302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-08-17T12:17:41.5102472Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-08-17T12:17:41.5702300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-08-17T12:17:41.5731931Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-08-17T12:17:41.6622296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:17:41.6653665Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:17:41.7459343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-08-17T12:17:41.7490585Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-08-17T12:17:42.0850148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-08-17T12:17:42.0880925Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-08-17T12:17:42.0991381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-08-17T12:17:42.1014013Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-08-17T12:17:42.1471002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-08-17T12:17:42.1499751Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-08-17T12:17:42.4386573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-08-17T12:17:42.4534363Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-08-17T12:17:42.4959264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-08-17T12:17:42.4991590Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-08-17T12:17:42.6862742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-08-17T12:17:42.6892384Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-08-17T12:17:42.6924211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-08-17T12:17:42.7134684Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-08-17T12:17:42.7162521Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-08-17T12:17:42.7329499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-08-17T12:17:42.7336456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-08-17T12:17:42.7660865Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-08-17T12:17:42.7687255Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-08-17T12:17:42.7729564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:17:42.7773544Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:17:42.8135858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-08-17T12:17:42.8141298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-08-17T12:17:42.8577255Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-08-17T12:17:42.8582682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:17:42.9017102Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:17:42.9023288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:17:42.9452566Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:17:42.9459163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:17:42.9895750Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:17:42.9902233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-08-17T12:17:43.0327395Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-08-17T12:17:43.0332852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-08-17T12:17:43.0765393Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-08-17T12:17:43.0771354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-08-17T12:17:43.1250972Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-08-17T12:17:44.2614985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:17:44.2649869Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:17:44.8048473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:17:44.8076826Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-08-17T12:17:45.0658197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-08-17T12:17:45.0686853Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:17:45.0967683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:17:45.1170869Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:17:45.1403105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-08-17T12:17:45.1444388Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-08-17T12:17:45.1467287Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-08-17T12:17:45.1610108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-08-17T12:17:45.8597609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:17:45.8622465Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:17:46.3006293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:17:46.3027269Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:17:46.8254497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-08-17T12:17:46.8267740Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-08-17T12:17:46.8278055Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:17:46.8289128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:17:46.9691867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-08-17T12:17:46.9712979Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-08-17T12:17:47.1466408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-08-17T12:17:47.1499166Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-08-17T12:17:48.1157602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-08-17T12:17:48.1211143Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-08-17T12:17:48.2230730Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-08-17T12:17:48.2256794Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-08-17T12:17:48.5096286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:17:48.5123324Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-08-17T12:17:48.5162986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:17:48.5574075Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:17:48.5580663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:17:48.6090455Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:17:48.7670721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:17:48.7708143Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:17:48.9605183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:17:48.9629580Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:17:50.6024303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-08-17T12:17:50.6042927Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:17:50.8432077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:17:50.8456947Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:17:52.0663867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:17:52.0679109Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:17:52.4893620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:17:52.4938421Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:17:53.1339994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:17:53.1493988Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:17:53.1513824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:17:53.2011764Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:17:55.1573451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:17:55.1585500Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:17:56.9981457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:17:57.0006687Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-08-17T12:17:58.8115293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-08-17T12:17:58.8144891Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-08-17T12:17:59.5066372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:17:59.5088649Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:17:59.5682632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-08-17T12:17:59.5704182Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:17:59.7481612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:17:59.7511738Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-08-17T12:17:59.8623563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-08-17T12:17:59.8641715Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:17:59.8666361Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-08-17T12:17:59.8840081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-08-17T12:17:59.9218656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:17:59.9246949Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-08-17T12:17:59.9284413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:17:59.9709468Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:17:59.9728714Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:17:59.9737131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-08-17T12:18:00.0095216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:18:00.0252096Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-08-17T12:18:00.0953437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-08-17T12:18:00.0987840Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:18:00.2194968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:18:00.2218586Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:18:00.2517896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:18:00.2536786Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-08-17T12:18:00.3729386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-08-17T12:18:00.3757395Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:18:00.3958439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-08-17T12:18:00.3987808Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-08-17T12:18:00.4039505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:18:00.4443355Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:18:00.4446443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-08-17T12:18:00.4881560Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-08-17T12:18:00.4887387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:18:00.5362249Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:18:00.5371416Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:18:00.5424523Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:18:00.5456485Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-08-17T12:18:00.5890087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-08-17T12:18:00.9285687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-08-17T12:18:00.9300894Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-08-17T12:18:00.9331705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:18:00.9356227Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-08-17T12:18:00.9836346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-08-17T12:18:00.9851493Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-08-17T12:18:01.1852808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-08-17T12:18:01.1872199Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-08-17T12:18:01.2700092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-08-17T12:18:01.2725571Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-08-17T12:18:01.4492013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:18:01.4516485Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:18:01.5264183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:18:01.5289804Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:18:01.5507387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-08-17T12:18:01.5532952Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-08-17T12:18:01.5566176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-08-17T12:18:01.6051812Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-08-17T12:18:01.8435102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-08-17T12:18:01.8448604Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-08-17T12:18:02.1183321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-08-17T12:18:02.1186182Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-08-17T12:18:02.1207811Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-08-17T12:18:02.1233787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-08-17T12:18:02.1435980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-08-17T12:18:02.1723374Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-08-17T12:18:02.2319490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-08-17T12:18:02.2356756Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-08-17T12:18:02.2695727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-08-17T12:18:02.2728601Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-08-17T12:18:02.4201678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:18:02.4240902Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-08-17T12:18:02.4299303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-08-17T12:18:02.4713235Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-08-17T12:18:02.4834465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-08-17T12:18:02.5129331Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-08-17T12:18:02.5377411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-08-17T12:18:02.5398104Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:18:02.5756784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:18:02.5842998Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:18:02.5848247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:18:02.6321999Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:18:02.6327387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-08-17T12:18:02.6849298Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-08-17T12:18:02.8427875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-08-17T12:18:02.8456557Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-08-17T12:18:02.8490592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:18:02.9009074Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:18:03.3049288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-08-17T12:18:03.3075298Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-08-17T12:18:03.5076007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-08-17T12:18:03.5101195Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-08-17T12:18:03.5339500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:18:03.5611853Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:18:03.5620789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:18:03.6050965Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:18:03.6948636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-08-17T12:18:03.6977786Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-08-17T12:18:03.9191449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-08-17T12:18:03.9373236Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-08-17T12:18:04.0027142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-08-17T12:18:04.0047512Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-08-17T12:18:04.0710683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-08-17T12:18:04.0733523Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-08-17T12:18:04.0910049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:18:04.1201144Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:18:04.1207532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:18:04.1648936Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:18:04.1654108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-08-17T12:18:04.2081987Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-08-17T12:18:04.2088349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:18:04.2537979Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:18:04.2543343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:18:04.3012619Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:18:04.3301850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-08-17T12:18:04.3373514Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-08-17T12:18:04.3410805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:18:04.3893234Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:18:04.4230537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-08-17T12:18:04.4257420Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-08-17T12:18:04.4420716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-08-17T12:18:04.4442667Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-08-17T12:18:04.4468238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:18:04.4854368Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:18:04.4880486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:18:04.5371673Z [gw0] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:18:04.7648268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-08-17T12:18:04.7674134Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-08-17T12:18:04.8469127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-08-17T12:18:04.8494008Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-08-17T12:18:05.2348781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-08-17T12:18:05.2375403Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-08-17T12:18:05.2407989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-08-17T12:18:05.2427896Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-08-17T12:18:05.3509113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-08-17T12:18:05.3532242Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-08-17T12:18:05.3632535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-08-17T12:18:05.3725346Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-08-17T12:18:05.4659670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-08-17T12:18:05.4691729Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:18:06.0379724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-08-17T12:18:06.0400738Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-08-17T12:18:06.1601512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-08-17T12:18:06.1623504Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-08-17T12:18:06.4839801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-08-17T12:18:06.4882512Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-08-17T12:18:06.9781156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-08-17T12:18:06.9807751Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-08-17T12:18:07.0795597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-08-17T12:18:07.0820128Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-08-17T12:18:07.3831080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:18:07.3856250Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-08-17T12:18:07.4890655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-08-17T12:18:07.4917668Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-08-17T12:18:07.7791234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-08-17T12:18:07.7816827Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-08-17T12:18:09.0955789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-08-17T12:18:09.1098781Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-08-17T12:18:09.4993467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-08-17T12:18:09.5016242Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-08-17T12:18:15.1832597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-08-17T12:18:15.1861814Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:18:15.7265371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:18:15.7288814Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:18:16.1265134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:18:16.1305037Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:18:16.1407580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:18:16.1803575Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:18:16.2782477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:18:16.2803856Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-08-17T12:18:16.3482528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:18:16.3504716Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:18:16.8878937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:18:16.8909991Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:18:17.0525165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:18:17.0549914Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:18:17.2402210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:18:17.2428005Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:18:17.6808826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:18:17.6893490Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:18:18.9386961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-08-17T12:18:18.9425591Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:18:19.0217774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:18:19.0241778Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:18:19.2144852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:18:19.2182171Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:18:19.2436140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:18:19.2711385Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:18:19.3136208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:18:19.3169089Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:18:19.8936709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:18:19.8958842Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-08-17T12:18:20.2369547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-08-17T12:18:20.2394806Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:18:20.5673561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:18:20.5699514Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:18:20.7510117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:18:20.7514681Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:18:23.0809553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:18:23.0825990Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-08-17T12:18:24.0340762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-08-17T12:18:24.0379132Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-08-17T12:18:24.6310822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-08-17T12:18:24.6522492Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-08-17T12:18:24.8227034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-08-17T12:18:24.8259407Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-08-17T12:18:24.8740260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-08-17T12:18:24.8798084Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-08-17T12:18:24.8944049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-08-17T12:18:24.9291639Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-08-17T12:18:25.0723721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:18:25.0746187Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:18:25.1101606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-08-17T12:18:25.1175541Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-08-17T12:18:25.3357293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-08-17T12:18:25.3397897Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-08-17T12:18:25.3926505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-08-17T12:18:25.3963098Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-08-17T12:18:26.8820185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-08-17T12:18:26.8855646Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-08-17T12:18:27.1999978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-08-17T12:18:27.2028785Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-08-17T12:18:28.1437754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-08-17T12:18:28.1446645Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:18:28.4819772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-08-17T12:18:28.4837481Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-08-17T12:18:29.0211380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-08-17T12:18:29.0242002Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-08-17T12:18:29.0279211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-08-17T12:18:29.0683717Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-08-17T12:18:29.0690516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-08-17T12:18:29.1170190Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-08-17T12:18:29.1697687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-08-17T12:18:29.1710231Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-08-17T12:18:29.1818401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-08-17T12:18:29.2134048Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-08-17T12:18:29.2210223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-08-17T12:18:29.2573184Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-08-17T12:18:29.2970910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-08-17T12:18:29.3127671Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-08-17T12:18:29.3128493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-08-17T12:18:29.3495306Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-08-17T12:18:29.3534213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-08-17T12:18:29.3544047Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-08-17T12:18:29.3876592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:18:29.3933452Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-08-17T12:18:29.4075993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-08-17T12:18:29.4372633Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-08-17T12:18:29.4826058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-08-17T12:18:29.4849864Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-08-17T12:18:29.6395397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-08-17T12:18:29.6493967Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-08-17T12:18:29.6931405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-08-17T12:18:29.6947205Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-08-17T12:18:29.6955398Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:18:29.7036068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-08-17T12:18:29.7175205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:18:29.7455056Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-08-17T12:18:29.7463262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-08-17T12:18:29.7890234Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-08-17T12:18:29.8244595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-08-17T12:18:29.8372159Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-08-17T12:18:30.1331795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-08-17T12:18:30.1346412Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-08-17T12:18:30.2046451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-08-17T12:18:30.2102854Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-08-17T12:18:30.2136701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-08-17T12:18:30.2162647Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-08-17T12:18:30.2185216Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:18:30.2561661Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-08-17T12:18:30.2569499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-08-17T12:18:30.3001325Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-08-17T12:18:30.3009160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-08-17T12:18:30.3444902Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-08-17T12:18:30.3452725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-08-17T12:18:30.3887387Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-08-17T12:18:30.3896664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-08-17T12:18:30.4327295Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-08-17T12:18:30.4336796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-08-17T12:18:30.4742730Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-08-17T12:18:30.4774481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-08-17T12:18:30.5204908Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-08-17T12:18:30.5212623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-08-17T12:18:30.5690675Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-08-17T12:18:30.5856939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-08-17T12:18:30.6082195Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-08-17T12:18:30.6088898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-08-17T12:18:30.6522098Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-08-17T12:18:30.6528660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-08-17T12:18:30.7011206Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-08-17T12:18:31.1494471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-08-17T12:18:31.1518850Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-08-17T12:18:31.1553407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-08-17T12:18:31.1966369Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-08-17T12:18:31.1971181Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-08-17T12:18:31.2373405Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-08-17T12:18:31.2400040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-08-17T12:18:31.2813373Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-08-17T12:18:32.5503153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-08-17T12:18:32.5534259Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-08-17T12:18:32.7778504Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-08-17T12:18:32.7816676Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-08-17T12:18:34.8234684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-08-17T12:18:34.8268115Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-08-17T12:18:35.4507556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-08-17T12:18:35.4524474Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-08-17T12:18:35.5412748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-08-17T12:18:35.5434995Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:18:35.5471087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-08-17T12:18:35.5929354Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-08-17T12:18:35.7926426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-08-17T12:18:35.7952134Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-08-17T12:18:36.0336600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-08-17T12:18:36.0383748Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-08-17T12:18:36.0454872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-08-17T12:18:36.0888852Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-08-17T12:18:36.1817503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-08-17T12:18:36.1837790Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-08-17T12:18:36.2549296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-08-17T12:18:36.2581557Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-08-17T12:18:36.2997454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-08-17T12:18:36.3020302Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-08-17T12:18:36.3208048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:18:36.3222537Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-08-17T12:18:36.4134602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-08-17T12:18:36.4154343Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-08-17T12:18:36.4324689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-08-17T12:18:36.4365471Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:18:36.4370520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:18:36.4401318Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:18:36.4572533Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-08-17T12:18:36.4850855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-08-17T12:18:36.5557500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-08-17T12:18:36.5569296Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-08-17T12:18:36.5986147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-08-17T12:18:36.6010232Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-08-17T12:18:36.6536963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-08-17T12:18:36.6549341Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-08-17T12:18:36.8579032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-08-17T12:18:36.8601854Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-08-17T12:18:36.8931514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-08-17T12:18:36.9012731Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-08-17T12:18:36.9244710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-08-17T12:18:36.9256034Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-08-17T12:18:36.9564937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-08-17T12:18:36.9694595Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-08-17T12:18:36.9732205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-08-17T12:18:36.9914928Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-08-17T12:18:36.9921647Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-08-17T12:18:37.0092605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-08-17T12:18:37.0132902Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-08-17T12:18:37.0335245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-08-17T12:18:37.0874386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-08-17T12:18:37.0890614Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-08-17T12:18:37.1393859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-08-17T12:18:37.1407431Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-08-17T12:18:37.1650621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-08-17T12:18:37.1814305Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-08-17T12:18:37.2008423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-08-17T12:18:37.2019114Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-08-17T12:18:37.5060385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-08-17T12:18:37.5074803Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-08-17T12:18:37.5914469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-08-17T12:18:37.5941954Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-08-17T12:18:37.5997229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-08-17T12:18:37.6373741Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-08-17T12:18:37.6537710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-08-17T12:18:37.6812725Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-08-17T12:18:37.7149180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-08-17T12:18:37.7174066Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-08-17T12:18:37.8911760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-08-17T12:18:37.8947098Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-08-17T12:18:37.9751292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-08-17T12:18:37.9786707Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-08-17T12:18:38.0216384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-08-17T12:18:38.0249549Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-08-17T12:18:38.0335473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-08-17T12:18:38.0372105Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-08-17T12:18:38.0758433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-08-17T12:18:38.0795726Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-08-17T12:18:38.0804978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-08-17T12:18:38.0838507Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-08-17T12:18:38.1846737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-08-17T12:18:38.1866917Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-08-17T12:18:38.2045229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-08-17T12:18:38.2295907Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-08-17T12:18:38.2515269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-08-17T12:18:38.2700101Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-08-17T12:18:38.2724309Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-08-17T12:18:38.2772443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:18:38.2854265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-08-17T12:18:38.3209166Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:18:38.3214562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-08-17T12:18:38.3710717Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-08-17T12:18:38.3871093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-08-17T12:18:38.3906436Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-08-17T12:18:38.4320491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-08-17T12:18:38.4351976Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-08-17T12:18:38.4403927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-08-17T12:18:38.4828053Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-08-17T12:18:38.4883081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-08-17T12:18:38.5290989Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-08-17T12:18:38.6577024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-08-17T12:18:38.6601467Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-08-17T12:18:38.7212868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-08-17T12:18:38.7236106Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-08-17T12:18:38.7664679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-08-17T12:18:38.7687418Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-08-17T12:18:38.8714267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:18:38.8862133Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-08-17T12:18:39.0962533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-08-17T12:18:39.0974431Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-08-17T12:18:39.2480644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-08-17T12:18:39.2492953Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:18:39.3526743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:18:39.3542680Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:18:39.6752190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:18:39.6766699Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-08-17T12:18:39.6799319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-08-17T12:18:39.7201816Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-08-17T12:18:39.7210280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:18:39.7689167Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:18:39.7829971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-08-17T12:18:39.8128760Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-08-17T12:18:39.8242974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-08-17T12:18:39.8518980Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-08-17T12:18:39.8523821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:18:39.8613563Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:18:39.8636302Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:18:39.8962941Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:18:39.8970003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:18:39.9450755Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:18:39.9705506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:18:39.9729507Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:18:40.0233830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-08-17T12:18:40.0257585Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-08-17T12:18:40.0354921Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-08-17T12:18:40.0710751Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-08-17T12:18:40.0842242Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-08-17T12:18:40.0853463Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:18:40.0890933Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-08-17T12:18:40.0923231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:18:40.1191071Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:18:40.1355317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-08-17T12:18:40.1360984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-08-17T12:18:40.1850740Z [gw2] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-08-17T12:18:40.2002829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-08-17T12:18:40.2017026Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-08-17T12:18:40.2136664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-08-17T12:18:40.2149816Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-08-17T12:18:40.2660903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-08-17T12:18:40.2678160Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-08-17T12:18:40.2985558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-08-17T12:18:40.3011341Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-08-17T12:18:40.3113008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-08-17T12:18:40.3491098Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-08-17T12:18:40.3938339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-08-17T12:18:40.3969809Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-08-17T12:18:40.4701912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-08-17T12:18:40.4776393Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-08-17T12:18:40.4790205Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-08-17T12:18:40.4823330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-08-17T12:18:40.5081346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-08-17T12:18:40.5115335Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-08-17T12:18:40.5291057Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-08-17T12:18:40.5296608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-08-17T12:18:40.5498296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-08-17T12:18:40.5770589Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-08-17T12:18:40.6059703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-08-17T12:18:40.6081424Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-08-17T12:18:40.6273239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-08-17T12:18:40.6570914Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-08-17T12:18:40.8631732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-08-17T12:18:40.8715808Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-08-17T12:18:40.9936259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-08-17T12:18:41.0010248Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-08-17T12:18:41.0185939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-08-17T12:18:41.0205429Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-08-17T12:18:41.0736507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-08-17T12:18:41.0758472Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-08-17T12:18:41.0790928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-08-17T12:18:41.1249125Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-08-17T12:18:41.1529065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-08-17T12:18:41.1612466Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-08-17T12:18:41.1746323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-08-17T12:18:41.1827667Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-08-17T12:18:41.1850097Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-08-17T12:18:41.2089597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-08-17T12:18:41.2782061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:18:41.2817566Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:18:41.2856256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:18:41.3288421Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:18:41.3293315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:18:41.3642447Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:18:41.3662710Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-08-17T12:18:41.3770060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-08-17T12:18:41.3857883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-08-17T12:18:41.4209971Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-08-17T12:18:41.6773647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-08-17T12:18:41.6940989Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-08-17T12:18:41.7564963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-08-17T12:18:41.7590392Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-08-17T12:18:41.8817874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-08-17T12:18:41.8831416Z [gw2] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-08-17T12:18:41.8846345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-08-17T12:18:41.8870429Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-08-17T12:18:42.1980172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-08-17T12:18:42.2007934Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-08-17T12:18:42.2041296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-08-17T12:18:42.2063535Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-08-17T12:18:42.3837952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-08-17T12:18:42.3863450Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-08-17T12:18:42.5096205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-08-17T12:18:42.5122028Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-08-17T12:18:42.6978166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-08-17T12:18:42.7001493Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-08-17T12:18:42.7375566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-08-17T12:18:42.7412573Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-08-17T12:18:42.8005494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-08-17T12:18:42.8033046Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-08-17T12:18:42.8680015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-08-17T12:18:42.8705361Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-08-17T12:18:42.8741421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-08-17T12:18:42.9201009Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-08-17T12:18:42.9208691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-08-17T12:18:42.9729526Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-08-17T12:18:42.9973991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-08-17T12:18:43.0152685Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-08-17T12:18:43.0161818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-08-17T12:18:43.0560704Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-08-17T12:18:43.0566450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-08-17T12:18:43.0801952Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-08-17T12:18:43.0823112Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-08-17T12:18:43.1000353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-08-17T12:18:43.1006513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-08-17T12:18:43.1440568Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-08-17T12:18:43.1448593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-08-17T12:18:43.1881265Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-08-17T12:18:43.1889927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-08-17T12:18:43.2322638Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-08-17T12:18:43.2331570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-08-17T12:18:43.2360661Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-08-17T12:18:43.2375394Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-08-17T12:18:43.2767367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-08-17T12:18:43.2777382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-08-17T12:18:43.3242729Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-08-17T12:18:43.3252831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-08-17T12:18:43.3728860Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-08-17T12:18:43.3737110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-08-17T12:18:43.4132925Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-08-17T12:18:43.4166067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-08-17T12:18:43.4354165Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-08-17T12:18:43.4365635Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-08-17T12:18:43.4571691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-08-17T12:18:43.5423696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:18:43.5437719Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:18:43.6242964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:18:43.6257200Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-08-17T12:18:43.6271948Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:18:43.6343720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-08-17T12:18:43.6363798Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-08-17T12:18:43.6411712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-08-17T12:18:43.7508034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:18:43.7528467Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:18:43.8212944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:18:43.8233271Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:18:43.8761064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:18:43.8791226Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-08-17T12:18:43.9228773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-08-17T12:18:43.9254274Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:18:44.0765415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:18:44.0794198Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-08-17T12:18:44.1293170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-08-17T12:18:44.1453398Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:18:44.1637190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:18:44.1661817Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-08-17T12:18:44.2224319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-08-17T12:18:44.2247510Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:18:44.2699996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:18:44.2725333Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-08-17T12:18:44.2898744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-08-17T12:18:44.2912105Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:18:44.3502456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:18:44.3523365Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:18:44.4312743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:18:44.4340471Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-08-17T12:18:44.4690462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-08-17T12:18:44.4709292Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:18:44.5105193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-08-17T12:18:44.5132555Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-08-17T12:18:44.5325527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-08-17T12:18:44.5651195Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-08-17T12:18:44.5998293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-08-17T12:18:44.6031613Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-08-17T12:18:44.6231315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-08-17T12:18:44.6454710Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-08-17T12:18:44.7090026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-08-17T12:18:44.7104351Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-08-17T12:18:44.8671832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:18:44.8682910Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-08-17T12:18:44.9372332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:18:44.9380158Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-08-17T12:18:44.9806267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-08-17T12:18:44.9814062Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-08-17T12:18:45.0736600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-08-17T12:18:45.0744703Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:18:45.1330738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:18:45.1343129Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-08-17T12:18:45.1672117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-08-17T12:18:45.1771700Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-08-17T12:18:45.1976022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-08-17T12:18:45.1987429Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:18:45.2093016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-08-17T12:18:45.2414641Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-08-17T12:18:45.3911764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:18:45.3934041Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-08-17T12:18:45.4422223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-08-17T12:18:45.4442068Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-08-17T12:18:46.0395245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-08-17T12:18:46.0423019Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-08-17T12:18:46.1247910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-08-17T12:18:46.1269192Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-08-17T12:18:46.1748539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-08-17T12:18:46.1769446Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-08-17T12:18:46.3296211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-08-17T12:18:46.3321142Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:18:46.5364114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-08-17T12:18:46.5386964Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-08-17T12:18:46.5762060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:18:46.5793786Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-08-17T12:18:46.6703207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-08-17T12:18:46.6735274Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-08-17T12:18:46.6768472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-08-17T12:18:46.7194792Z [gw0] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-08-17T12:18:46.7200715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-08-17T12:18:46.7731776Z [gw0] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-08-17T12:18:47.0579692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-08-17T12:18:47.0595219Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-08-17T12:18:47.1212701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-08-17T12:18:47.1232914Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-08-17T12:18:47.5565313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-08-17T12:18:47.5585826Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-08-17T12:18:47.8769758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-08-17T12:18:47.8795311Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-08-17T12:18:47.8831525Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-08-17T12:18:47.9243785Z [gw0] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-08-17T12:18:47.9253002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-08-17T12:18:47.9729235Z [gw0] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-08-17T12:18:48.4272162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-08-17T12:18:48.4284506Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-08-17T12:18:48.4695063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-08-17T12:18:48.4706116Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-08-17T12:18:48.6517152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-08-17T12:18:48.6529033Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-08-17T12:18:48.6921445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-08-17T12:18:48.6972514Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-08-17T12:18:48.7523494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-08-17T12:18:48.7536542Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-08-17T12:18:48.8203326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-08-17T12:18:48.8215705Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-08-17T12:18:49.0348658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-08-17T12:18:49.0356502Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:18:49.1512341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-08-17T12:18:49.1537241Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-08-17T12:18:49.2813589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-08-17T12:18:49.2833651Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-08-17T12:18:49.3565792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:18:49.3588365Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:18:49.4380480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:18:49.4404198Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:18:49.5639837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:18:49.5651862Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:18:49.6204795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:18:49.6216346Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:18:49.6808501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:18:49.6820024Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:18:49.7780982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:18:49.7801825Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:18:51.0853252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:18:51.0879648Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-08-17T12:18:51.2380701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-08-17T12:18:51.2393365Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:18:51.4843669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-08-17T12:18:51.4868402Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-08-17T12:18:51.5632042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-08-17T12:18:51.5655913Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-08-17T12:18:52.3124199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-08-17T12:18:52.3148337Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-08-17T12:18:53.5224316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-08-17T12:18:53.5250952Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-08-17T12:18:54.0530268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-08-17T12:18:54.0543256Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-08-17T12:18:54.1779884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-08-17T12:18:54.1791630Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-08-17T12:18:55.8981226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-08-17T12:18:55.9008692Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-08-17T12:18:56.2328972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-08-17T12:18:56.2340846Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-08-17T12:18:56.3140750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-08-17T12:18:56.3152301Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-08-17T12:18:56.3967584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-08-17T12:18:56.3978686Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-08-17T12:18:58.9079448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-08-17T12:18:58.9104734Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-08-17T12:18:59.4571370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-08-17T12:18:59.4586695Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-08-17T12:19:00.3787488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-08-17T12:19:00.3796860Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-08-17T12:19:00.5784366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-08-17T12:19:00.5796955Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-08-17T12:19:02.4528053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-08-17T12:19:02.4543723Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-08-17T12:19:02.7857418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-08-17T12:19:02.7868998Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-08-17T12:19:02.7950603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-08-17T12:19:02.8291914Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-08-17T12:19:02.8350940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-08-17T12:19:02.8732058Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-08-17T12:19:02.9147794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-08-17T12:19:02.9211108Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-08-17T12:19:02.9331180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-08-17T12:19:02.9651372Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-08-17T12:19:03.0062996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-08-17T12:19:03.0131144Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-08-17T12:19:03.0242792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-08-17T12:19:03.0571915Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-08-17T12:19:03.3246352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-08-17T12:19:03.3256290Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-08-17T12:19:03.3823545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-08-17T12:19:03.3835331Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-08-17T12:19:03.4319919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-08-17T12:19:03.4335749Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-08-17T12:19:03.9835041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-08-17T12:19:03.9860963Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-08-17T12:19:04.0989070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-08-17T12:19:04.1027130Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-08-17T12:19:04.5779180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-08-17T12:19:04.5803400Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-08-17T12:19:04.6626908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-08-17T12:19:04.6650575Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-08-17T12:19:05.1883701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-08-17T12:19:05.1908164Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-08-17T12:19:05.2763342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-08-17T12:19:05.2788644Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-08-17T12:19:05.4646792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-08-17T12:19:05.4672438Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-08-17T12:19:05.5137103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-08-17T12:19:05.5173968Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-08-17T12:19:05.7682049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-08-17T12:19:05.7708083Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-08-17T12:19:05.7957597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-08-17T12:19:05.8249384Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-08-17T12:19:06.0898102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-08-17T12:19:06.0918776Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-08-17T12:19:06.1383586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-08-17T12:19:06.1403464Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-08-17T12:19:06.1467698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-08-17T12:19:06.1500620Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-08-17T12:19:06.2861369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-08-17T12:19:06.2944084Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-08-17T12:19:06.3188422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-08-17T12:19:06.3410266Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-08-17T12:19:06.3956534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-08-17T12:19:06.3979511Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-08-17T12:19:06.4516159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-08-17T12:19:06.4543027Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-08-17T12:19:06.4581787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-08-17T12:19:06.5004728Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-08-17T12:19:06.5014265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-08-17T12:19:06.5444435Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-08-17T12:19:06.5453068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-08-17T12:19:06.5884412Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-08-17T12:19:06.5890795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-08-17T12:19:06.6370445Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-08-17T12:19:06.6394458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-08-17T12:19:06.6409087Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-08-17T12:19:06.6797524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-08-17T12:19:06.6853510Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-08-17T12:19:06.7020167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-08-17T12:19:06.7041750Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-08-17T12:19:06.8112229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-08-17T12:19:06.8130392Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-08-17T12:19:06.8198126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-08-17T12:19:06.8610680Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-08-17T12:19:06.8661598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-08-17T12:19:06.9034767Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-08-17T12:19:06.9040568Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-08-17T12:19:06.9441871Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-08-17T12:19:06.9448899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-08-17T12:19:06.9597461Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-08-17T12:19:06.9623279Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-08-17T12:19:06.9883012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-08-17T12:19:06.9890045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-08-17T12:19:07.0163592Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-08-17T12:19:07.0184869Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-08-17T12:19:07.0324457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-08-17T12:19:07.0330552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-08-17T12:19:07.0764817Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-08-17T12:19:07.0772362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-08-17T12:19:07.1202980Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-08-17T12:19:07.1211777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-08-17T12:19:07.1644934Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-08-17T12:19:07.1649730Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-08-17T12:19:07.2085461Z [gw0] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-08-17T12:19:07.2093946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-08-17T12:19:07.2525180Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-08-17T12:19:07.2533859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-08-17T12:19:07.2957138Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-08-17T12:19:07.2965796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-08-17T12:19:07.3396915Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-08-17T12:19:07.3405419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-08-17T12:19:07.3932124Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-08-17T12:19:07.4040103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-08-17T12:19:07.4369938Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-08-17T12:19:07.4403896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-08-17T12:19:07.4852633Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-08-17T12:19:07.5046174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-08-17T12:19:07.5252003Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-08-17T12:19:07.5291369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-08-17T12:19:07.5663715Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-08-17T12:19:07.5911517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-08-17T12:19:07.6158709Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-08-17T12:19:07.6167332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-08-17T12:19:07.6610286Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-08-17T12:19:07.7354201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-08-17T12:19:07.7389004Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-08-17T12:19:07.7780375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-08-17T12:19:07.7853890Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-08-17T12:19:07.7976774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-08-17T12:19:07.8372285Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-08-17T12:19:07.8567073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-08-17T12:19:07.8773724Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-08-17T12:19:07.8835946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-08-17T12:19:07.9291409Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-08-17T12:19:08.2577930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-08-17T12:19:08.2603291Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-08-17T12:19:08.3593739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-08-17T12:19:08.3641218Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-08-17T12:19:08.8638785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-08-17T12:19:08.8676779Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-08-17T12:19:08.9022378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-08-17T12:19:08.9043119Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-08-17T12:19:08.9190100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-08-17T12:19:08.9473399Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-08-17T12:19:08.9490412Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-08-17T12:19:08.9502566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-08-17T12:19:09.0340737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-08-17T12:19:09.0383881Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-08-17T12:19:09.0403895Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-08-17T12:19:09.0421658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-08-17T12:19:09.0724501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-08-17T12:19:09.0853079Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-08-17T12:19:09.3364915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-08-17T12:19:09.3494410Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-08-17T12:19:09.3735573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-08-17T12:19:09.3748370Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-08-17T12:19:09.4308376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-08-17T12:19:09.4335509Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-08-17T12:19:09.4571206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-08-17T12:19:09.4590134Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-08-17T12:19:09.7929830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-08-17T12:19:09.7951797Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-08-17T12:19:09.8803735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-08-17T12:19:09.8824080Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-08-17T12:19:10.6919927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-08-17T12:19:10.6958379Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-08-17T12:19:10.8243357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-08-17T12:19:10.8262119Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-08-17T12:19:10.8484328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-08-17T12:19:10.8795224Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-08-17T12:19:10.8844922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-08-17T12:19:10.9250479Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-08-17T12:19:10.9285243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-08-17T12:19:10.9730516Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-08-17T12:19:11.1084640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-08-17T12:19:11.1104769Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-08-17T12:19:11.1373719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-08-17T12:19:11.1558653Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-08-17T12:19:11.2236753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-08-17T12:19:11.2257894Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-08-17T12:19:11.2403016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-08-17T12:19:11.2435395Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-08-17T12:19:11.2674529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-08-17T12:19:11.2923595Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-08-17T12:19:11.2929293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-08-17T12:19:11.3404834Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-08-17T12:19:11.3410211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-08-17T12:19:11.3930338Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-08-17T12:19:11.5633198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-08-17T12:19:11.5679979Z [gw2] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-08-17T12:19:11.5845141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-08-17T12:19:11.5870188Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-08-17T12:19:11.6447844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-08-17T12:19:11.6457873Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-08-17T12:19:11.8320712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-08-17T12:19:11.8354151Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-08-17T12:19:11.8823878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-08-17T12:19:11.8868954Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-08-17T12:19:11.8900802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-08-17T12:19:11.9334103Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-08-17T12:19:11.9338199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-08-17T12:19:11.9772464Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-08-17T12:19:11.9778543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-08-17T12:19:11.9911342Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-08-17T12:19:11.9930847Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-08-17T12:19:12.0044321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-08-17T12:19:12.0250982Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-08-17T12:19:12.0331997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-08-17T12:19:12.1541891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-08-17T12:19:12.1571219Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-08-17T12:19:12.1828777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-08-17T12:19:12.1848939Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-08-17T12:19:12.1880614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-08-17T12:19:12.1897373Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-08-17T12:19:12.1972884Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-08-17T12:19:12.2329951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-08-17T12:19:12.3424632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-08-17T12:19:12.3473770Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-08-17T12:19:12.3845714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-08-17T12:19:12.3895486Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-08-17T12:19:12.4712574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-08-17T12:19:12.4734091Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-08-17T12:19:12.4756228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-08-17T12:19:12.4776011Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-08-17T12:19:12.5137923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-08-17T12:19:12.5172342Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-08-17T12:19:12.5729128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-08-17T12:19:12.5759313Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-08-17T12:19:12.7370238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-08-17T12:19:12.7391478Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-08-17T12:19:12.7422783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-08-17T12:19:12.7839366Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-08-17T12:19:13.4822498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-08-17T12:19:13.4843890Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-08-17T12:19:14.4776598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:19:14.4801940Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-08-17T12:19:14.4870737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-08-17T12:19:14.5330142Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-08-17T12:19:14.5395460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-08-17T12:19:14.5809537Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-08-17T12:19:14.5871640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-08-17T12:19:14.6240769Z [gw0] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-08-17T12:19:14.6245534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-08-17T12:19:14.6682253Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-08-17T12:19:14.6690519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-08-17T12:19:14.7113138Z [gw0] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-08-17T12:19:15.2051268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-08-17T12:19:15.2089641Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-08-17T12:19:15.3402993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-08-17T12:19:15.3447908Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-08-17T12:19:15.3503508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:19:15.3633600Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:19:15.3672279Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-08-17T12:19:15.3922907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-08-17T12:19:15.3930401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:19:15.4401623Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:19:15.4409882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:19:15.4841255Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:19:15.4849750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:19:15.5281111Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:19:15.5289504Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:19:15.5761079Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:19:15.5769573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:19:15.6201495Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:19:15.6209817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:19:15.6645058Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:19:15.6653467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:19:15.7130875Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:19:15.7992696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-08-17T12:19:15.8017211Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-08-17T12:19:15.9159456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-08-17T12:19:15.9193579Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-08-17T12:19:16.0475163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-08-17T12:19:16.0527004Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-08-17T12:19:16.1242293Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-08-17T12:19:16.1266799Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-08-17T12:19:16.3646467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-08-17T12:19:16.3684348Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-08-17T12:19:16.6332202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-08-17T12:19:16.6352901Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-08-17T12:19:16.7753667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-08-17T12:19:16.7781772Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-08-17T12:19:16.9973289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-08-17T12:19:16.9992435Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-08-17T12:19:17.0326805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-08-17T12:19:17.0412324Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-08-17T12:19:17.0743741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-08-17T12:19:17.0852342Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-08-17T12:19:17.2022312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-08-17T12:19:17.2047993Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-08-17T12:19:17.3240618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-08-17T12:19:17.3276934Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-08-17T12:19:17.3641943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-08-17T12:19:17.3732586Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-08-17T12:19:17.3820471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-08-17T12:19:17.4248289Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-08-17T12:19:17.5369321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-08-17T12:19:17.5398554Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-08-17T12:19:17.5710499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-08-17T12:19:17.5850982Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-08-17T12:19:17.6247663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-08-17T12:19:17.6270880Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:19:18.1548244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-08-17T12:19:18.1570964Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-08-17T12:19:18.2448460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-08-17T12:19:18.2472444Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-08-17T12:19:18.2942005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-08-17T12:19:18.2967152Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-08-17T12:19:18.4837458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-08-17T12:19:18.4860985Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-08-17T12:19:18.5110817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-08-17T12:19:18.5126559Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-08-17T12:19:18.5372402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-08-17T12:19:18.5387537Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-08-17T12:19:18.5494665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-08-17T12:19:18.5889658Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-08-17T12:19:18.5997269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-08-17T12:19:18.6353781Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-08-17T12:19:18.6358182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-08-17T12:19:18.6849312Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-08-17T12:19:18.8149006Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-08-17T12:19:18.8172172Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-08-17T12:19:18.8206095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-08-17T12:19:18.8690543Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-08-17T12:19:19.8028580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-08-17T12:19:19.8054714Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-08-17T12:19:19.9838280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-08-17T12:19:19.9879249Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-08-17T12:19:20.0461884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-08-17T12:19:20.0473192Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-08-17T12:19:20.0644536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-08-17T12:19:20.1009978Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-08-17T12:19:20.1684577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-08-17T12:19:20.1712623Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-08-17T12:19:20.3598817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-08-17T12:19:20.3637664Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-08-17T12:19:20.4069837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-08-17T12:19:20.4103940Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-08-17T12:19:20.4907126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-08-17T12:19:20.4943009Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-08-17T12:19:20.5184110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-08-17T12:19:20.5526500Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-08-17T12:19:20.6205760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-08-17T12:19:20.6220064Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-08-17T12:19:20.6410894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-08-17T12:19:20.6722854Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-08-17T12:19:20.6730418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-08-17T12:19:20.7162654Z [gw0] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-08-17T12:19:20.7169956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-08-17T12:19:20.7689810Z [gw0] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-08-17T12:19:20.8461360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-08-17T12:19:20.8498640Z [gw0] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-08-17T12:19:20.9033522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-08-17T12:19:20.9074247Z [gw0] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-08-17T12:19:21.0508091Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-08-17T12:19:21.0542091Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-08-17T12:19:21.0881929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-08-17T12:19:21.1011099Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-08-17T12:19:21.1165125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-08-17T12:19:21.1569106Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-08-17T12:19:21.1622047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-08-17T12:19:21.2008585Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-08-17T12:19:21.8760329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-08-17T12:19:21.8868863Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-08-17T12:19:22.7055410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-08-17T12:19:22.7090524Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-08-17T12:19:23.8623829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-08-17T12:19:23.8651559Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-08-17T12:19:24.6997762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-08-17T12:19:24.7036878Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-08-17T12:19:24.7617063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-08-17T12:19:24.7636591Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-08-17T12:19:24.8315695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-08-17T12:19:24.8348670Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-08-17T12:19:24.9512164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:19:24.9550059Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-08-17T12:19:26.6774386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:19:26.6806883Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:19:26.8355392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:19:26.8379226Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:19:27.5651261Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-08-17T12:19:27.5675857Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:19:27.9100859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:19:27.9126493Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:19:29.2757314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:19:29.2793361Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-08-17T12:19:29.8920780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-08-17T12:19:29.8972382Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-08-17T12:19:30.7716916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-08-17T12:19:30.7743655Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:19:31.2373699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:19:31.2397870Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:19:31.3889766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:19:31.3919606Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-08-17T12:19:31.6105054Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-08-17T12:19:31.6136924Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-08-17T12:19:31.6190993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-08-17T12:19:31.6604319Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-08-17T12:19:31.6612813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-08-17T12:19:31.7042309Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-08-17T12:19:31.7050968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-08-17T12:19:31.7127139Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-08-17T12:19:31.7164146Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:19:31.7482165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:19:31.7487582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-08-17T12:19:31.7731154Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-08-17T12:19:31.7754282Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-08-17T12:19:31.7969894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-08-17T12:19:31.7982717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-08-17T12:19:31.8213249Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:19:32.1892865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:19:32.2091121Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-08-17T12:19:32.5244166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-08-17T12:19:32.5273507Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:19:32.6129562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:19:32.6158018Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-08-17T12:19:32.6198377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-08-17T12:19:32.6343199Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-08-17T12:19:32.6369531Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:19:32.6651431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:19:32.8023841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-08-17T12:19:32.8053885Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-08-17T12:19:32.8208441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-08-17T12:19:32.8494100Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-08-17T12:19:32.8520817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-08-17T12:19:32.8933121Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-08-17T12:19:32.8958229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-08-17T12:19:32.9373753Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-08-17T12:19:32.9397591Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-08-17T12:19:32.9813178Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-08-17T12:19:32.9838224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-08-17T12:19:33.0286249Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-08-17T12:19:33.0295562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-08-17T12:19:33.0767613Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-08-17T12:19:33.0774575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-08-17T12:19:33.1209038Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-08-17T12:19:33.1213779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-08-17T12:19:33.1641874Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-08-17T12:19:33.1648224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-08-17T12:19:33.2115022Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-08-17T12:19:33.2119738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-08-17T12:19:33.2601530Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-08-17T12:19:33.2609916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-08-17T12:19:33.3090246Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-08-17T12:19:33.4447350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:19:33.4470536Z [gw2] [ 35%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:19:33.5018949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:19:33.5046397Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-08-17T12:19:33.5230320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-08-17T12:19:33.5258603Z [gw2] [ 35%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:19:33.5762339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-08-17T12:19:33.5791200Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-08-17T12:19:33.5972132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-08-17T12:19:33.6291318Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-08-17T12:19:33.6404282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:19:33.6429146Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:19:33.7016097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-08-17T12:19:33.7037425Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-08-17T12:19:33.7384507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-08-17T12:19:33.7493574Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-08-17T12:19:33.8358513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-08-17T12:19:33.8382158Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-08-17T12:19:33.8411633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:19:33.8838424Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:19:33.8846953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:19:33.8891814Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:19:33.8915119Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:19:33.9330322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-08-17T12:19:33.9339767Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-08-17T12:19:33.9346726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-08-17T12:19:33.9631734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:19:33.9672276Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-08-17T12:19:33.9694068Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-08-17T12:19:33.9773778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-08-17T12:19:33.9973832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-08-17T12:19:34.0212326Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-08-17T12:19:34.2865134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-08-17T12:19:34.2893400Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-08-17T12:19:34.2984065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-08-17T12:19:34.3004129Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-08-17T12:19:34.3452294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-08-17T12:19:34.3473173Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-08-17T12:19:34.3818139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-08-17T12:19:34.3837541Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-08-17T12:19:34.4007153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-08-17T12:19:34.4290511Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-08-17T12:19:34.5763691Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-08-17T12:19:34.5794414Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-08-17T12:19:34.6107122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-08-17T12:19:34.6213058Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-08-17T12:19:34.6243415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:19:34.6264339Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-08-17T12:19:34.6825050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-08-17T12:19:34.6859563Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-08-17T12:19:34.8453799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-08-17T12:19:34.8621800Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-08-17T12:19:34.8954957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-08-17T12:19:34.9129553Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-08-17T12:19:35.3098990Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-08-17T12:19:35.3120762Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-08-17T12:19:35.4151698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-08-17T12:19:35.4209396Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-08-17T12:19:35.5414260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-08-17T12:19:35.5435127Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-08-17T12:19:35.5715976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-08-17T12:19:35.5741925Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:19:35.9058973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:19:35.9076380Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:19:36.2048620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:19:36.2062847Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:19:36.6767938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:19:36.6789160Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:19:37.3246853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:19:37.3261191Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:19:37.6386475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:19:37.6400787Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:19:38.3679663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:19:38.3726092Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-08-17T12:19:38.4034388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-08-17T12:19:38.4056390Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:19:38.7164601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:19:38.7203528Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:19:38.7298769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:19:38.7324819Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:19:38.9216759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:19:38.9241699Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-08-17T12:19:38.9433345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-08-17T12:19:38.9462410Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:19:38.9513470Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:19:38.9655135Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-08-17T12:19:39.8028313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-08-17T12:19:39.8054008Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:19:39.9365366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:19:39.9393376Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:19:40.0029135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:19:40.0045039Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-08-17T12:19:40.2793652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-08-17T12:19:40.2818791Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:19:40.4482627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:19:40.4506687Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-08-17T12:19:40.5280032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-08-17T12:19:40.5306541Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:19:40.5667069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:19:40.5694113Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-08-17T12:19:41.0811110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:19:41.0829683Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:19:41.1797312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-08-17T12:19:41.1821896Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-08-17T12:19:41.3194925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-08-17T12:19:41.3237562Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-08-17T12:19:41.4290605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-08-17T12:19:41.4320420Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-08-17T12:19:41.4411075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-08-17T12:19:41.4810356Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-08-17T12:19:41.5465365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-08-17T12:19:41.5503167Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-08-17T12:19:41.5859115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-08-17T12:19:41.5934786Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-08-17T12:19:41.6873771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-08-17T12:19:41.6896629Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-08-17T12:19:41.7113190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-08-17T12:19:41.7409834Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-08-17T12:19:41.8434843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-08-17T12:19:41.8457671Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-08-17T12:19:41.8649183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-08-17T12:19:41.9010599Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-08-17T12:19:41.9491754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eig_cpu_complex128 2022-08-17T12:19:41.9528870Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eig_cpu_complex128 2022-08-17T12:19:41.9772035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eig_cpu_float64 2022-08-17T12:19:41.9934146Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eig_cpu_float64 2022-08-17T12:19:42.4843629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-08-17T12:19:42.4865508Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-08-17T12:19:42.5868212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-08-17T12:19:42.5892616Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-08-17T12:19:42.5928330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-08-17T12:19:42.6367334Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-08-17T12:19:42.6376057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-08-17T12:19:42.6804957Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-08-17T12:19:42.6813431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-08-17T12:19:42.7284338Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-08-17T12:19:42.7292954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-08-17T12:19:42.7726165Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-08-17T12:19:42.7734352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-08-17T12:19:42.8164807Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-08-17T12:19:42.8173179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-08-17T12:19:42.8603911Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-08-17T12:19:42.8612788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-08-17T12:19:42.9042427Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-08-17T12:19:42.9050831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-08-17T12:19:42.9523378Z [gw0] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-08-17T12:19:42.9531676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-08-17T12:19:42.9971316Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-08-17T12:19:43.0042307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-08-17T12:19:43.0407975Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-08-17T12:19:43.0417330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-08-17T12:19:43.0785802Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-08-17T12:19:43.0910596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-08-17T12:19:43.1233586Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-08-17T12:19:43.1957976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-08-17T12:19:43.1998692Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-08-17T12:19:43.2254868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-08-17T12:19:43.2412805Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-08-17T12:19:43.3208752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-08-17T12:19:43.3248087Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-08-17T12:19:43.3518639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-08-17T12:19:43.3770347Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-08-17T12:19:43.5695228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-08-17T12:19:43.5718584Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-08-17T12:19:43.6029902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-08-17T12:19:43.6195152Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-08-17T12:19:43.6200821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-08-17T12:19:43.6688490Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-08-17T12:19:43.8521099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-08-17T12:19:43.8558743Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-08-17T12:19:43.9474090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-08-17T12:19:43.9504463Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-08-17T12:19:44.1898816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-08-17T12:19:44.1936507Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-08-17T12:19:44.2889781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-08-17T12:19:44.2927060Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-08-17T12:19:44.6611905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-08-17T12:19:44.6652276Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-08-17T12:19:44.7157736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-08-17T12:19:44.7178344Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:19:44.7788377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:19:44.7825163Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-08-17T12:19:44.9276293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-08-17T12:19:44.9315926Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-08-17T12:19:44.9673615Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-08-17T12:19:44.9771327Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-08-17T12:19:45.1096120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-08-17T12:19:45.1126319Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-08-17T12:19:45.1735349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-08-17T12:19:45.1768353Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-08-17T12:19:45.3236988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-08-17T12:19:45.3262556Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-08-17T12:19:45.3921257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-08-17T12:19:45.3942170Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-08-17T12:19:45.5736562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-08-17T12:19:45.5771519Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-08-17T12:19:45.7399784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-08-17T12:19:45.7435404Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-08-17T12:19:45.8021402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-08-17T12:19:45.8044295Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:19:45.9524649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:19:45.9558579Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-08-17T12:19:46.0408506Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-08-17T12:19:46.0446917Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-08-17T12:19:46.2796015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-08-17T12:19:46.2834900Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-08-17T12:19:46.3838455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-08-17T12:19:46.3865811Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-08-17T12:19:46.6687395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-08-17T12:19:46.6729488Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-08-17T12:19:46.8465875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-08-17T12:19:46.8499235Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-08-17T12:19:46.8937223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-08-17T12:19:46.8969198Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:19:46.9962612Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:19:47.0004290Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-08-17T12:19:47.0358620Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-08-17T12:19:47.0411185Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-08-17T12:19:47.0960563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-08-17T12:19:47.0990379Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:19:47.1203463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:19:47.1232943Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-08-17T12:19:47.2105556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-08-17T12:19:47.2134957Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-08-17T12:19:47.3130935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-08-17T12:19:47.3167219Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-08-17T12:19:47.4319716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-08-17T12:19:47.4362170Z [gw3] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:19:47.4560602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:19:47.4590038Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-08-17T12:19:47.5134746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-08-17T12:19:47.5159534Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-08-17T12:19:47.5943817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-08-17T12:19:47.6019270Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:19:47.6534001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:19:47.6563141Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-08-17T12:19:47.7145141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-08-17T12:19:47.7173763Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-08-17T12:19:47.7855001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-08-17T12:19:47.7883777Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:19:47.8600814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-08-17T12:19:47.8627212Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-08-17T12:19:47.9003252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-08-17T12:19:47.9130558Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-08-17T12:19:47.9475729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-08-17T12:19:47.9533346Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-08-17T12:19:47.9761950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-08-17T12:19:47.9799357Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-08-17T12:19:48.0027127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-08-17T12:19:48.0290102Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-08-17T12:19:48.0423915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:19:48.0438128Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-08-17T12:19:48.0619444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-08-17T12:19:48.0641215Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:19:48.1543907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-08-17T12:19:48.1571932Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-08-17T12:19:48.2783423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-08-17T12:19:48.2818270Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-08-17T12:19:48.2917794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-08-17T12:19:48.2952633Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:19:48.3052527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:19:48.3083028Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:19:48.3151300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-08-17T12:19:48.3295265Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-08-17T12:19:48.3344600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-08-17T12:19:48.3493811Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-08-17T12:19:48.4355374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:19:48.4389307Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:19:48.4836433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:19:48.4853492Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-08-17T12:19:48.5052863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-08-17T12:19:48.5373259Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-08-17T12:19:48.5485250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-08-17T12:19:48.5512957Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:19:48.5569296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:19:48.5979980Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:19:48.5980665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:19:48.6406379Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:19:48.6420487Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-08-17T12:19:48.6428146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:19:48.6448131Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:19:48.6854862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-08-17T12:19:48.6863099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:19:48.7253881Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:19:48.7279315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:19:48.7322361Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:19:48.7332455Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-08-17T12:19:48.7342310Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-08-17T12:19:48.7342908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-08-17T12:19:48.7607999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:19:48.7654348Z [gw2] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:19:48.7691838Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-08-17T12:19:48.7718236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:19:48.7773670Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:19:48.7776510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-08-17T12:19:48.7911681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-08-17T12:19:48.8033905Z [gw2] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-08-17T12:19:48.8045502Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:19:48.8053900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:19:48.8132022Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-08-17T12:19:48.8152284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:19:48.8214109Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:19:48.8218169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-08-17T12:19:48.8293347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-08-17T12:19:48.8571983Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-08-17T12:19:48.8590190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:19:48.8651614Z [gw1] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:19:48.8755536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-08-17T12:19:48.8769876Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:19:48.8934958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:19:48.9011581Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-08-17T12:19:48.9091564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:19:48.9172549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-08-17T12:19:48.9685784Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-08-17T12:19:48.9690143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-08-17T12:19:49.0089881Z [gw0] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-08-17T12:19:49.0125024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-08-17T12:19:49.0451415Z [gw0] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-08-17T12:19:49.4037792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-08-17T12:19:49.4052306Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:19:49.5582110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:19:49.5617371Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-08-17T12:19:49.6820225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-08-17T12:19:49.6843635Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-08-17T12:19:49.6958780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-08-17T12:19:49.7281773Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-08-17T12:19:49.7288285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-08-17T12:19:49.7769528Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-08-17T12:19:49.8366357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-08-17T12:19:49.8499099Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-08-17T12:19:49.9409371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-08-17T12:19:49.9431562Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:19:49.9441047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:19:49.9466394Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-08-17T12:19:49.9959367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-08-17T12:19:49.9979350Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-08-17T12:19:50.0087221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-08-17T12:19:50.0487136Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-08-17T12:19:50.0849532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-08-17T12:19:50.0892774Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-08-17T12:19:50.0924537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-08-17T12:19:50.1034296Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-08-17T12:19:50.1040952Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-08-17T12:19:50.1361107Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-08-17T12:19:50.1366455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-08-17T12:19:50.1792364Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-08-17T12:19:50.2575882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-08-17T12:19:50.2594368Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-08-17T12:19:50.2962132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-08-17T12:19:50.3014530Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-08-17T12:19:50.3365701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-08-17T12:19:50.3451776Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-08-17T12:19:50.3480162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-08-17T12:19:50.3891950Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-08-17T12:19:50.3920458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-08-17T12:19:50.4332586Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-08-17T12:19:50.4358742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-08-17T12:19:50.4509704Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-08-17T12:19:50.4523552Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-08-17T12:19:50.4772203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-08-17T12:19:50.5100843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-08-17T12:19:50.5117091Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-08-17T12:19:50.5146012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-08-17T12:19:50.5561301Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-08-17T12:19:50.5566155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-08-17T12:19:50.6089664Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-08-17T12:19:50.8319386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:19:50.8341832Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-08-17T12:19:50.9010191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-08-17T12:19:50.9038363Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-08-17T12:19:50.9076988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-08-17T12:19:50.9529773Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-08-17T12:19:50.9596316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-08-17T12:19:50.9892255Z [gw0] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-08-17T12:19:50.9985697Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-08-17T12:19:51.0333003Z [gw0] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-08-17T12:19:51.0358940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-08-17T12:19:51.0774150Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-08-17T12:19:51.1016680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-08-17T12:19:51.1241307Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-08-17T12:19:51.1250257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-08-17T12:19:51.1689631Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-08-17T12:19:51.1698353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-08-17T12:19:51.1824127Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-08-17T12:19:51.1832889Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:19:51.2169519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:19:51.3747833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-08-17T12:19:51.3761837Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-08-17T12:19:51.3770641Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:19:51.3819076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:19:51.4376538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-08-17T12:19:51.4391664Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-08-17T12:19:51.5327879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-08-17T12:19:51.5353082Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-08-17T12:19:51.5564520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-08-17T12:19:51.5799364Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-08-17T12:19:51.6872264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-08-17T12:19:51.7133134Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-08-17T12:19:51.7274915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-08-17T12:19:51.7611005Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-08-17T12:19:51.7617376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-08-17T12:19:51.8048801Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-08-17T12:19:51.8054427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-08-17T12:19:51.8569658Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-08-17T12:19:51.8990705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-08-17T12:19:51.9131068Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-08-17T12:19:51.9917344Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-08-17T12:19:51.9936591Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:19:52.0713845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:19:52.0732618Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:19:52.0765273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-08-17T12:19:52.1200602Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-08-17T12:19:52.1206368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-08-17T12:19:52.1640134Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-08-17T12:19:52.1645934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-08-17T12:19:52.2327294Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-08-17T12:19:52.2839306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:19:52.2851473Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-08-17T12:19:52.3359920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-08-17T12:19:52.3383615Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-08-17T12:19:52.4095510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-08-17T12:19:52.4119265Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-08-17T12:19:52.4300289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-08-17T12:19:52.4608919Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-08-17T12:19:52.5222944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-08-17T12:19:52.5255290Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-08-17T12:19:52.5490029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-08-17T12:19:52.5769675Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-08-17T12:19:52.6620909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-08-17T12:19:52.6642450Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:19:52.6838569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:19:52.6859284Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-08-17T12:19:52.7082937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-08-17T12:19:52.7369858Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-08-17T12:19:52.7458681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-08-17T12:19:52.7482591Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:19:52.9362756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-08-17T12:19:52.9392570Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-08-17T12:19:52.9406393Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:19:52.9416799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-08-17T12:19:52.9720907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-08-17T12:19:52.9818177Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-08-17T12:19:52.9841852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-08-17T12:19:52.9864060Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-08-17T12:19:52.9983931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-08-17T12:19:53.0369963Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-08-17T12:19:53.1199751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-08-17T12:19:53.1321142Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-08-17T12:19:53.1336686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-08-17T12:19:53.1355382Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-08-17T12:19:53.1636957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:19:53.1733710Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-08-17T12:19:53.1763591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-08-17T12:19:53.2214689Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-08-17T12:19:53.2219957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-08-17T12:19:53.2652641Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-08-17T12:19:53.3822064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inverse_cpu_complex128 2022-08-17T12:19:53.3842501Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:19:53.4406609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-08-17T12:19:53.4433727Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-08-17T12:19:53.4666135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:19:53.4743755Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:19:53.4758134Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inverse_cpu_complex128 2022-08-17T12:19:53.4970002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inverse_cpu_float64 2022-08-17T12:19:53.5042741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:19:53.5081549Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:19:53.5212645Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inverse_cpu_float64 2022-08-17T12:19:53.5239769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-08-17T12:19:53.5450359Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-08-17T12:19:53.5536520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-08-17T12:19:53.5723686Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-08-17T12:19:53.5727852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-08-17T12:19:53.5889895Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-08-17T12:19:53.6054197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:19:53.6203275Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:19:53.6207233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-08-17T12:19:53.6329992Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-08-17T12:19:53.6645757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:19:53.6649502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-08-17T12:19:53.7130185Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-08-17T12:19:53.7133395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-08-17T12:19:53.7201575Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-08-17T12:19:53.7217111Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:19:53.7568352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:19:53.7572525Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-08-17T12:19:53.7845118Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-08-17T12:19:53.7860203Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:19:53.8009687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:19:53.8013623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-08-17T12:19:53.8459735Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-08-17T12:19:53.8463364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-08-17T12:19:53.8928866Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-08-17T12:19:53.8932437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-08-17T12:19:53.9407801Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-08-17T12:19:53.9415745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-08-17T12:19:53.9644433Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-08-17T12:19:53.9675319Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:19:53.9887264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:19:53.9895473Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-08-17T12:19:54.0040256Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-08-17T12:19:54.0061746Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-08-17T12:19:54.0366960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-08-17T12:19:54.0372170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-08-17T12:19:54.0847707Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-08-17T12:19:54.0852623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-08-17T12:19:54.1029238Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-08-17T12:19:54.1057036Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:19:54.1371437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:19:54.2286497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-08-17T12:19:54.2317162Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:19:54.2583113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:19:54.2622881Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-08-17T12:19:54.2695147Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-08-17T12:19:54.3014855Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-08-17T12:19:54.3034514Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:19:54.3131857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:19:54.3218489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-08-17T12:19:54.3570867Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-08-17T12:19:54.3642934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-08-17T12:19:54.3669432Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-08-17T12:19:54.3695396Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:19:54.4010449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:19:54.4059081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-08-17T12:19:54.4418230Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-08-17T12:19:54.4423282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-08-17T12:19:54.4580205Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-08-17T12:19:54.4606868Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:19:54.4858012Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:19:54.4863449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-08-17T12:19:54.5173415Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-08-17T12:19:54.5178695Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:19:54.5251398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-08-17T12:19:54.6633426Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-08-17T12:19:54.6689335Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-08-17T12:19:54.7937339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:19:54.7949079Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:19:54.8511074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:19:54.8543470Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:19:54.9316973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:19:54.9329284Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:19:54.9896291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:19:54.9917637Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:19:55.9393703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-08-17T12:19:55.9416485Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-08-17T12:19:56.1416738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-08-17T12:19:56.1444381Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-08-17T12:19:56.2511930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:19:56.2552374Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:19:56.2854438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:19:56.2972970Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:19:56.4756148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:19:56.4786548Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:19:56.9851799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:19:56.9896903Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-08-17T12:19:57.5135181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-08-17T12:19:57.5172908Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-08-17T12:19:59.5023644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:19:59.5055514Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-08-17T12:19:59.7415372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-08-17T12:19:59.7455812Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:20:00.2021520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:20:00.2052216Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:20:04.1302454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:20:04.1351592Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:20:04.7329258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:20:04.7352692Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-08-17T12:20:04.7400595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:20:04.7745693Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:20:04.7775627Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:20:04.7804349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:20:04.7814437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:20:04.8282708Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:20:04.8293962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:20:04.8720920Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:20:04.8731956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:20:04.9200518Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:20:04.9206712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-08-17T12:20:04.9639561Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-08-17T12:20:04.9645005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-08-17T12:20:05.0119843Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-08-17T12:20:05.0125330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:20:05.0563158Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:20:05.0568803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:20:05.1008825Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:20:05.1124188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-08-17T12:20:05.1528717Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-08-17T12:20:05.3725130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-08-17T12:20:05.3740481Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:20:05.9764499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-08-17T12:20:05.9799247Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-08-17T12:20:06.0680628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-08-17T12:20:06.0712624Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-08-17T12:20:06.1705169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-08-17T12:20:06.1736052Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-08-17T12:20:06.2509728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:20:06.2546903Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-08-17T12:20:06.5213505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-08-17T12:20:06.5254993Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-08-17T12:20:06.9418675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-08-17T12:20:06.9447361Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-08-17T12:20:07.3701728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-08-17T12:20:07.3748463Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-08-17T12:20:07.6137953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-08-17T12:20:07.6157452Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-08-17T12:20:07.6445748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-08-17T12:20:07.6469715Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:20:07.6470588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:20:07.6652822Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-08-17T12:20:08.2907196Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-08-17T12:20:08.2940177Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-08-17T12:20:08.3611304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-08-17T12:20:08.3634296Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:20:08.3954033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-08-17T12:20:08.3998040Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-08-17T12:20:08.7833918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-08-17T12:20:08.7856266Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-08-17T12:20:09.8808183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-08-17T12:20:09.8827483Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-08-17T12:20:10.1606596Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-08-17T12:20:10.1633228Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-08-17T12:20:10.6718201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-08-17T12:20:10.6752528Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-08-17T12:20:10.6927345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-08-17T12:20:10.6961251Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-08-17T12:20:10.9572568Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-08-17T12:20:10.9617877Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-08-17T12:20:11.0067205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:20:11.0084678Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-08-17T12:20:11.0663989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-08-17T12:20:11.0718844Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-08-17T12:20:11.1954671Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:20:11.1988210Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:20:11.2278913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-08-17T12:20:11.2412986Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-08-17T12:20:13.8235968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:20:13.8281918Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:20:14.4878940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:20:14.4926559Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:20:15.1323859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:20:15.1348029Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:20:15.1631899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-08-17T12:20:15.1657824Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:20:15.7402719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:20:15.7425080Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-08-17T12:20:15.8940042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-08-17T12:20:15.8978689Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-08-17T12:20:16.2700369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-08-17T12:20:16.3054718Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:20:16.5379369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:20:16.5412909Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-08-17T12:20:16.6773917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-08-17T12:20:16.6804666Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-08-17T12:20:17.5650458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-08-17T12:20:17.5686704Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:20:17.8101243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-08-17T12:20:17.8151711Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-08-17T12:20:17.8612449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-08-17T12:20:17.8655140Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-08-17T12:20:18.1893627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-08-17T12:20:18.1940849Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-08-17T12:20:18.8768136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:20:18.8816148Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:20:19.2169880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:20:19.2207792Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:20:19.2887364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-08-17T12:20:19.2919360Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-08-17T12:20:19.4126491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-08-17T12:20:19.4169583Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-08-17T12:20:19.7720058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-08-17T12:20:19.7767496Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-08-17T12:20:19.8019393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-08-17T12:20:19.8063316Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-08-17T12:20:19.8093644Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-08-17T12:20:19.8272471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-08-17T12:20:19.8384287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-08-17T12:20:19.8413587Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:20:19.8842868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:20:19.8870566Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-08-17T12:20:20.1653812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-08-17T12:20:20.1679008Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-08-17T12:20:20.2036287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-08-17T12:20:20.2132840Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-08-17T12:20:20.2167852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:20:20.2601819Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:20:20.2610366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:20:20.3129993Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:20:20.5024672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-08-17T12:20:20.5053801Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-08-17T12:20:20.6622431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-08-17T12:20:20.6687688Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-08-17T12:20:20.9568391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-08-17T12:20:20.9605957Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:20:20.9646854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:20:21.0040309Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:20:21.3461841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:20:21.3482599Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-08-17T12:20:21.3739273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-08-17T12:20:21.3779744Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:20:21.3830949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:20:21.4235193Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:20:21.4361232Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:20:21.4396668Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-08-17T12:20:21.4955758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-08-17T12:20:21.4984395Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-08-17T12:20:21.5712161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-08-17T12:20:21.5754877Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-08-17T12:20:21.6489859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-08-17T12:20:21.6534321Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-08-17T12:20:21.7942189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-08-17T12:20:21.7979925Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-08-17T12:20:22.0576369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-08-17T12:20:22.0612275Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:20:22.0650719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:20:22.1067734Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:20:22.3895663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:20:22.3920015Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:20:22.4043826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-08-17T12:20:22.4409732Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-08-17T12:20:22.4774531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:20:22.4827049Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:20:22.5169594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:20:22.5252642Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:20:22.5414992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:20:22.5770860Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:20:22.5914367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:20:22.6132332Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:20:22.7005030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:20:22.7028324Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-08-17T12:20:22.9101544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-08-17T12:20:22.9126173Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-08-17T12:20:23.0114685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-08-17T12:20:23.0136935Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:20:23.3066068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-08-17T12:20:23.3066762Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-08-17T12:20:23.3312138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-08-17T12:20:23.3412731Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-08-17T12:20:23.4544015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:20:23.4565043Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:20:23.4824529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:20:23.5049707Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:20:23.6967037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:20:23.6986869Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:20:24.3889414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:20:24.3915750Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:20:24.5771199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:20:24.5794053Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:20:24.5936792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:20:24.5961189Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:20:24.8828999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:20:24.8853823Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-08-17T12:20:24.9730254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-08-17T12:20:24.9854113Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:20:25.0618766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:20:25.0659654Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:20:25.2895482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:20:25.2920109Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-08-17T12:20:25.2981246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:20:25.3153093Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:20:25.3173653Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:20:25.3363107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:20:25.3367997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-08-17T12:20:25.3585087Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-08-17T12:20:25.3612145Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:20:25.3849914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:20:25.4799439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:20:25.4823519Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:20:25.5196758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:20:25.5252601Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:20:25.5557528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-08-17T12:20:25.5769621Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-08-17T12:20:25.6369552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:20:25.6397708Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:20:25.6619815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:20:25.6912730Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:20:25.7445947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:20:25.7474824Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:20:25.7566582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:20:25.7970102Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:20:26.0477490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:20:26.0497366Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:20:26.1537270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:20:26.1557609Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:20:26.4947064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-08-17T12:20:26.4969184Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:20:26.6053457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-08-17T12:20:26.6076434Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-08-17T12:20:26.6196334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-08-17T12:20:26.6570531Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-08-17T12:20:26.6650498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-08-17T12:20:26.6770053Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-08-17T12:20:26.6793456Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-08-17T12:20:26.7049911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-08-17T12:20:26.7249257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-08-17T12:20:26.7412054Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-08-17T12:20:26.7521924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-08-17T12:20:26.7892943Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-08-17T12:20:26.7911217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:20:26.7919541Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-08-17T12:20:26.7949302Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:20:26.8450476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-08-17T12:20:26.8484731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-08-17T12:20:26.8929969Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-08-17T12:20:26.9706064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:20:26.9740470Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:20:27.0305707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:20:27.0321025Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:20:27.0728935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-08-17T12:20:27.0773825Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-08-17T12:20:27.1392752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:20:27.1410053Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:20:27.1642781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:20:27.1889822Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:20:27.1963538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-08-17T12:20:27.2331583Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-08-17T12:20:27.2553199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-08-17T12:20:27.2694079Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-08-17T12:20:27.3355291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-08-17T12:20:27.3376229Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-08-17T12:20:27.3526959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-08-17T12:20:27.3889213Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-08-17T12:20:27.4161615Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:20:27.4251413Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:20:27.4361076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:20:27.4399029Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:20:27.4411695Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:20:27.4729559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:20:27.4975369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-08-17T12:20:27.5250272Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-08-17T12:20:27.6720716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:20:27.6741702Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-08-17T12:20:27.8211478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-08-17T12:20:27.8235634Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-08-17T12:20:27.8463125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-08-17T12:20:27.8530092Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:20:27.9758603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:20:27.9804783Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:20:27.9853268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:20:27.9877623Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:20:28.0748615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:20:28.0760845Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-08-17T12:20:28.1017756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-08-17T12:20:28.1173502Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-08-17T12:20:28.1620361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:20:28.1650485Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:20:28.2153254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-08-17T12:20:28.2163511Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:20:28.3627130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:20:28.3774468Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:20:28.4671445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-08-17T12:20:28.4696081Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-08-17T12:20:28.5036974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-08-17T12:20:28.5132711Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-08-17T12:20:28.5689453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:20:28.5714077Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:20:28.9811355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-08-17T12:20:28.9836644Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-08-17T12:20:29.0759761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-08-17T12:20:29.0784235Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-08-17T12:20:29.5350504Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-08-17T12:20:29.5388285Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-08-17T12:20:29.6285207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-08-17T12:20:29.6320515Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-08-17T12:20:30.3009197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-08-17T12:20:30.3047650Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-08-17T12:20:30.4607763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-08-17T12:20:30.4643423Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-08-17T12:20:31.5209335Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-08-17T12:20:31.5234809Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-08-17T12:20:31.6745158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-08-17T12:20:31.6760981Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-08-17T12:20:31.6773673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-08-17T12:20:31.7251122Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-08-17T12:20:31.9870106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-08-17T12:20:31.9891802Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-08-17T12:20:32.0161402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-08-17T12:20:32.0322294Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-08-17T12:20:32.0327901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:20:32.0762498Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:20:32.0768509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-08-17T12:20:32.1250805Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-08-17T12:20:32.1483100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-08-17T12:20:32.1650706Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-08-17T12:20:32.1673829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-08-17T12:20:32.2209340Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-08-17T12:20:32.2298450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-08-17T12:20:32.2569829Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-08-17T12:20:32.2572031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-08-17T12:20:32.2971692Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-08-17T12:20:32.6769890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-08-17T12:20:32.6795055Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-08-17T12:20:32.7384918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-08-17T12:20:32.7392015Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-08-17T12:20:33.0560320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-08-17T12:20:33.0574628Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-08-17T12:20:33.1185202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-08-17T12:20:33.1198869Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-08-17T12:20:33.4719778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-08-17T12:20:33.4747085Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-08-17T12:20:33.5465262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-08-17T12:20:33.5491187Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-08-17T12:20:33.6843064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-08-17T12:20:33.6870068Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-08-17T12:20:34.3775882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-08-17T12:20:34.3802159Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-08-17T12:20:34.5544258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-08-17T12:20:34.5582650Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-08-17T12:20:34.6425680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-08-17T12:20:34.6446322Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-08-17T12:20:34.8929855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-08-17T12:20:34.8960629Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-08-17T12:20:34.9139230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:20:34.9357882Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:20:34.9387879Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-08-17T12:20:34.9451223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-08-17T12:20:35.0087863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:20:35.0109711Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-08-17T12:20:35.0154473Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:20:35.0185195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-08-17T12:20:35.0252804Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-08-17T12:20:35.0277213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-08-17T12:20:35.0601959Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-08-17T12:20:35.0609165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-08-17T12:20:35.0722501Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-08-17T12:20:35.0727243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-08-17T12:20:35.1012300Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-08-17T12:20:35.1134205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-08-17T12:20:35.5028100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:20:35.5044953Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:20:35.5733125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:20:35.5755948Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-08-17T12:20:35.7178168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-08-17T12:20:35.7205097Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-08-17T12:20:36.6175109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-08-17T12:20:36.6204322Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-08-17T12:20:37.3217785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-08-17T12:20:37.3243601Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-08-17T12:20:37.3279848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-08-17T12:20:37.3723330Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-08-17T12:20:37.3732932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-08-17T12:20:37.4210928Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-08-17T12:20:38.0556745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-08-17T12:20:38.0583906Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-08-17T12:20:38.1973170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-08-17T12:20:38.1994371Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-08-17T12:20:38.6010210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-08-17T12:20:38.6021758Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-08-17T12:20:38.6480168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-08-17T12:20:38.6490895Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-08-17T12:20:38.7164681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-08-17T12:20:38.7178692Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-08-17T12:20:38.7933360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-08-17T12:20:38.7943759Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-08-17T12:20:39.1363349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-08-17T12:20:39.1374458Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-08-17T12:20:41.7395387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-08-17T12:20:41.7421530Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-08-17T12:20:42.4312885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-08-17T12:20:42.4347060Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-08-17T12:20:42.5879559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-08-17T12:20:42.5899366Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-08-17T12:20:45.9388312Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-08-17T12:20:45.9405574Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-08-17T12:20:46.4538769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-08-17T12:20:46.4564249Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-08-17T12:20:46.5752431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-08-17T12:20:46.5765155Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-08-17T12:20:47.9346985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-08-17T12:20:47.9373021Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-08-17T12:20:48.2697450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-08-17T12:20:48.2706541Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-08-17T12:20:48.3834041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-08-17T12:20:48.3847849Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-08-17T12:20:48.4982279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-08-17T12:20:48.4995730Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-08-17T12:20:50.8541523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-08-17T12:20:50.8568166Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:20:51.6667231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:20:51.6691006Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-08-17T12:20:52.3924501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-08-17T12:20:52.3944213Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-08-17T12:20:54.3385874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-08-17T12:20:54.3422646Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-08-17T12:20:54.7151236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-08-17T12:20:54.7180276Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-08-17T12:20:56.5587383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-08-17T12:20:56.5599832Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-08-17T12:20:56.9106162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-08-17T12:20:56.9113122Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-08-17T12:20:56.9239914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-08-17T12:20:56.9531468Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-08-17T12:20:56.9576800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-08-17T12:20:56.9973196Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-08-17T12:20:57.0451159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-08-17T12:20:57.0465986Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-08-17T12:20:57.0596340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-08-17T12:20:57.0893060Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-08-17T12:20:57.1355625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-08-17T12:20:57.1366682Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-08-17T12:20:57.1478368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-08-17T12:20:57.1773096Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-08-17T12:20:57.7861632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-08-17T12:20:57.7884177Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-08-17T12:20:57.9295166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-08-17T12:20:57.9317284Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-08-17T12:20:59.4018494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-08-17T12:20:59.4038794Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-08-17T12:20:59.5016115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-08-17T12:20:59.5042359Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-08-17T12:21:00.0979813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-08-17T12:21:00.1005591Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-08-17T12:21:00.2050605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-08-17T12:21:00.2073447Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-08-17T12:21:00.8102412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-08-17T12:21:00.8150656Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-08-17T12:21:00.9894810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-08-17T12:21:00.9925405Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-08-17T12:21:01.2996493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-08-17T12:21:01.3027686Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-08-17T12:21:01.3406976Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-08-17T12:21:01.3530064Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-08-17T12:21:01.7108922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-08-17T12:21:01.7135642Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-08-17T12:21:01.7438632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-08-17T12:21:01.7573667Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-08-17T12:21:02.1132918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-08-17T12:21:02.1154565Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-08-17T12:21:02.1731112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-08-17T12:21:02.1752268Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-08-17T12:21:02.3739396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-08-17T12:21:02.3764754Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-08-17T12:21:02.4132698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-08-17T12:21:02.4172912Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-08-17T12:21:02.4207245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-08-17T12:21:02.4641117Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-08-17T12:21:02.4649754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-08-17T12:21:02.5080881Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-08-17T12:21:02.5089362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-08-17T12:21:02.5523294Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-08-17T12:21:02.5531933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-08-17T12:21:02.6010254Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-08-17T12:21:02.6682075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-08-17T12:21:02.6716500Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-08-17T12:21:02.7305053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-08-17T12:21:02.7327625Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-08-17T12:21:02.7360620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-08-17T12:21:02.7810406Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-08-17T12:21:02.8055162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-08-17T12:21:02.8174323Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-08-17T12:21:02.8227049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-08-17T12:21:02.8613298Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-08-17T12:21:02.8641550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-08-17T12:21:02.9052771Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-08-17T12:21:02.9076550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-08-17T12:21:02.9492797Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-08-17T12:21:02.9524583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-08-17T12:21:02.9932385Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-08-17T12:21:02.9959837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-08-17T12:21:03.0372971Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-08-17T12:21:03.0405096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-08-17T12:21:03.0812816Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-08-17T12:21:03.0840504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-08-17T12:21:03.1255459Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-08-17T12:21:03.1282828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-08-17T12:21:03.1695500Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-08-17T12:21:03.1727877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-08-17T12:21:03.2170290Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-08-17T12:21:03.2181044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-08-17T12:21:03.2578912Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-08-17T12:21:03.2619221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-08-17T12:21:03.3020118Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-08-17T12:21:03.4911362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-08-17T12:21:03.4918935Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-08-17T12:21:03.5308653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-08-17T12:21:03.5335275Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-08-17T12:21:03.5537080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-08-17T12:21:03.5776574Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-08-17T12:21:03.5840870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-08-17T12:21:03.6216657Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-08-17T12:21:03.6410554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-08-17T12:21:03.6658648Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-08-17T12:21:03.6722554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-08-17T12:21:03.7097588Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-08-17T12:21:03.7652417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-08-17T12:21:03.7665625Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-08-17T12:21:03.7857163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-08-17T12:21:03.8096935Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-08-17T12:21:03.8172060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-08-17T12:21:03.8535212Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-08-17T12:21:03.8789795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-08-17T12:21:03.9012523Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-08-17T12:21:03.9083414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-08-17T12:21:03.9494715Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-08-17T12:21:04.2073043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-08-17T12:21:04.2083705Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-08-17T12:21:04.2480595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-08-17T12:21:04.2494756Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-08-17T12:21:04.4431383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-08-17T12:21:04.4443535Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-08-17T12:21:04.4763433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-08-17T12:21:04.4852359Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-08-17T12:21:04.7454582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-08-17T12:21:04.7465764Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-08-17T12:21:04.7902936Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-08-17T12:21:04.7913818Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-08-17T12:21:06.2769859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-08-17T12:21:06.2793238Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-08-17T12:21:06.4149204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-08-17T12:21:06.4191882Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-08-17T12:21:06.4475550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-08-17T12:21:06.4613843Z [gw0] [ 42%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-08-17T12:21:06.4722655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-08-17T12:21:06.5117355Z [gw0] [ 42%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-08-17T12:21:06.5125011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-08-17T12:21:06.5573440Z [gw0] [ 42%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-08-17T12:21:06.8066930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-08-17T12:21:06.8096231Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-08-17T12:21:06.8378339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-08-17T12:21:06.8560930Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-08-17T12:21:06.9534489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-08-17T12:21:06.9559241Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-08-17T12:21:06.9819599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-08-17T12:21:07.0007209Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-08-17T12:21:07.0015929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-08-17T12:21:07.0446112Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-08-17T12:21:07.0454751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-08-17T12:21:07.0931718Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-08-17T12:21:07.2444401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-08-17T12:21:07.2468224Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-08-17T12:21:07.2778409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-08-17T12:21:07.2893403Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-08-17T12:21:07.4232670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-08-17T12:21:07.4257050Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-08-17T12:21:07.4556279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-08-17T12:21:07.4731987Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-08-17T12:21:07.4784638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-08-17T12:21:07.5133507Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-08-17T12:21:07.5167103Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-08-17T12:21:07.5604176Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-08-17T12:21:07.5610732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-08-17T12:21:07.6090388Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-08-17T12:21:07.7329277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-08-17T12:21:07.7451489Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-08-17T12:21:07.7737806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-08-17T12:21:07.7854063Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-08-17T12:21:08.0966453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-08-17T12:21:08.0990755Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-08-17T12:21:08.1412546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-08-17T12:21:08.1438259Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-08-17T12:21:08.2332331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-08-17T12:21:08.2343161Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-08-17T12:21:08.2400845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-08-17T12:21:08.2774220Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-08-17T12:21:08.2988129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-08-17T12:21:08.3290765Z [gw0] [ 43%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-08-17T12:21:08.3306079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-08-17T12:21:08.3653651Z [gw0] [ 43%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-08-17T12:21:08.3680071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-08-17T12:21:08.4134889Z [gw0] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-08-17T12:21:08.4166971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-08-17T12:21:08.4653344Z [gw0] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-08-17T12:21:08.4695343Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-08-17T12:21:08.5093662Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-08-17T12:21:08.5106444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-08-17T12:21:08.5531382Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-08-17T12:21:09.0107718Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-08-17T12:21:09.0134167Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-08-17T12:21:09.1135778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-08-17T12:21:09.1159693Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-08-17T12:21:10.0363667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-08-17T12:21:10.0398789Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-08-17T12:21:10.2266202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-08-17T12:21:10.2282640Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-08-17T12:21:10.3070316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-08-17T12:21:10.3095381Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-08-17T12:21:10.3295500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-08-17T12:21:10.3610551Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-08-17T12:21:10.4175738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-08-17T12:21:10.4199657Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-08-17T12:21:10.4695905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-08-17T12:21:10.4703139Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-08-17T12:21:10.5186218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-08-17T12:21:10.5199003Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-08-17T12:21:10.5438744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-08-17T12:21:10.5613242Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-08-17T12:21:10.5704658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-08-17T12:21:10.6052555Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-08-17T12:21:10.7020179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-08-17T12:21:10.7031964Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-08-17T12:21:10.7208780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-08-17T12:21:10.7507065Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-08-17T12:21:11.1609729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-08-17T12:21:11.1633525Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-08-17T12:21:11.2129307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-08-17T12:21:11.2150493Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-08-17T12:21:11.2876434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-08-17T12:21:11.2896185Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-08-17T12:21:11.3496369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-08-17T12:21:11.3515354Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-08-17T12:21:11.3735304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-08-17T12:21:11.4011262Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-08-17T12:21:11.4215255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-08-17T12:21:11.4429308Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-08-17T12:21:11.4433691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-08-17T12:21:11.4891258Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-08-17T12:21:12.0420630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-08-17T12:21:12.0441926Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-08-17T12:21:12.1723742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-08-17T12:21:12.1729380Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-08-17T12:21:12.1971310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-08-17T12:21:12.2131936Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-08-17T12:21:12.2204744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-08-17T12:21:12.2573300Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-08-17T12:21:12.3069086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-08-17T12:21:12.3083164Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-08-17T12:21:12.3720601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-08-17T12:21:12.3740121Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-08-17T12:21:12.3881514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-08-17T12:21:12.4248855Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-08-17T12:21:12.4715485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-08-17T12:21:12.4863120Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-08-17T12:21:12.5054488Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-08-17T12:21:12.5329367Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-08-17T12:21:12.5855584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-08-17T12:21:12.6012785Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-08-17T12:21:12.6111787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-08-17T12:21:12.6453487Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-08-17T12:21:12.6480533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-08-17T12:21:12.6892813Z [gw0] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-08-17T12:21:12.6918959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-08-17T12:21:12.7333423Z [gw0] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-08-17T12:21:12.7704425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-08-17T12:21:12.7836501Z [gw0] [ 43%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-08-17T12:21:12.8487211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-08-17T12:21:12.8524892Z [gw0] [ 43%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-08-17T12:21:13.0205638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-08-17T12:21:13.0218124Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-08-17T12:21:13.0399553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-08-17T12:21:13.0653026Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-08-17T12:21:13.0768477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-08-17T12:21:13.1134702Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-08-17T12:21:13.1252525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-08-17T12:21:13.1615127Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-08-17T12:21:14.5981552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-08-17T12:21:14.5992757Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:21:15.0447577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:21:15.0468537Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:21:17.9708980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:21:17.9736037Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-08-17T12:21:18.5385953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-08-17T12:21:18.5421297Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-08-17T12:21:18.6257204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-08-17T12:21:18.6282610Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-08-17T12:21:18.6421754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-08-17T12:21:18.6808467Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-08-17T12:21:18.8726887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-08-17T12:21:18.8750150Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-08-17T12:21:18.9087892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-08-17T12:21:18.9249483Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-08-17T12:21:18.9308165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-08-17T12:21:18.9691851Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-08-17T12:21:19.3032097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-08-17T12:21:19.3060443Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-08-17T12:21:19.3810335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-08-17T12:21:19.3825140Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-08-17T12:21:19.5947603Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-08-17T12:21:19.5972936Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-08-17T12:21:19.6658902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-08-17T12:21:19.6697865Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-08-17T12:21:19.7403821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-08-17T12:21:19.7428858Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-08-17T12:21:19.7551185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-08-17T12:21:19.7970554Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-08-17T12:21:20.0538526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-08-17T12:21:20.0553502Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-08-17T12:21:20.0653155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-08-17T12:21:20.1050857Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-08-17T12:21:20.1546645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-08-17T12:21:20.1570518Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-08-17T12:21:20.1718058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:21:20.2090782Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:21:20.2107001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:21:20.2514699Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:21:20.2769875Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:21:20.2993654Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:21:20.6213056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-08-17T12:21:20.6244583Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-08-17T12:21:20.7858532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-08-17T12:21:20.7890410Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-08-17T12:21:20.8297172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-08-17T12:21:20.8309132Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-08-17T12:21:20.9494651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:21:20.9507648Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:21:20.9740431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-08-17T12:21:20.9935009Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-08-17T12:21:21.9746231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:21:21.9761668Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:21:22.2773765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-08-17T12:21:22.2790977Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-08-17T12:21:22.5303874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:21:22.5346657Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:21:22.7185587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:21:22.7201410Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:21:23.1796768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:21:23.1822453Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:21:23.2222063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:21:23.2264138Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:21:23.4904957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:21:23.4950070Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:21:23.5821964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:21:23.5847443Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:21:23.6022624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-08-17T12:21:23.6370556Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-08-17T12:21:23.6738474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:21:23.6971672Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:21:23.6983243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:21:23.7333356Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:21:23.7778050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:21:23.7812283Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:21:23.7990303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:21:23.8371202Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:21:24.6061919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:21:24.6067432Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:21:24.7254679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-08-17T12:21:24.7256576Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-08-17T12:21:24.7347547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-08-17T12:21:24.7709876Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-08-17T12:21:24.8011108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-08-17T12:21:24.8132715Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-08-17T12:21:24.8986949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-08-17T12:21:24.9009015Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-08-17T12:21:24.9200930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-08-17T12:21:24.9441402Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-08-17T12:21:24.9452345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:21:24.9929253Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:21:24.9950590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-08-17T12:21:25.0369965Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-08-17T12:21:25.1370015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:21:25.1396104Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:21:25.2001941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:21:25.2047943Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:21:25.2596734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-08-17T12:21:25.2702540Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-08-17T12:21:25.4531141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:21:25.4560965Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:21:25.4768379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:21:25.4785860Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:21:25.4823935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:25.5011379Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:21:25.5107479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-08-17T12:21:25.5491308Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-08-17T12:21:25.5625929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-08-17T12:21:25.5853181Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-08-17T12:21:25.6245517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-08-17T12:21:25.6294476Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-08-17T12:21:25.6397692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-08-17T12:21:25.6734661Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-08-17T12:21:25.7097255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:21:25.7173909Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:21:25.7275822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:21:25.7434798Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:21:25.7443851Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:21:25.7459902Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:21:25.7610412Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:21:25.7742010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-08-17T12:21:25.7851682Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-08-17T12:21:25.8052267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:21:26.3374946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:21:26.3402977Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:21:26.3435546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:21:26.3834952Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:21:26.4310126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:21:26.4331748Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:21:26.5740999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:21:26.5764844Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:21:27.2908439Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:21:27.2946117Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:21:27.4040332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:21:27.4065894Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:21:27.5154938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-08-17T12:21:27.5176878Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:21:27.5191957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:21:27.5628813Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:21:27.9032011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:21:27.9056881Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:21:27.9474897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:21:27.9497632Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:21:28.1914599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:21:28.1932437Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:21:28.1975570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:21:28.2363438Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:21:28.2372038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:21:28.2787116Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:21:28.3957224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:21:28.3984218Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:21:29.8658924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:21:29.8696973Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:21:30.7454488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:21:30.7476073Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:21:31.0309742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:31.0335002Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:21:31.1785409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:21:31.1809765Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:21:32.2902098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:21:32.2946748Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:21:32.4107091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:21:32.4136583Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:21:32.7014392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:21:32.7039785Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:21:33.2780583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:21:33.2800981Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-08-17T12:21:34.5014807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-08-17T12:21:34.5044109Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-08-17T12:21:34.5333249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:21:34.5453085Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:21:34.6051681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:21:34.6077706Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:21:34.6110795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-08-17T12:21:34.6561644Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-08-17T12:21:34.6570201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-08-17T12:21:34.6972646Z [gw0] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-08-17T12:21:34.8886038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-08-17T12:21:34.8907815Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:21:35.2822925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:21:35.2847646Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-08-17T12:21:35.4364221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-08-17T12:21:35.4397572Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:21:35.4409479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:21:35.4429755Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-08-17T12:21:35.4446125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-08-17T12:21:35.4803812Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:21:35.4882776Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-08-17T12:21:35.4887593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:21:35.4969808Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:21:35.4979863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-08-17T12:21:35.5362406Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-08-17T12:21:35.5368868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:21:35.5452449Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:21:35.5841987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-08-17T12:21:35.5847153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:21:35.6409735Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:21:36.2042012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:21:36.2072326Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-08-17T12:21:36.2958550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-08-17T12:21:36.2984160Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-08-17T12:21:36.3599594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-08-17T12:21:36.3620522Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-08-17T12:21:36.4106328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-08-17T12:21:36.4145771Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-08-17T12:21:36.4409785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-08-17T12:21:36.4601248Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-08-17T12:21:36.4608585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-08-17T12:21:36.5042224Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-08-17T12:21:36.5051101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-08-17T12:21:36.5491161Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-08-17T12:21:36.5500200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-08-17T12:21:36.5931278Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-08-17T12:21:36.5940309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-08-17T12:21:36.6337713Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-08-17T12:21:36.6373383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-08-17T12:21:36.6775948Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-08-17T12:21:36.6811643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-08-17T12:21:36.7216178Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-08-17T12:21:36.7339341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-08-17T12:21:36.7354251Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:21:36.7997767Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:21:36.8034260Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-08-17T12:21:36.8214381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-08-17T12:21:36.8530672Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-08-17T12:21:37.6221854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-08-17T12:21:37.6236181Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:21:37.7134501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:21:37.7157093Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:21:37.9089384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:21:37.9109694Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:21:38.4568317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:21:38.4581590Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:21:38.5565136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:21:38.5579790Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:21:39.3507092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:21:39.3547222Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:21:39.7962531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:21:39.7987432Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:21:39.9611290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:21:39.9633055Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:21:39.9835948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:21:39.9860200Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:21:40.0117656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:21:40.0142811Z [gw1] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:21:40.0486577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:21:40.0614121Z [gw1] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:21:41.0801917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:21:41.0823640Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:21:41.3362255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:21:41.3387837Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:21:41.3424454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:21:41.3835164Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:21:41.6338374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:21:41.6362722Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-08-17T12:21:41.6898837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-08-17T12:21:41.6925275Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-08-17T12:21:41.7069217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-08-17T12:21:41.7411453Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-08-17T12:21:41.7911584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-08-17T12:21:41.7948098Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:21:41.8665026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:21:41.8684967Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:21:41.9188903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:21:41.9231394Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-08-17T12:21:41.9916750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-08-17T12:21:41.9951909Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-08-17T12:21:42.1620917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-08-17T12:21:42.1636479Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-08-17T12:21:42.1903967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:21:42.1949140Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:21:42.1968781Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:21:42.2052019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:21:42.2070833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:21:42.2252065Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:21:42.2372976Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:21:42.2492995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:21:42.2509065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:21:42.2973003Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:21:42.2989045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:21:42.3475922Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:21:42.3484589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:21:42.4010692Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:21:42.4541304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-08-17T12:21:42.4562014Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-08-17T12:21:42.4736228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-08-17T12:21:42.5050315Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-08-17T12:21:42.9300033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-08-17T12:21:42.9333161Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-08-17T12:21:43.0121426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-08-17T12:21:43.0142185Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:21:43.0631802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:21:43.0655189Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-08-17T12:21:43.4541404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-08-17T12:21:43.4561844Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:21:43.6110954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:21:43.6144616Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-08-17T12:21:43.8309920Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-08-17T12:21:43.8344216Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-08-17T12:21:44.2370574Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-08-17T12:21:44.2391504Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:21:44.3882194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:21:44.3914537Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:21:44.3968236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:21:44.4406290Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:21:44.4410873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:21:44.4500703Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:21:44.4521528Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-08-17T12:21:44.4931963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-08-17T12:21:44.5334277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:21:44.5356880Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-08-17T12:21:45.5625063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-08-17T12:21:45.5639649Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:21:45.6184599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:21:45.6214254Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-08-17T12:21:45.8963593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-08-17T12:21:45.8979351Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-08-17T12:21:46.0601456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-08-17T12:21:46.0617663Z [gw3] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:21:46.0875298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:21:46.1093855Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:21:46.1744509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:21:46.1757151Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-08-17T12:21:46.1854573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-08-17T12:21:46.1886780Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-08-17T12:21:46.1900550Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:21:46.2217776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:21:46.2218589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-08-17T12:21:46.2656435Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-08-17T12:21:46.2657180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-08-17T12:21:46.2861112Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-08-17T12:21:46.2882511Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:21:46.3092865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:21:46.3099921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-08-17T12:21:46.3276571Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-08-17T12:21:46.3301856Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:21:46.3336196Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:21:46.3531933Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:21:46.3541560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-08-17T12:21:46.3790943Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-08-17T12:21:46.3965598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:21:46.3974118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-08-17T12:21:46.4363850Z [gw0] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-08-17T12:21:46.4403007Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:21:46.4410472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:21:46.5080953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-08-17T12:21:46.5113438Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-08-17T12:21:46.5283456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-08-17T12:21:46.5562453Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-08-17T12:21:46.6022617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-08-17T12:21:46.6075863Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-08-17T12:21:46.6220369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-08-17T12:21:46.6570655Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-08-17T12:21:46.7164094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-08-17T12:21:46.7186199Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-08-17T12:21:46.7429425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-08-17T12:21:46.7649426Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-08-17T12:21:46.8627103Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-08-17T12:21:46.8645303Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:21:46.8934752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:21:46.8958169Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-08-17T12:21:46.9073491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-08-17T12:21:46.9455705Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-08-17T12:21:46.9462119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-08-17T12:21:46.9890793Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-08-17T12:21:46.9940248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-08-17T12:21:46.9986811Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:21:47.1026843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:21:47.1075608Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:21:47.3232077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:21:47.3258388Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-08-17T12:21:47.4013392Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-08-17T12:21:47.4038369Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-08-17T12:21:47.4738048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-08-17T12:21:47.4760584Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-08-17T12:21:47.4905886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-08-17T12:21:47.5249501Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-08-17T12:21:47.6254688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-08-17T12:21:47.6278660Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-08-17T12:21:47.6543134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-08-17T12:21:47.6612373Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-08-17T12:21:47.6637638Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:21:47.6808866Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:21:47.8537921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-08-17T12:21:47.8565693Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:21:47.9042244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:21:47.9071629Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:21:47.9414317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:21:47.9436864Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-08-17T12:21:47.9821594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-08-17T12:21:47.9829713Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-08-17T12:21:47.9850359Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:21:47.9893801Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:21:47.9933214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-08-17T12:21:48.0394333Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-08-17T12:21:48.0660221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-08-17T12:21:48.0929552Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-08-17T12:21:48.0939037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-08-17T12:21:48.1364634Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-08-17T12:21:48.1373159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-08-17T12:21:48.1849018Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-08-17T12:21:48.1957704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-08-17T12:21:48.1983920Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-08-17T12:21:48.2063536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-08-17T12:21:48.2252400Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-08-17T12:21:48.2288049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-08-17T12:21:48.2303294Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:21:48.2332188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:21:48.2725532Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-08-17T12:21:48.2746773Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:21:48.2750992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:21:48.3213733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-08-17T12:21:48.3231375Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-08-17T12:21:48.3334130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-08-17T12:21:48.3768873Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-08-17T12:21:48.5990034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-08-17T12:21:48.6013974Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:21:48.6216713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:21:48.6229407Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-08-17T12:21:48.6445401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-08-17T12:21:48.6472224Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-08-17T12:21:48.6907233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-08-17T12:21:48.6931085Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:21:48.7014355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:21:48.7045527Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-08-17T12:21:48.7087288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-08-17T12:21:48.7100677Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-08-17T12:21:48.7989018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:21:48.8132936Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:21:49.2661345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:21:49.2669038Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-08-17T12:21:49.3902530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-08-17T12:21:49.3922055Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-08-17T12:21:49.3996395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-08-17T12:21:49.4411257Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-08-17T12:21:49.4619210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-08-17T12:21:49.4807662Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-08-17T12:21:49.4814457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-08-17T12:21:49.5246375Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-08-17T12:21:49.5252693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-08-17T12:21:49.5729956Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-08-17T12:21:49.6498376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-08-17T12:21:49.6671480Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-08-17T12:21:49.6934991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-08-17T12:21:49.7170374Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-08-17T12:21:50.1554470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-08-17T12:21:50.1597646Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-08-17T12:21:50.2407035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-08-17T12:21:50.2428530Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-08-17T12:21:50.3975059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-08-17T12:21:50.3996043Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:21:50.5149936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:21:50.5174700Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-08-17T12:21:50.5730717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-08-17T12:21:50.5754549Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-08-17T12:21:50.6863521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-08-17T12:21:50.6885307Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:21:50.7389935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-08-17T12:21:50.7400812Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-08-17T12:21:50.7442589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-08-17T12:21:50.7450679Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:21:50.9333579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:21:50.9376474Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-08-17T12:21:51.0308860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-08-17T12:21:51.0460776Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-08-17T12:21:51.0549818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-08-17T12:21:51.0892054Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-08-17T12:21:51.0977632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-08-17T12:21:51.1333218Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-08-17T12:21:51.1421033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-08-17T12:21:51.1810094Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-08-17T12:21:51.1861777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-08-17T12:21:51.2290235Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-08-17T12:21:51.2303847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-08-17T12:21:51.2722266Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-08-17T12:21:51.2723754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-08-17T12:21:51.3248129Z [gw0] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-08-17T12:21:51.3253970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-08-17T12:21:51.3650809Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-08-17T12:21:51.3689863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-08-17T12:21:51.4169996Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-08-17T12:21:51.4819219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-08-17T12:21:51.4843467Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:21:51.5536053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:21:51.5568064Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-08-17T12:21:51.6041180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-08-17T12:21:51.6062864Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-08-17T12:21:51.6094073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-08-17T12:21:51.6169594Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-08-17T12:21:51.6577244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-08-17T12:21:51.6594488Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-08-17T12:21:51.6772413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-08-17T12:21:51.7076286Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-08-17T12:21:51.7077046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-08-17T12:21:51.7182553Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-08-17T12:21:51.7199459Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:21:51.7489954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:21:51.7490721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-08-17T12:21:51.7906233Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-08-17T12:21:51.7933679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-08-17T12:21:51.7949390Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-08-17T12:21:51.7971535Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-08-17T12:21:51.8333299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:21:51.8853536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-08-17T12:21:51.8873683Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:21:51.8971263Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:21:51.8984690Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-08-17T12:21:51.9215950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-08-17T12:21:51.9477792Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-08-17T12:21:51.9483490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-08-17T12:21:51.9891498Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-08-17T12:21:51.9896506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-08-17T12:21:52.0333812Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-08-17T12:21:52.0537108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-08-17T12:21:52.0736757Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-08-17T12:21:52.0796666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-08-17T12:21:52.1177332Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-08-17T12:21:52.1915868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-08-17T12:21:52.1945343Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-08-17T12:21:52.2153290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-08-17T12:21:52.2490775Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-08-17T12:21:52.2595377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-08-17T12:21:52.2950054Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-08-17T12:21:52.2953472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-08-17T12:21:52.3450793Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-08-17T12:21:52.4739522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-08-17T12:21:52.4744133Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-08-17T12:21:52.4900843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-08-17T12:21:52.5173492Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-08-17T12:21:52.6604834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-08-17T12:21:52.6707271Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-08-17T12:21:52.6902911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-08-17T12:21:52.6915495Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:21:52.7177878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:21:52.7186737Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-08-17T12:21:52.7199221Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:21:52.7206214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-08-17T12:21:52.8536659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-08-17T12:21:52.8555986Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:21:52.9896191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:21:52.9915971Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-08-17T12:21:53.0478497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-08-17T12:21:53.0507791Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-08-17T12:21:53.0544805Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:21:53.1000565Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:21:53.1005362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-08-17T12:21:53.1449318Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-08-17T12:21:53.1453163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-08-17T12:21:53.1928824Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-08-17T12:21:53.1933782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-08-17T12:21:53.2407741Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-08-17T12:21:53.2412221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-08-17T12:21:53.2685473Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-08-17T12:21:53.2704771Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-08-17T12:21:53.2848571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-08-17T12:21:53.2853058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-08-17T12:21:53.3263192Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-08-17T12:21:53.3282049Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-08-17T12:21:53.3326545Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-08-17T12:21:53.3330863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-08-17T12:21:53.3769080Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-08-17T12:21:53.3773475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:21:53.4247362Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:21:53.4251581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:21:53.4681521Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:21:53.4686533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:21:53.5125052Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:21:53.5129348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:21:53.5586498Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:21:53.5628403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-08-17T12:21:53.6050104Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-08-17T12:21:53.6094345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-08-17T12:21:53.6488687Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-08-17T12:21:53.6493196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:21:53.6972443Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:21:53.6977111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:21:53.7449929Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:21:53.7466688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-08-17T12:21:53.7812420Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-08-17T12:21:53.7908330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-08-17T12:21:53.8252491Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-08-17T12:21:53.8348249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-08-17T12:21:53.8692547Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-08-17T12:21:53.8725211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:21:53.9162388Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:21:53.9166508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:21:53.9690943Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:21:53.9778011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-08-17T12:21:53.9804571Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-08-17T12:21:53.9825811Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:21:54.0048831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:21:54.0051912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-08-17T12:21:54.0455092Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-08-17T12:21:54.0493686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-08-17T12:21:54.0893367Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-08-17T12:21:54.0917495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-08-17T12:21:54.1266105Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-08-17T12:21:54.1278877Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-08-17T12:21:54.1331009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-08-17T12:21:54.1354265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-08-17T12:21:54.1772670Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-08-17T12:21:54.1882090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-08-17T12:21:54.2291982Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-08-17T12:21:54.2318353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-08-17T12:21:54.2730115Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-08-17T12:21:54.2823926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:21:54.2843138Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-08-17T12:21:54.3045074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:21:54.3093050Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:21:54.3117627Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:21:54.3532619Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:21:54.3555058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:21:54.3972404Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:21:54.3995187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:21:54.4435735Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:21:54.4440540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:21:54.4878720Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:21:54.4882818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:21:54.5050525Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:21:54.5075007Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:21:54.5323919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:21:54.5330159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:21:54.5779278Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:21:54.5785719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:21:54.6213168Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:21:54.6220017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-08-17T12:21:54.6472945Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-08-17T12:21:54.6493450Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:21:54.6614683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-08-17T12:21:54.6641252Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-08-17T12:21:54.7130284Z [gw0] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-08-17T12:21:54.7588616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-08-17T12:21:54.7617938Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-08-17T12:21:54.7797744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-08-17T12:21:54.8168610Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-08-17T12:21:54.9012843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-08-17T12:21:54.9066960Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-08-17T12:21:54.9342224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-08-17T12:21:54.9611161Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-08-17T12:21:55.0532796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-08-17T12:21:55.0555053Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-08-17T12:21:55.0738521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-08-17T12:21:55.1089593Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-08-17T12:21:55.1181103Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-08-17T12:21:55.1553578Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-08-17T12:21:55.1556115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-08-17T12:21:55.2010177Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-08-17T12:21:55.2469831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-08-17T12:21:55.2497916Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-08-17T12:21:55.2682766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-08-17T12:21:55.2932874Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-08-17T12:21:55.3622183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-08-17T12:21:55.3634269Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-08-17T12:21:55.3773901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-08-17T12:21:55.4050943Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-08-17T12:21:55.6664957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-08-17T12:21:55.6689942Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-08-17T12:21:55.7202457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-08-17T12:21:55.7227185Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-08-17T12:21:55.8000641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-08-17T12:21:55.8007314Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:21:55.8145350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:21:55.8159482Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-08-17T12:21:55.8527836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-08-17T12:21:55.8580704Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-08-17T12:21:56.0699857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-08-17T12:21:56.0731291Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-08-17T12:21:56.1286970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-08-17T12:21:56.1315380Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-08-17T12:21:56.4177599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-08-17T12:21:56.4206422Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:21:56.4436652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:21:56.4452612Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-08-17T12:21:56.5570808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-08-17T12:21:56.5595989Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-08-17T12:21:57.0782737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-08-17T12:21:57.0802004Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-08-17T12:21:57.1875223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-08-17T12:21:57.1898946Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-08-17T12:21:57.3925532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-08-17T12:21:57.3951543Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-08-17T12:21:57.4432694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-08-17T12:21:57.4453795Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-08-17T12:21:57.5697365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-08-17T12:21:57.5718909Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-08-17T12:21:57.6044052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-08-17T12:21:57.6132108Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-08-17T12:22:00.8600251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-08-17T12:22:00.8625660Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:22:01.7086360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:22:01.7111638Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:22:03.4740982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:22:03.4770595Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-08-17T12:22:04.6906449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-08-17T12:22:04.6927712Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-08-17T12:22:08.1524242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-08-17T12:22:08.1549592Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-08-17T12:22:10.4048818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-08-17T12:22:10.4074133Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-08-17T12:22:10.4244346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-08-17T12:22:10.4612567Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-08-17T12:22:10.4620812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-08-17T12:22:10.5010363Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-08-17T12:22:10.5393334Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-08-17T12:22:10.5416711Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-08-17T12:22:10.5458462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-08-17T12:22:10.5482362Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-08-17T12:22:10.5565694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-08-17T12:22:10.5930277Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-08-17T12:22:10.5946784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-08-17T12:22:10.5970358Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-08-17T12:22:10.7055155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-08-17T12:22:10.7076179Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-08-17T12:22:10.7324808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-08-17T12:22:10.7570779Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-08-17T12:22:10.9140085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-08-17T12:22:10.9165024Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-08-17T12:22:10.9433793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-08-17T12:22:10.9573256Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-08-17T12:22:10.9764702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-08-17T12:22:11.0052086Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-08-17T12:22:11.0084710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-08-17T12:22:11.0466085Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-08-17T12:22:11.0769120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-08-17T12:22:11.0954983Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-08-17T12:22:11.0963202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-08-17T12:22:11.1410209Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-08-17T12:22:11.4036824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-08-17T12:22:11.4048175Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-08-17T12:22:11.4446143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-08-17T12:22:11.4458465Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-08-17T12:22:11.5033482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-08-17T12:22:11.5044711Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-08-17T12:22:11.5156958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-08-17T12:22:11.5453178Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-08-17T12:22:11.9377090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-08-17T12:22:11.9390482Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-08-17T12:22:12.0264342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-08-17T12:22:12.0291589Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-08-17T12:22:12.0331356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-08-17T12:22:12.0769305Z [gw0] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-08-17T12:22:12.0847048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-08-17T12:22:12.1257424Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-08-17T12:22:12.2041882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-08-17T12:22:12.2055587Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-08-17T12:22:12.2374889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-08-17T12:22:12.2543146Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-08-17T12:22:12.2547866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-08-17T12:22:12.3009175Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-08-17T12:22:12.4581377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-08-17T12:22:12.4604152Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-08-17T12:22:12.4864350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-08-17T12:22:12.5089778Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-08-17T12:22:12.8639635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-08-17T12:22:12.8664824Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-08-17T12:22:12.8996772Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-08-17T12:22:12.9092439Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-08-17T12:22:13.0897873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-08-17T12:22:13.0925840Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-08-17T12:22:13.1290616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-08-17T12:22:13.1333412Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-08-17T12:22:13.6257015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-08-17T12:22:13.6287233Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-08-17T12:22:13.7542269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-08-17T12:22:13.7573477Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-08-17T12:22:13.8446268Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-08-17T12:22:13.8472172Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-08-17T12:22:13.8680338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-08-17T12:22:13.8949038Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-08-17T12:22:14.0442446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-08-17T12:22:14.0467998Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-08-17T12:22:14.0763575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-08-17T12:22:14.0930667Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-08-17T12:22:14.4641366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-08-17T12:22:14.4670187Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-08-17T12:22:14.5258578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-08-17T12:22:14.5287979Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-08-17T12:22:14.5367919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-08-17T12:22:14.5771914Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-08-17T12:22:14.7965565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-08-17T12:22:14.7987670Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-08-17T12:22:14.8571267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-08-17T12:22:14.8592115Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-08-17T12:22:15.0599379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-08-17T12:22:15.0620106Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-08-17T12:22:15.0885850Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-08-17T12:22:15.1131072Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-08-17T12:22:15.4366580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-08-17T12:22:15.4387623Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-08-17T12:22:15.5061097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-08-17T12:22:15.5080044Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-08-17T12:22:15.5110641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-08-17T12:22:15.5521074Z [gw0] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-08-17T12:22:15.5525481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-08-17T12:22:15.6010136Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-08-17T12:22:15.7519214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-08-17T12:22:15.7613007Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-08-17T12:22:15.7969375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-08-17T12:22:15.8052268Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-08-17T12:22:15.9683938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-08-17T12:22:15.9707507Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-08-17T12:22:16.0042119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-08-17T12:22:16.0132815Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-08-17T12:22:16.2047984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-08-17T12:22:16.2078228Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-08-17T12:22:16.2476483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-08-17T12:22:16.2504583Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-08-17T12:22:16.3105105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-08-17T12:22:16.3123601Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-08-17T12:22:16.3207160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-08-17T12:22:16.3582728Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-08-17T12:22:16.3587260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-08-17T12:22:16.4050995Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-08-17T12:22:16.4552426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-08-17T12:22:16.4584846Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-08-17T12:22:16.4786072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-08-17T12:22:16.5130633Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-08-17T12:22:16.5181018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-08-17T12:22:16.5492846Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-08-17T12:22:16.6986923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-08-17T12:22:16.7015005Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-08-17T12:22:16.7413214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-08-17T12:22:16.7453330Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-08-17T12:22:16.8087214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-08-17T12:22:16.8109076Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-08-17T12:22:16.8264705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-08-17T12:22:16.8610014Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-08-17T12:22:17.0157136Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-08-17T12:22:17.0199505Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-08-17T12:22:17.0547448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-08-17T12:22:17.0612897Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-08-17T12:22:17.2825399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-08-17T12:22:17.2849032Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-08-17T12:22:17.3159848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-08-17T12:22:17.3251423Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-08-17T12:22:17.3277653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-08-17T12:22:17.3693140Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-08-17T12:22:17.4182911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-08-17T12:22:17.4196017Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-08-17T12:22:17.4317264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-08-17T12:22:17.4612102Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-08-17T12:22:17.4645043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-08-17T12:22:17.5054484Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-08-17T12:22:17.5092913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-08-17T12:22:17.5496497Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-08-17T12:22:17.5527889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-08-17T12:22:17.5933568Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-08-17T12:22:17.5957437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-08-17T12:22:17.6372430Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-08-17T12:22:17.6400433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-08-17T12:22:17.6852679Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-08-17T12:22:17.6879215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-08-17T12:22:17.7331731Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-08-17T12:22:17.7363082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-08-17T12:22:17.7772311Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-08-17T12:22:17.7804394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-08-17T12:22:17.8252178Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-08-17T12:22:17.8284538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-08-17T12:22:17.8691773Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-08-17T12:22:17.8722415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-08-17T12:22:17.9131810Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-08-17T12:22:17.9161001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-08-17T12:22:17.9572040Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-08-17T12:22:17.9600940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-08-17T12:22:18.0052506Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-08-17T12:22:18.0077011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-08-17T12:22:18.0494339Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-08-17T12:22:18.0520435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-08-17T12:22:18.0972974Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-08-17T12:22:18.0996221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-08-17T12:22:18.1413897Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-08-17T12:22:18.1447103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-08-17T12:22:18.1853418Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-08-17T12:22:18.1892451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-08-17T12:22:18.2029790Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-08-17T12:22:18.2086052Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:22:18.2292574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:22:18.2315332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-08-17T12:22:18.2731894Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-08-17T12:22:18.2753446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-08-17T12:22:18.3172718Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-08-17T12:22:18.3200891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-08-17T12:22:18.3612553Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-08-17T12:22:18.3640547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-08-17T12:22:18.4051216Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-08-17T12:22:18.4070495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-08-17T12:22:18.4491626Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-08-17T12:22:18.4513688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-08-17T12:22:18.4933243Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-08-17T12:22:18.4957704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-08-17T12:22:18.5373417Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-08-17T12:22:18.5400141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-08-17T12:22:18.5845773Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-08-17T12:22:18.5853398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-08-17T12:22:18.6267359Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-08-17T12:22:18.6297887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-08-17T12:22:18.6693570Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-08-17T12:22:18.6723034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-08-17T12:22:18.7133366Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-08-17T12:22:18.7158232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-08-17T12:22:18.7572449Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-08-17T12:22:18.7597209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-08-17T12:22:18.8011641Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-08-17T12:22:18.8037900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-08-17T12:22:18.8451615Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-08-17T12:22:18.8476912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-08-17T12:22:18.8892392Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-08-17T12:22:18.8916567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-08-17T12:22:18.9492614Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-08-17T12:22:18.9500295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-08-17T12:22:18.9967378Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-08-17T12:22:18.9975424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-08-17T12:22:19.0412898Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-08-17T12:22:19.0436386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-08-17T12:22:19.0852227Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-08-17T12:22:19.0877027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-08-17T12:22:19.1331853Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-08-17T12:22:19.1361662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-08-17T12:22:19.1811964Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-08-17T12:22:19.1839730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-08-17T12:22:19.2252583Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-08-17T12:22:19.2280553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-08-17T12:22:19.2693463Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-08-17T12:22:19.2719253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-08-17T12:22:19.3132921Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-08-17T12:22:19.3168059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-08-17T12:22:19.3612809Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-08-17T12:22:19.3623648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-08-17T12:22:19.4054461Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-08-17T12:22:19.4064477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-08-17T12:22:19.4492450Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-08-17T12:22:19.4499697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-08-17T12:22:19.4933630Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-08-17T12:22:19.4941110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-08-17T12:22:19.5199980Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-08-17T12:22:19.5222420Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-08-17T12:22:19.5370082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-08-17T12:22:19.5373622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-08-17T12:22:19.5807008Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-08-17T12:22:19.5813862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-08-17T12:22:19.6246147Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-08-17T12:22:19.6246813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-08-17T12:22:19.6723303Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-08-17T12:22:19.6725430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-08-17T12:22:19.7131033Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-08-17T12:22:19.7678867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-08-17T12:22:19.7721008Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-08-17T12:22:19.7940253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-08-17T12:22:19.8204375Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-08-17T12:22:19.8206485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-08-17T12:22:19.8680944Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-08-17T12:22:19.8686132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-08-17T12:22:19.9209221Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-08-17T12:22:20.1589716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-08-17T12:22:20.1603367Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-08-17T12:22:20.1999750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-08-17T12:22:20.2014247Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-08-17T12:22:20.6457496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-08-17T12:22:20.6476629Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-08-17T12:22:20.6773034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-08-17T12:22:20.6891959Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-08-17T12:22:20.9938001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-08-17T12:22:20.9951028Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-08-17T12:22:21.0502623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-08-17T12:22:21.0514731Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-08-17T12:22:21.1416552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-08-17T12:22:21.1427318Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:22:21.1825769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:22:21.1852840Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:22:21.2979886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:22:21.2997085Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:22:21.3015300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-08-17T12:22:21.3411612Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-08-17T12:22:21.3435276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-08-17T12:22:21.3466609Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-08-17T12:22:21.3479843Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-08-17T12:22:21.3851988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-08-17T12:22:21.3896829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-08-17T12:22:21.3905393Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-08-17T12:22:21.4209392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-08-17T12:22:21.4219258Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-08-17T12:22:21.5760254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:22:21.5771272Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:22:21.5975538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:22:21.5997553Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-08-17T12:22:21.6152843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-08-17T12:22:21.6490102Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-08-17T12:22:21.8619399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-08-17T12:22:21.8645044Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-08-17T12:22:21.8780869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-08-17T12:22:21.9130018Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-08-17T12:22:22.0472392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-08-17T12:22:22.0497172Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-08-17T12:22:22.0732602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-08-17T12:22:22.1009007Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-08-17T12:22:22.2920704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-08-17T12:22:22.3032939Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-08-17T12:22:22.3432988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-08-17T12:22:22.3453713Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-08-17T12:22:22.3487953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-08-17T12:22:22.3960196Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-08-17T12:22:22.3969013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-08-17T12:22:22.4373654Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-08-17T12:22:22.4407343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-08-17T12:22:22.4839322Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-08-17T12:22:22.4844905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-08-17T12:22:22.5279617Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-08-17T12:22:22.5285135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-08-17T12:22:22.5720586Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-08-17T12:22:22.5726375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-08-17T12:22:22.6199803Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-08-17T12:22:22.6205359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-08-17T12:22:22.6683603Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-08-17T12:22:22.6689611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-08-17T12:22:22.7120825Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-08-17T12:22:22.7126666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-08-17T12:22:22.7599828Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-08-17T12:22:22.7605537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-08-17T12:22:22.8081119Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-08-17T12:22:22.8085261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-08-17T12:22:22.8560736Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-08-17T12:22:22.8564712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-08-17T12:22:22.9040383Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-08-17T12:22:22.9044051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-08-17T12:22:22.9132207Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-08-17T12:22:22.9151131Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:22:22.9452617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:22:22.9488978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-08-17T12:22:22.9935178Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-08-17T12:22:22.9937978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-08-17T12:22:23.0334097Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-08-17T12:22:23.0363097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-08-17T12:22:23.0774546Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-08-17T12:22:23.0802091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-08-17T12:22:23.1213023Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-08-17T12:22:23.1234180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-08-17T12:22:23.1378096Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-08-17T12:22:23.1393061Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:22:23.1655792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:22:23.1673920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-08-17T12:22:23.2093582Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-08-17T12:22:23.2123679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-08-17T12:22:23.2532732Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-08-17T12:22:23.2562753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-08-17T12:22:23.2768071Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-08-17T12:22:23.2850131Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:22:23.2973150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-08-17T12:22:23.3292402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-08-17T12:22:23.3412038Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-08-17T12:22:23.3471076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-08-17T12:22:23.3852724Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-08-17T12:22:23.3879476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-08-17T12:22:23.4293330Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-08-17T12:22:23.4317893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-08-17T12:22:23.4731882Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-08-17T12:22:23.5093192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-08-17T12:22:23.5184222Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-08-17T12:22:23.5346155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-08-17T12:22:23.5534176Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-08-17T12:22:23.5544202Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-08-17T12:22:23.5611817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-08-17T12:22:23.5674236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-08-17T12:22:23.5810416Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-08-17T12:22:23.5972014Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-08-17T12:22:23.6052414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-08-17T12:22:23.6078744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-08-17T12:22:23.6493799Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-08-17T12:22:23.6522279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-08-17T12:22:23.6969912Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-08-17T12:22:23.6970592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-08-17T12:22:23.7413576Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-08-17T12:22:23.7417324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-08-17T12:22:23.7854320Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-08-17T12:22:23.7855651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-08-17T12:22:23.8289156Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-08-17T12:22:23.8290489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-08-17T12:22:23.8726994Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-08-17T12:22:23.8728048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-08-17T12:22:23.9161648Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-08-17T12:22:23.9163336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-08-17T12:22:23.9496335Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-08-17T12:22:23.9516462Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-08-17T12:22:23.9649511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-08-17T12:22:24.0017967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-08-17T12:22:24.0035191Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-08-17T12:22:24.4601185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-08-17T12:22:24.4622983Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-08-17T12:22:24.4869156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-08-17T12:22:24.4986173Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-08-17T12:22:24.5285099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-08-17T12:22:24.5285763Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-08-17T12:22:24.5736386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-08-17T12:22:24.5761182Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-08-17T12:22:24.5885335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-08-17T12:22:24.6208460Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-08-17T12:22:24.6216291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-08-17T12:22:24.6603598Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-08-17T12:22:24.6623913Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-08-17T12:22:24.6650561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-08-17T12:22:24.6655858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-08-17T12:22:24.7093552Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-08-17T12:22:24.7098462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-08-17T12:22:24.7533760Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-08-17T12:22:24.7538606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-08-17T12:22:24.7932261Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-08-17T12:22:24.7952615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-08-17T12:22:24.8371952Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-08-17T12:22:24.8408031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-08-17T12:22:24.8886443Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-08-17T12:22:24.8892202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-08-17T12:22:24.9329595Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-08-17T12:22:24.9336714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-08-17T12:22:24.9465244Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-08-17T12:22:24.9486005Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-08-17T12:22:24.9769116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-08-17T12:22:24.9774454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-08-17T12:22:25.0213694Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-08-17T12:22:25.0218732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-08-17T12:22:25.0335172Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-08-17T12:22:25.0354917Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-08-17T12:22:25.0663757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eig_cpu_complex128 2022-08-17T12:22:25.0671192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-08-17T12:22:25.1105417Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-08-17T12:22:25.1114851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-08-17T12:22:25.1535487Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-08-17T12:22:25.1544258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-08-17T12:22:25.2012842Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-08-17T12:22:25.2022217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-08-17T12:22:25.2386724Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-08-17T12:22:25.2406661Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eig_cpu_complex128 2022-08-17T12:22:25.2495048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eig_cpu_float64 2022-08-17T12:22:25.2495632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-08-17T12:22:25.2614474Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-08-17T12:22:25.2632394Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-08-17T12:22:25.2786590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:22:25.2814452Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eig_cpu_float64 2022-08-17T12:22:25.2925688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-08-17T12:22:25.2928242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-08-17T12:22:25.3413249Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-08-17T12:22:25.3416724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-08-17T12:22:25.3887538Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-08-17T12:22:25.3890431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-08-17T12:22:25.4334836Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-08-17T12:22:25.4357626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-08-17T12:22:25.4385882Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-08-17T12:22:25.4392870Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:22:25.4761972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-08-17T12:22:25.4839259Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-08-17T12:22:25.4839632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-08-17T12:22:25.4839979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:22:25.5293758Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-08-17T12:22:25.5359878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-08-17T12:22:25.5774576Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-08-17T12:22:25.5802042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-08-17T12:22:25.6252292Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-08-17T12:22:25.6280382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-08-17T12:22:25.6732212Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-08-17T12:22:25.6761476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-08-17T12:22:25.7212075Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-08-17T12:22:25.7238695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-08-17T12:22:25.7691983Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-08-17T12:22:25.7720346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-08-17T12:22:25.8132220Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-08-17T12:22:25.8159877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-08-17T12:22:25.8612026Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-08-17T12:22:25.8639692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-08-17T12:22:25.9091917Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-08-17T12:22:25.9121363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-08-17T12:22:25.9572302Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-08-17T12:22:25.9601995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-08-17T12:22:26.0051669Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-08-17T12:22:26.0078802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-08-17T12:22:26.0574249Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-08-17T12:22:26.0604617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-08-17T12:22:26.1011684Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-08-17T12:22:26.1035004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-08-17T12:22:26.1491826Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-08-17T12:22:26.2047413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-08-17T12:22:26.2068435Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-08-17T12:22:26.2491811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-08-17T12:22:26.2572893Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-08-17T12:22:26.3001141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-08-17T12:22:26.3013037Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-08-17T12:22:26.3047645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-08-17T12:22:26.3453238Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-08-17T12:22:26.3486746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-08-17T12:22:26.3928216Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-08-17T12:22:26.3936317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-08-17T12:22:26.4367536Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-08-17T12:22:26.4377356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-08-17T12:22:26.4808271Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-08-17T12:22:26.4818221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-08-17T12:22:26.5212866Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-08-17T12:22:26.5243872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-08-17T12:22:26.5652912Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-08-17T12:22:26.5680843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-08-17T12:22:26.6092299Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-08-17T12:22:26.6124774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-08-17T12:22:26.6532482Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-08-17T12:22:26.6564245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-08-17T12:22:26.6972706Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-08-17T12:22:26.7185041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-08-17T12:22:26.7217321Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-08-17T12:22:26.7226171Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-08-17T12:22:26.7412353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-08-17T12:22:26.7473822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-08-17T12:22:26.7852779Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-08-17T12:22:26.7882188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-08-17T12:22:26.8292452Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-08-17T12:22:26.8328413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-08-17T12:22:26.8732250Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-08-17T12:22:26.8764614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-08-17T12:22:26.9212930Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-08-17T12:22:26.9246613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-08-17T12:22:26.9644980Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-08-17T12:22:26.9661348Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-08-17T12:22:26.9663089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-08-17T12:22:26.9688114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-08-17T12:22:26.9983876Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-08-17T12:22:27.0093385Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-08-17T12:22:27.0098005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-08-17T12:22:27.0119566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-08-17T12:22:27.0145446Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-08-17T12:22:27.0532705Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-08-17T12:22:27.0537386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-08-17T12:22:27.0561518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-08-17T12:22:27.0584228Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-08-17T12:22:27.0971366Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-08-17T12:22:27.1012348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-08-17T12:22:27.1035966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-08-17T12:22:27.1489510Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-08-17T12:22:27.1498627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-08-17T12:22:27.1522374Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-08-17T12:22:27.1540313Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-08-17T12:22:27.1650529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-08-17T12:22:27.1941798Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-08-17T12:22:27.1943858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-08-17T12:22:27.1972622Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-08-17T12:22:27.2336520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-08-17T12:22:27.2344606Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-08-17T12:22:27.2365639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-08-17T12:22:27.2411699Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-08-17T12:22:27.2541655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-08-17T12:22:27.2771810Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-08-17T12:22:27.2799383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-08-17T12:22:27.2851854Z [gw2] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-08-17T12:22:27.2873319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-08-17T12:22:27.3213083Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-08-17T12:22:27.3293517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-08-17T12:22:27.3396378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-08-17T12:22:27.3425576Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-08-17T12:22:27.3689560Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-08-17T12:22:27.3764251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-08-17T12:22:27.3768851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-08-17T12:22:27.4201505Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-08-17T12:22:27.4209703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-08-17T12:22:27.4539703Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-08-17T12:22:27.4570447Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-08-17T12:22:27.4641387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-08-17T12:22:27.4649974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-08-17T12:22:27.4921476Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-08-17T12:22:27.4971880Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-08-17T12:22:27.5080928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-08-17T12:22:27.5089782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-08-17T12:22:27.5520787Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-08-17T12:22:27.5532339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-08-17T12:22:27.5544141Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-08-17T12:22:27.5570640Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-08-17T12:22:27.5681132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-08-17T12:22:27.5698052Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:22:27.5960981Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-08-17T12:22:27.5969557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-08-17T12:22:27.6449689Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-08-17T12:22:27.7227334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-08-17T12:22:27.7250664Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-08-17T12:22:27.7605217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-08-17T12:22:27.7651707Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-08-17T12:22:27.9464467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-08-17T12:22:27.9488424Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-08-17T12:22:27.9829160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-08-17T12:22:27.9891804Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-08-17T12:22:28.0483408Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-08-17T12:22:28.0505584Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-08-17T12:22:28.2351340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:22:28.2377392Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:22:28.2913394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:22:28.2932771Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:22:28.2958681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-08-17T12:22:28.3405405Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-08-17T12:22:28.3412502Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:22:28.4091653Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:22:28.4092283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-08-17T12:22:28.4385988Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-08-17T12:22:28.4416048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-08-17T12:22:28.4761682Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-08-17T12:22:28.4772130Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-08-17T12:22:28.4813447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-08-17T12:22:28.4840344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-08-17T12:22:28.5253405Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-08-17T12:22:28.5279689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-08-17T12:22:28.5693026Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-08-17T12:22:28.6654610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-08-17T12:22:28.6679022Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-08-17T12:22:28.7064130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-08-17T12:22:28.7101308Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-08-17T12:22:28.8700184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:22:28.8863568Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-08-17T12:22:28.9263353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-08-17T12:22:28.9420398Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-08-17T12:22:29.6245802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:22:29.6277106Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:22:29.8291572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:22:29.8315355Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:22:30.4049348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:22:30.4077528Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:22:30.5644467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-08-17T12:22:30.5668334Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-08-17T12:22:31.5848453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:22:31.5860754Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:22:31.7895240Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:22:31.7919881Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:22:32.0933183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:22:32.0946384Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:22:32.1008405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:22:32.1022281Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-08-17T12:22:32.1494011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-08-17T12:22:32.1504588Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:22:32.5312094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:22:32.5337625Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:22:32.6210555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:22:32.6235369Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:22:32.6473294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:22:32.6495629Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-08-17T12:22:32.7061033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-08-17T12:22:32.7084599Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-08-17T12:22:32.7228255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-08-17T12:22:32.7564183Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-08-17T12:22:32.7568331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-08-17T12:22:32.8045922Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-08-17T12:22:32.8050397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-08-17T12:22:32.8571789Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-08-17T12:22:32.8608116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-08-17T12:22:32.8965092Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-08-17T12:22:32.8969345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-08-17T12:22:32.9442571Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-08-17T12:22:32.9446706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-08-17T12:22:32.9922213Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-08-17T12:22:32.9927093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-08-17T12:22:33.0374254Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-08-17T12:22:33.0400516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-08-17T12:22:33.0548624Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-08-17T12:22:33.0552310Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:22:33.0852569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:22:33.0886673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-08-17T12:22:33.1332357Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-08-17T12:22:33.1364785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-08-17T12:22:33.1456041Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-08-17T12:22:33.1466859Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:22:33.1773400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:22:33.1811497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-08-17T12:22:33.2254020Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-08-17T12:22:33.2290164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-08-17T12:22:33.2734270Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-08-17T12:22:33.2769490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-08-17T12:22:33.3241553Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-08-17T12:22:33.3246578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-08-17T12:22:33.3685971Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-08-17T12:22:33.3686617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-08-17T12:22:33.4170628Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-08-17T12:22:33.4199751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-08-17T12:22:33.4605319Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-08-17T12:22:33.4605958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-08-17T12:22:33.5046354Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-08-17T12:22:33.5047081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-08-17T12:22:33.5531100Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-08-17T12:22:33.5851230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-08-17T12:22:33.5945653Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-08-17T12:22:33.8853372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-08-17T12:22:33.8981403Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-08-17T12:22:33.9806869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-08-17T12:22:33.9843327Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-08-17T12:22:34.0576664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-08-17T12:22:34.0591304Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-08-17T12:22:34.0620579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-08-17T12:22:34.0979163Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-08-17T12:22:34.1045800Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:22:34.1049101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:22:34.1052570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-08-17T12:22:34.1483270Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-08-17T12:22:34.1488413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-08-17T12:22:34.1926123Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-08-17T12:22:34.1931183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-08-17T12:22:34.2364060Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-08-17T12:22:34.2368855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-08-17T12:22:34.2804336Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-08-17T12:22:34.2812672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-08-17T12:22:34.2894074Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-08-17T12:22:34.2915612Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:22:34.3246103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:22:34.3252292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-08-17T12:22:34.3683720Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-08-17T12:22:34.3692988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-08-17T12:22:34.4123432Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-08-17T12:22:34.4132575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eig_cpu_complex128 2022-08-17T12:22:34.4563234Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eig_cpu_complex128 2022-08-17T12:22:34.4570340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eig_cpu_float64 2022-08-17T12:22:34.4975386Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eig_cpu_float64 2022-08-17T12:22:34.4998099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-08-17T12:22:34.5415193Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-08-17T12:22:34.5439696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-08-17T12:22:34.5852857Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-08-17T12:22:34.5880124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-08-17T12:22:34.6293089Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-08-17T12:22:34.6332809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-08-17T12:22:34.6732917Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-08-17T12:22:34.6759414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-08-17T12:22:34.7173075Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-08-17T12:22:34.7199578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-08-17T12:22:34.7613371Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-08-17T12:22:34.7640177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-08-17T12:22:34.8043166Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-08-17T12:22:34.8054700Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:22:34.8059525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:22:34.8086241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-08-17T12:22:34.8493430Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-08-17T12:22:34.8521100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-08-17T12:22:34.8933086Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-08-17T12:22:34.8961967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-08-17T12:22:34.9332860Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-08-17T12:22:34.9346878Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:22:34.9373449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:22:34.9442305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-08-17T12:22:34.9812343Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-08-17T12:22:34.9936755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-08-17T12:22:35.0253454Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-08-17T12:22:35.0328291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-08-17T12:22:35.0692695Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-08-17T12:22:35.0811942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-08-17T12:22:35.1132137Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-08-17T12:22:35.1570989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-08-17T12:22:35.1583304Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-08-17T12:22:35.1705354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-08-17T12:22:35.2012459Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-08-17T12:22:35.2039506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-08-17T12:22:35.2488679Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-08-17T12:22:35.2494138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-08-17T12:22:35.2926230Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-08-17T12:22:35.2933939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-08-17T12:22:35.3365559Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-08-17T12:22:35.3374520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-08-17T12:22:35.3886295Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-08-17T12:22:35.3895234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-08-17T12:22:35.4325607Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-08-17T12:22:35.4334420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-08-17T12:22:35.4766677Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-08-17T12:22:35.4775646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-08-17T12:22:35.5205833Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-08-17T12:22:35.5214797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-08-17T12:22:35.5278156Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-08-17T12:22:35.5303499Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:22:35.5645963Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:22:35.5652417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-08-17T12:22:35.6127041Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-08-17T12:22:35.6132835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-08-17T12:22:35.6608573Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-08-17T12:22:35.6609330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-08-17T12:22:35.6886701Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-08-17T12:22:35.6906328Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:22:35.7086734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:22:35.7089518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-08-17T12:22:35.7571393Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-08-17T12:22:35.7572261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-08-17T12:22:35.8045888Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-08-17T12:22:35.8051450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-08-17T12:22:35.8525885Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-08-17T12:22:35.8531015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-08-17T12:22:35.8965651Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-08-17T12:22:35.8970646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-08-17T12:22:35.9445905Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-08-17T12:22:35.9450810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-08-17T12:22:35.9885964Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-08-17T12:22:35.9891115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-08-17T12:22:36.0569539Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-08-17T12:22:36.0574832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-08-17T12:22:36.0813075Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-08-17T12:22:36.0818321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-08-17T12:22:36.1345198Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-08-17T12:22:36.1346351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-08-17T12:22:36.1772924Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-08-17T12:22:36.1775048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-08-17T12:22:36.2210884Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-08-17T12:22:36.2213104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-08-17T12:22:36.2652672Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-08-17T12:22:36.2655174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-08-17T12:22:36.3132756Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-08-17T12:22:36.3135680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-08-17T12:22:36.3571150Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-08-17T12:22:36.3576503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-08-17T12:22:36.3775447Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-08-17T12:22:36.3795614Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:22:36.4009455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:22:36.4015009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-08-17T12:22:36.4449032Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-08-17T12:22:36.4455152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-08-17T12:22:36.4885385Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-08-17T12:22:36.4894396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-08-17T12:22:36.5322623Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-08-17T12:22:36.5331544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-08-17T12:22:36.5609416Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-08-17T12:22:36.5633452Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:22:36.5792289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:22:36.5809472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-08-17T12:22:36.6242057Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-08-17T12:22:36.6249026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-08-17T12:22:36.6727258Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-08-17T12:22:36.6732202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-08-17T12:22:36.7170663Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-08-17T12:22:36.7180682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-08-17T12:22:36.7642012Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-08-17T12:22:36.7651634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-08-17T12:22:36.8081246Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-08-17T12:22:36.8088231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-08-17T12:22:36.8521652Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-08-17T12:22:36.8529652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-08-17T12:22:36.8960947Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-08-17T12:22:36.8969446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-08-17T12:22:36.9377776Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-08-17T12:22:36.9403863Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:22:36.9411970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-08-17T12:22:36.9424242Z [gw0] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-08-17T12:22:36.9889311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:22:37.0124602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-08-17T12:22:37.0153113Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:22:37.0317547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:22:37.0333946Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-08-17T12:22:37.0534641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-08-17T12:22:37.0801495Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-08-17T12:22:37.0807882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-08-17T12:22:37.1281208Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-08-17T12:22:37.1288354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-08-17T12:22:37.1471902Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-08-17T12:22:37.1491651Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:22:37.1727270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:22:37.1734388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-08-17T12:22:37.2217744Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-08-17T12:22:37.2223888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-08-17T12:22:37.2699539Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-08-17T12:22:37.2704350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-08-17T12:22:37.3134338Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-08-17T12:22:37.3137114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-08-17T12:22:37.3206652Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-08-17T12:22:37.3228712Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:22:37.3610821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:22:37.3614571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-08-17T12:22:37.4090622Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-08-17T12:22:37.4094813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-08-17T12:22:37.4493025Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-08-17T12:22:37.4522463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-08-17T12:22:37.4961146Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-08-17T12:22:37.4967590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-08-17T12:22:37.4989390Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-08-17T12:22:37.5015543Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:22:37.5490072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:22:37.9568127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-08-17T12:22:37.9600095Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-08-17T12:22:38.0142941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-08-17T12:22:38.0172527Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-08-17T12:22:38.0283203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-08-17T12:22:38.0652483Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-08-17T12:22:38.0662317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-08-17T12:22:38.0859864Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-08-17T12:22:38.0885930Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:22:38.1091519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:22:38.1098765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-08-17T12:22:38.1529546Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-08-17T12:22:38.1536039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-08-17T12:22:38.2008964Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-08-17T12:22:38.2265057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-08-17T12:22:38.2285541Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:22:38.2757223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:22:38.2788579Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-08-17T12:22:38.2936776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-08-17T12:22:38.3256620Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-08-17T12:22:38.3257557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-08-17T12:22:38.3693636Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-08-17T12:22:38.3694621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-08-17T12:22:38.4141546Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-08-17T12:22:38.4142235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-08-17T12:22:38.4582823Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-08-17T12:22:38.4583569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-08-17T12:22:38.5020816Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-08-17T12:22:38.5021563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-08-17T12:22:38.5414290Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-08-17T12:22:38.5462678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-08-17T12:22:38.5894465Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-08-17T12:22:38.5901381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-08-17T12:22:38.6351135Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-08-17T12:22:38.6405430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-08-17T12:22:38.6775216Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-08-17T12:22:38.6781901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-08-17T12:22:38.7213070Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-08-17T12:22:38.7220628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-08-17T12:22:38.7656077Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-08-17T12:22:38.7667142Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:22:38.7669551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:22:38.7672116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-08-17T12:22:38.8092470Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-08-17T12:22:38.8094765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-08-17T12:22:38.8536109Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-08-17T12:22:38.8541315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-08-17T12:22:38.8858066Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-08-17T12:22:38.8873976Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:22:38.8972899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:22:38.8982758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-08-17T12:22:38.9413635Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-08-17T12:22:38.9423026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-08-17T12:22:38.9853416Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-08-17T12:22:38.9863023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-08-17T12:22:39.0293385Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-08-17T12:22:39.0302638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-08-17T12:22:39.0734440Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-08-17T12:22:39.0741237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-08-17T12:22:39.1173127Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-08-17T12:22:39.1177813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-08-17T12:22:39.1612651Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-08-17T12:22:39.1617778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-08-17T12:22:39.2056575Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-08-17T12:22:39.2060365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-08-17T12:22:39.2477224Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-08-17T12:22:39.3297410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-08-17T12:22:39.3397235Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-08-17T12:22:39.3658876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-08-17T12:22:39.3859523Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-08-17T12:22:39.3860829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-08-17T12:22:39.4308261Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-08-17T12:22:39.4309663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-08-17T12:22:39.4745814Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-08-17T12:22:39.4752910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-08-17T12:22:39.5061346Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-08-17T12:22:39.5085252Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:22:39.5250731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:22:39.7106357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-08-17T12:22:39.7131298Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:22:39.8305187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:22:39.8331347Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:22:39.9628588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:22:39.9653510Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-08-17T12:22:39.9688620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-08-17T12:22:39.9711551Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:22:40.0319087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:22:40.0332619Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-08-17T12:22:40.1278635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-08-17T12:22:40.1295850Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:22:40.1379911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-08-17T12:22:40.1392215Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-08-17T12:22:40.1566584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-08-17T12:22:40.1813729Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-08-17T12:22:40.2235438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-08-17T12:22:40.2254195Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-08-17T12:22:40.2365127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-08-17T12:22:40.2628834Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-08-17T12:22:40.2640632Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-08-17T12:22:40.2693625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-08-17T12:22:40.3050185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-08-17T12:22:40.3063820Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-08-17T12:22:40.4166210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-08-17T12:22:40.4258576Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-08-17T12:22:40.4362099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-08-17T12:22:40.4610863Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-08-17T12:22:40.4636661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-08-17T12:22:40.5023988Z [gw0] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-08-17T12:22:40.5036174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-08-17T12:22:40.5465357Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-08-17T12:22:40.5470860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-08-17T12:22:40.5897130Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-08-17T12:22:40.5902341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-08-17T12:22:40.6338015Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-08-17T12:22:40.6341395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-08-17T12:22:40.6568877Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-08-17T12:22:40.6586641Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-08-17T12:22:40.6777812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-08-17T12:22:40.6778963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-08-17T12:22:40.7220772Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-08-17T12:22:40.7221427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-08-17T12:22:40.7254456Z [gw0] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-08-17T12:22:40.7271197Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-08-17T12:22:40.7666952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-08-17T12:22:40.7667599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inverse_cpu_complex128 2022-08-17T12:22:40.8105369Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inverse_cpu_complex128 2022-08-17T12:22:40.8106048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inverse_cpu_float64 2022-08-17T12:22:40.8544255Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inverse_cpu_float64 2022-08-17T12:22:40.8546592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-08-17T12:22:40.8979753Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-08-17T12:22:40.8981790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-08-17T12:22:40.9418647Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-08-17T12:22:40.9420760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-08-17T12:22:40.9861480Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-08-17T12:22:40.9862264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-08-17T12:22:41.0307052Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-08-17T12:22:41.0307707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-08-17T12:22:41.0747841Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-08-17T12:22:41.0748605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-08-17T12:22:41.1187987Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-08-17T12:22:41.1188769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-08-17T12:22:41.1614786Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-08-17T12:22:41.1615809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-08-17T12:22:41.2050298Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-08-17T12:22:41.2051425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-08-17T12:22:41.2489735Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-08-17T12:22:41.2490855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-08-17T12:22:41.2749925Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-08-17T12:22:41.2766723Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-08-17T12:22:41.2932433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-08-17T12:22:41.2933487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-08-17T12:22:41.3363095Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-08-17T12:22:41.3364423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-08-17T12:22:41.3808670Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-08-17T12:22:41.3809374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-08-17T12:22:41.3909776Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-08-17T12:22:41.3926105Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-08-17T12:22:41.4251081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-08-17T12:22:41.4252170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-08-17T12:22:41.4694003Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-08-17T12:22:41.4694793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-08-17T12:22:41.5033454Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-08-17T12:22:41.5049387Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-08-17T12:22:41.5131448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-08-17T12:22:41.5133052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:22:41.5298285Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:22:41.5568029Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-08-17T12:22:41.5570408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:22:41.5580229Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:22:41.6005764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-08-17T12:22:41.6006661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:22:41.6454542Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:22:41.6460481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:22:41.6888309Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:22:41.6891731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-08-17T12:22:41.6951217Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-08-17T12:22:41.6969332Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-08-17T12:22:41.7203042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-08-17T12:22:41.7354498Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-08-17T12:22:41.7357701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-08-17T12:22:41.7374686Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-08-17T12:22:41.7600922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-08-17T12:22:41.7773099Z [gw2] [ 55%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-08-17T12:22:41.7801647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:22:41.7928864Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:22:41.7952842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-08-17T12:22:41.8211383Z [gw2] [ 55%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-08-17T12:22:41.8242867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:22:41.8256355Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:22:41.8653097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-08-17T12:22:41.8682160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-08-17T12:22:41.9092485Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-08-17T12:22:41.9116229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-08-17T12:22:41.9533365Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-08-17T12:22:41.9562930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-08-17T12:22:41.9971805Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-08-17T12:22:41.9999279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-08-17T12:22:42.0412129Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-08-17T12:22:42.0445849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-08-17T12:22:42.0853491Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-08-17T12:22:42.0881765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-08-17T12:22:42.1292655Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-08-17T12:22:42.1318411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-08-17T12:22:42.1732940Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-08-17T12:22:42.1758037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-08-17T12:22:42.2212493Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-08-17T12:22:43.0644347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-08-17T12:22:43.0670947Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-08-17T12:22:43.1175347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-08-17T12:22:43.1198793Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-08-17T12:22:43.1318306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-08-17T12:22:43.1641882Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-08-17T12:22:43.1651027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-08-17T12:22:43.2081710Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-08-17T12:22:43.2090549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-08-17T12:22:43.2522914Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-08-17T12:22:43.2526960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:22:43.2971579Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:22:43.2977706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-08-17T12:22:43.3413851Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-08-17T12:22:43.3421074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-08-17T12:22:43.3854090Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-08-17T12:22:43.3860234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-08-17T12:22:43.4281113Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-08-17T12:22:43.4286800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-08-17T12:22:43.4731867Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-08-17T12:22:43.4738756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-08-17T12:22:43.5186084Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-08-17T12:22:43.5194063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-08-17T12:22:43.5576627Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-08-17T12:22:43.5617316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-08-17T12:22:43.6017213Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-08-17T12:22:43.6054343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-08-17T12:22:43.6456940Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-08-17T12:22:43.6488344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-08-17T12:22:43.6893654Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-08-17T12:22:43.6926980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-08-17T12:22:43.7336366Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-08-17T12:22:43.7382196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-08-17T12:22:43.7530322Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-08-17T12:22:43.7541585Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-08-17T12:22:43.7774913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-08-17T12:22:43.7817320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-08-17T12:22:43.8254129Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-08-17T12:22:43.8262864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-08-17T12:22:43.8694508Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-08-17T12:22:43.8703163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-08-17T12:22:43.9136403Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-08-17T12:22:43.9145100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-08-17T12:22:43.9575379Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-08-17T12:22:43.9584197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-08-17T12:22:44.0010750Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-08-17T12:22:44.0019547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-08-17T12:22:44.0446771Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-08-17T12:22:44.0455534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-08-17T12:22:44.0552412Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-08-17T12:22:44.0567251Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-08-17T12:22:44.0681941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-08-17T12:22:44.0931622Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-08-17T12:22:44.0942591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-08-17T12:22:44.1002439Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-08-17T12:22:44.1011903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-08-17T12:22:44.1403113Z [gw2] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-08-17T12:22:44.1411687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-08-17T12:22:44.1420847Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-08-17T12:22:44.1845019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-08-17T12:22:44.1851490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-08-17T12:22:44.2282332Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-08-17T12:22:44.2286901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-08-17T12:22:44.2693448Z [gw0] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-08-17T12:22:44.2722646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-08-17T12:22:44.3163115Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-08-17T12:22:44.3171979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-08-17T12:22:44.3602301Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-08-17T12:22:44.3610945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-08-17T12:22:44.4042361Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-08-17T12:22:44.4051415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:22:44.4171721Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:22:44.4186098Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-08-17T12:22:44.4484750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-08-17T12:22:44.4493322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:22:44.4921892Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:22:44.4930432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-08-17T12:22:44.5410666Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-08-17T12:22:44.5419071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-08-17T12:22:44.5842373Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-08-17T12:22:44.5850972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-08-17T12:22:44.6276859Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-08-17T12:22:44.6285695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-08-17T12:22:44.6723524Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-08-17T12:22:44.6732465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:22:44.7168351Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:22:44.7176869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:22:44.7601968Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:22:44.7610573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-08-17T12:22:44.8096963Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-08-17T12:22:44.8134735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-08-17T12:22:44.8569283Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-08-17T12:22:44.8581961Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-08-17T12:22:44.8590020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-08-17T12:22:44.8600470Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-08-17T12:22:44.9009148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-08-17T12:22:44.9018485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-08-17T12:22:44.9415766Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-08-17T12:22:44.9458855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:22:44.9883388Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:22:44.9891910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:22:45.0321638Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:22:45.0330681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-08-17T12:22:45.0768586Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-08-17T12:22:45.0780014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-08-17T12:22:45.1207797Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-08-17T12:22:45.1216597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-08-17T12:22:45.1331397Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-08-17T12:22:45.1360379Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-08-17T12:22:45.1641766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-08-17T12:22:45.1649887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-08-17T12:22:45.1778086Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-08-17T12:22:45.1802200Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-08-17T12:22:45.2054337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-08-17T12:22:45.2077421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-08-17T12:22:45.2220744Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-08-17T12:22:45.2234621Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-08-17T12:22:45.2258065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-08-17T12:22:45.2492113Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-08-17T12:22:45.2517907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-08-17T12:22:45.2653307Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-08-17T12:22:45.2677005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-08-17T12:22:45.2932328Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-08-17T12:22:45.2955405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-08-17T12:22:45.3092859Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-08-17T12:22:45.3401742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-08-17T12:22:45.3406017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-08-17T12:22:45.3849885Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-08-17T12:22:45.3853979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:22:45.4293222Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:22:45.4294307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:22:45.4732696Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:22:45.4733417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-08-17T12:22:45.5135890Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-08-17T12:22:45.5167026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-08-17T12:22:45.5615568Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-08-17T12:22:45.5620508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-08-17T12:22:45.6093563Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-08-17T12:22:45.6099105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-08-17T12:22:45.6530886Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-08-17T12:22:45.6536062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:22:45.6970321Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:22:45.6975636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:22:45.7238462Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:22:45.7250568Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-08-17T12:22:45.7406362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-08-17T12:22:45.7412314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-08-17T12:22:45.7793336Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-08-17T12:22:45.7805058Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-08-17T12:22:45.7830962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-08-17T12:22:45.7851773Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-08-17T12:22:45.7885285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-08-17T12:22:45.8240846Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-08-17T12:22:45.8245648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-08-17T12:22:45.8330399Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-08-17T12:22:45.8334519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:22:45.8691094Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:22:45.8695582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-08-17T12:22:45.8769863Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-08-17T12:22:45.8774407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:22:45.9170180Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:22:45.9177536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-08-17T12:22:45.9214478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-08-17T12:22:45.9648434Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-08-17T12:22:45.9655976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-08-17T12:22:46.0087418Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-08-17T12:22:46.0094510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-08-17T12:22:46.0523754Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-08-17T12:22:46.0530729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-08-17T12:22:46.0963508Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-08-17T12:22:46.0970819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-08-17T12:22:46.1402342Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-08-17T12:22:46.1409685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-08-17T12:22:46.1846244Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-08-17T12:22:46.1854500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-08-17T12:22:46.2286236Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-08-17T12:22:46.2293456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-08-17T12:22:46.2726494Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-08-17T12:22:46.2733729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-08-17T12:22:46.3169309Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-08-17T12:22:46.3176505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-08-17T12:22:46.3606033Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-08-17T12:22:46.3613317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-08-17T12:22:46.4014060Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-08-17T12:22:46.4042860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-08-17T12:22:46.4452316Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-08-17T12:22:46.4484572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-08-17T12:22:46.4892451Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-08-17T12:22:46.4929228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-08-17T12:22:46.5332436Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-08-17T12:22:46.5363880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-08-17T12:22:46.5771701Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-08-17T12:22:46.5804477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-08-17T12:22:46.6212974Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-08-17T12:22:46.6238681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-08-17T12:22:46.6654542Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-08-17T12:22:46.6685491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-08-17T12:22:46.7092599Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-08-17T12:22:46.7126670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-08-17T12:22:46.7532007Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-08-17T12:22:46.7568040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-08-17T12:22:46.7972504Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-08-17T12:22:46.8002337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-08-17T12:22:46.8412357Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-08-17T12:22:46.8441669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-08-17T12:22:46.8852068Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-08-17T12:22:46.8891940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-08-17T12:22:46.9292629Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-08-17T12:22:46.9321143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-08-17T12:22:46.9768012Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-08-17T12:22:46.9775366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-08-17T12:22:47.0187480Z [gw0] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-08-17T12:22:47.0259697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-08-17T12:22:47.0617608Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-08-17T12:22:47.0653233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-08-17T12:22:47.1052723Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-08-17T12:22:47.1088473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-08-17T12:22:47.1492248Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-08-17T12:22:47.1974074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-08-17T12:22:47.1988365Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-08-17T12:22:47.2115003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-08-17T12:22:47.2412706Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-08-17T12:22:47.2485355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-08-17T12:22:47.2852893Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-08-17T12:22:47.3356365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-08-17T12:22:47.3409726Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-08-17T12:22:47.3499102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-08-17T12:22:47.3772939Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-08-17T12:22:47.3798795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-08-17T12:22:47.3806975Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-08-17T12:22:47.4304754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-08-17T12:22:47.4319050Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-08-17T12:22:47.4409007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-08-17T12:22:47.4693209Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-08-17T12:22:47.4730771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-08-17T12:22:47.5166963Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-08-17T12:22:47.5176777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-08-17T12:22:47.5649384Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-08-17T12:22:47.5659123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-08-17T12:22:47.5902602Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-08-17T12:22:47.5922517Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-08-17T12:22:47.5954406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-08-17T12:22:47.6082629Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-08-17T12:22:47.6087399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-08-17T12:22:47.6448681Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-08-17T12:22:47.6523706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-08-17T12:22:47.6535960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-08-17T12:22:47.6542607Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-08-17T12:22:47.6811148Z [gw2] [ 57%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-08-17T12:22:47.6962396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-08-17T12:22:47.6969868Z [gw2] [ 57%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-08-17T12:22:47.6974750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-08-17T12:22:47.7280476Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-08-17T12:22:47.7285839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-08-17T12:22:47.7400290Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-08-17T12:22:47.7405962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-08-17T12:22:47.7720541Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-08-17T12:22:47.7726077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-08-17T12:22:47.7811842Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-08-17T12:22:47.7831359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-08-17T12:22:47.8131853Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-08-17T12:22:47.8157809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-08-17T12:22:47.8251577Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-08-17T12:22:47.8278787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-08-17T12:22:47.8572056Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-08-17T12:22:47.8596254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-08-17T12:22:47.8691604Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-08-17T12:22:47.8712345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-08-17T12:22:47.9011745Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-08-17T12:22:47.9132836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-08-17T12:22:47.9156882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-08-17T12:22:47.9600424Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-08-17T12:22:47.9603324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-08-17T12:22:48.0012316Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-08-17T12:22:48.0036204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-08-17T12:22:48.0452630Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-08-17T12:22:48.0480370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-08-17T12:22:48.0893319Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-08-17T12:22:48.0967978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-08-17T12:22:48.1334277Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-08-17T12:22:48.1376057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-08-17T12:22:48.1722033Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-08-17T12:22:48.1736228Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-08-17T12:22:48.1772541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-08-17T12:22:48.1978263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-08-17T12:22:48.2213310Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-08-17T12:22:48.2234670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-08-17T12:22:48.2250229Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-08-17T12:22:48.2254462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-08-17T12:22:48.2691243Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-08-17T12:22:48.2694990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-08-17T12:22:48.3135325Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-08-17T12:22:48.3138577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-08-17T12:22:48.3563419Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-08-17T12:22:48.3565241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-08-17T12:22:48.4005814Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-08-17T12:22:48.4013630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-08-17T12:22:48.4419831Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-08-17T12:22:48.4454488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-08-17T12:22:48.4883502Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-08-17T12:22:48.4892038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-08-17T12:22:48.5323726Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-08-17T12:22:48.5332375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-08-17T12:22:48.5769692Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-08-17T12:22:48.5778180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-08-17T12:22:48.6209477Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-08-17T12:22:48.6215392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-08-17T12:22:48.6648286Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-08-17T12:22:48.6654192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-08-17T12:22:48.7088371Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-08-17T12:22:48.7094288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-08-17T12:22:48.7529137Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-08-17T12:22:48.7533409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-08-17T12:22:48.7971285Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-08-17T12:22:48.7977935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-08-17T12:22:48.8022842Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-08-17T12:22:48.8037592Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-08-17T12:22:48.8410718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-08-17T12:22:48.8417056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-08-17T12:22:48.8849366Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-08-17T12:22:48.8854944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-08-17T12:22:48.9138841Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-08-17T12:22:48.9153129Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-08-17T12:22:48.9328778Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-08-17T12:22:49.0920928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-08-17T12:22:49.0936749Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-08-17T12:22:49.1117063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-08-17T12:22:49.1372277Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-08-17T12:22:49.2294592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-08-17T12:22:49.2295594Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-08-17T12:22:49.2328052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-08-17T12:22:49.2561150Z [gw0] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-08-17T12:22:49.2575750Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-08-17T12:22:49.2612646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-08-17T12:22:49.2639205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-08-17T12:22:49.3016792Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-08-17T12:22:49.3031105Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-08-17T12:22:49.3056217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-08-17T12:22:49.3061643Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-08-17T12:22:49.3085893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-08-17T12:22:49.3452947Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-08-17T12:22:49.3476791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-08-17T12:22:49.3492115Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-08-17T12:22:49.3519134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-08-17T12:22:49.3892884Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-08-17T12:22:49.3932126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-08-17T12:22:49.3959460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-08-17T12:22:49.4412835Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-08-17T12:22:49.4439798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-08-17T12:22:49.4892216Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-08-17T12:22:49.4921278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-08-17T12:22:49.5331958Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-08-17T12:22:49.5364618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-08-17T12:22:49.5562256Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-08-17T12:22:49.5577200Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-08-17T12:22:49.5773513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-08-17T12:22:49.5807269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-08-17T12:22:49.6212780Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-08-17T12:22:49.6242806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-08-17T12:22:49.6653119Z [gw0] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-08-17T12:22:49.6683939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-08-17T12:22:49.7093011Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-08-17T12:22:49.7117582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-08-17T12:22:49.7534420Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-08-17T12:22:49.7559615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-08-17T12:22:49.8014625Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-08-17T12:22:49.8049131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-08-17T12:22:49.8234991Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-08-17T12:22:49.8248681Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:22:49.8494053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:22:49.8534638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:22:49.9007952Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:22:49.9015825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:22:49.9503116Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:22:49.9514760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:22:49.9939960Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:22:49.9949333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:22:50.0374463Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:22:50.0383302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-08-17T12:22:50.0796112Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-08-17T12:22:50.0845785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-08-17T12:22:50.1261453Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-08-17T12:22:50.1275149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-08-17T12:22:50.1702485Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-08-17T12:22:50.1713732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-08-17T12:22:50.2146369Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-08-17T12:22:50.2157919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-08-17T12:22:50.2534667Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-08-17T12:22:50.2567127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-08-17T12:22:50.2976155Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-08-17T12:22:50.3003692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-08-17T12:22:50.3455508Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-08-17T12:22:50.3486448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-08-17T12:22:50.3895386Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-08-17T12:22:50.3926457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-08-17T12:22:50.4335900Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-08-17T12:22:50.4365513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-08-17T12:22:50.4774755Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-08-17T12:22:50.6907997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-08-17T12:22:50.6929736Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-08-17T12:22:50.6953099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-08-17T12:22:50.6965316Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-08-17T12:22:50.7375782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-08-17T12:22:50.7395178Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-08-17T12:22:50.7425544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-08-17T12:22:50.7854357Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-08-17T12:22:50.7859173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-08-17T12:22:50.8295914Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-08-17T12:22:50.8301838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-08-17T12:22:50.8771598Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-08-17T12:22:50.9028493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:22:50.9043567Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-08-17T12:22:50.9345762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-08-17T12:22:50.9492320Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:22:50.9511959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:22:50.9955487Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:22:50.9965300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:22:51.0450207Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:22:51.0475716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-08-17T12:22:51.0841820Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-08-17T12:22:51.0851186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-08-17T12:22:51.1282183Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-08-17T12:22:51.1291535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-08-17T12:22:51.1721441Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-08-17T12:22:51.1730740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-08-17T12:22:51.1987983Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-08-17T12:22:51.2005978Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:22:51.2164550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-08-17T12:22:51.2165146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-08-17T12:22:51.2608058Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-08-17T12:22:51.2608736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-08-17T12:22:51.3040572Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-08-17T12:22:51.3047424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-08-17T12:22:51.3062422Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-08-17T12:22:51.3086157Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-08-17T12:22:51.3592716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-08-17T12:22:51.3602760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-08-17T12:22:51.3927913Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-08-17T12:22:51.3933329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-08-17T12:22:51.4098128Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-08-17T12:22:51.4117769Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-08-17T12:22:51.4350781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-08-17T12:22:51.4367193Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-08-17T12:22:51.4370001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-08-17T12:22:51.4385031Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-08-17T12:22:51.4772964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-08-17T12:22:51.4821895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-08-17T12:22:51.4852134Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-08-17T12:22:51.5095033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-08-17T12:22:51.5212488Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-08-17T12:22:51.5265336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-08-17T12:22:51.5681346Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-08-17T12:22:51.5683709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-08-17T12:22:51.5755432Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-08-17T12:22:51.5774509Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-08-17T12:22:51.6120625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-08-17T12:22:51.6127937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-08-17T12:22:51.6181468Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-08-17T12:22:51.6212208Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-08-17T12:22:51.6560724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-08-17T12:22:51.6566101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-08-17T12:22:51.7000636Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-08-17T12:22:51.7006703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-08-17T12:22:51.7447051Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-08-17T12:22:51.7452569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-08-17T12:22:51.7901804Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-08-17T12:22:51.7907336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-08-17T12:22:51.8328425Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-08-17T12:22:51.8331923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-08-17T12:22:51.8769242Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-08-17T12:22:51.8770319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-08-17T12:22:51.9201806Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-08-17T12:22:51.9207756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-08-17T12:22:51.9642361Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-08-17T12:22:51.9651342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:22:52.0084787Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:22:52.0093355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:22:52.0521360Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:22:52.0530449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:22:52.0960848Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:22:52.0967169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:22:52.1343614Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:22:52.1367607Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-08-17T12:22:52.1405393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-08-17T12:22:52.1410076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:22:52.1847007Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:22:52.1852732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:22:52.2282554Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:22:52.2288083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:22:52.2733665Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:22:52.2742101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:22:52.2815788Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:22:52.2835197Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-08-17T12:22:52.3167573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-08-17T12:22:52.3172547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:22:52.3601501Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:22:52.3606695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-08-17T12:22:52.4075058Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-08-17T12:22:52.4075754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-08-17T12:22:52.4406900Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-08-17T12:22:52.4428449Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-08-17T12:22:52.4492561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-08-17T12:22:52.4496778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:22:52.4894949Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:22:52.4926816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:22:52.5334857Z [gw0] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:22:52.5438763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-08-17T12:22:52.5630514Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-08-17T12:22:52.5643743Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-08-17T12:22:52.5772792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-08-17T12:22:52.5799872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-08-17T12:22:52.6211809Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-08-17T12:22:52.6238799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-08-17T12:22:52.6720975Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-08-17T12:22:52.6726563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-08-17T12:22:53.0348778Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-08-17T12:22:53.0355613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-08-17T12:22:53.0361547Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-08-17T12:22:53.0368504Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-08-17T12:22:53.0377682Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:22:53.0387179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:22:53.0395896Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:22:53.0414070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:22:53.0813050Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:22:53.0832179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:22:53.1293187Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:22:53.1317797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:22:53.1761324Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:22:53.1765354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:22:53.2200460Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:22:53.2208849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:22:53.2640553Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:22:53.2648688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:22:53.2992232Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:22:53.3008038Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:22:53.3031781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:22:53.3122516Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:22:53.3147069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-08-17T12:22:53.3170939Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-08-17T12:22:53.3436037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-08-17T12:22:53.3436932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:22:53.3874294Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:22:53.3878087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:22:53.4320115Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:22:53.4320864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:22:53.4350917Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:22:53.4370819Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-08-17T12:22:53.4737470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-08-17T12:22:53.4745493Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-08-17T12:22:53.4769884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-08-17T12:22:53.5145300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-08-17T12:22:53.5164640Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-08-17T12:22:53.5315147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-08-17T12:22:53.5332932Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-08-17T12:22:53.6393678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-08-17T12:22:53.6428194Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-08-17T12:22:53.6638425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-08-17T12:22:53.6925525Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-08-17T12:22:53.6933536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:22:53.6942700Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:22:53.6969359Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-08-17T12:22:53.7361943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-08-17T12:22:53.7374326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-08-17T12:22:53.7387552Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-08-17T12:22:53.7412535Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-08-17T12:22:53.7802190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-08-17T12:22:53.8099375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:22:53.8212517Z [gw0] [ 59%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:22:54.0138993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:22:54.0172582Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-08-17T12:22:54.1145440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-08-17T12:22:54.1164873Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-08-17T12:22:54.1196780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-08-17T12:22:54.1603198Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-08-17T12:22:54.1608922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-08-17T12:22:54.2090131Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-08-17T12:22:54.6710269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inverse_cpu_complex128 2022-08-17T12:22:54.6813345Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:22:54.8524973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:22:54.8549267Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:22:54.8584297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:22:54.9002427Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:22:54.9010855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:22:54.9481076Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:22:54.9489356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:22:54.9964113Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:22:54.9972176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-08-17T12:22:55.0400654Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-08-17T12:22:55.0408781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-08-17T12:22:55.0839724Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-08-17T12:22:55.0845622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-08-17T12:22:55.0949440Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-08-17T12:22:55.0973900Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inverse_cpu_complex128 2022-08-17T12:22:55.1321393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inverse_cpu_float64 2022-08-17T12:22:55.1324149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-08-17T12:22:55.1760540Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-08-17T12:22:55.1766897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-08-17T12:22:55.2290039Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-08-17T12:22:55.2322420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:22:55.2680545Z [gw0] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:22:55.2685213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-08-17T12:22:55.3035365Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-08-17T12:22:55.3047996Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inverse_cpu_float64 2022-08-17T12:22:55.3079172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-08-17T12:22:55.3122256Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-08-17T12:22:55.3126584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-08-17T12:22:55.3489902Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-08-17T12:22:55.3495382Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-08-17T12:22:55.3560298Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-08-17T12:22:55.3565955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:22:55.3931334Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:22:55.3936632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-08-17T12:22:55.4000688Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-08-17T12:22:55.4006082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-08-17T12:22:55.4372143Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-08-17T12:22:55.4380363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-08-17T12:22:55.4426366Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-08-17T12:22:55.4450922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-08-17T12:22:55.4813422Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-08-17T12:22:55.4821210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-08-17T12:22:55.4884201Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-08-17T12:22:55.4889609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:22:55.5252753Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:22:55.5258079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-08-17T12:22:55.5320663Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-08-17T12:22:55.5325724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:22:55.5689086Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:22:55.5693870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-08-17T12:22:55.5800676Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-08-17T12:22:55.5805807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:22:55.6130863Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:22:55.6135575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-08-17T12:22:55.6240577Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-08-17T12:22:55.6245436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:22:55.6571147Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:22:55.6576379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-08-17T12:22:55.6680924Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-08-17T12:22:55.6685789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:22:55.6992564Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:22:55.7011984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-08-17T12:22:55.7093688Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-08-17T12:22:55.7119630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:22:55.7453496Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:22:55.7462934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-08-17T12:22:55.7564776Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-08-17T12:22:55.7573400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-08-17T12:22:55.7891575Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-08-17T12:22:55.7900627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-08-17T12:22:55.8004960Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-08-17T12:22:55.8013605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:22:55.8052862Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:22:55.8066986Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-08-17T12:22:55.8330850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-08-17T12:22:55.8339749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-08-17T12:22:55.8442698Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-08-17T12:22:55.8452245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-08-17T12:22:55.8810473Z [gw0] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-08-17T12:22:55.8882299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-08-17T12:22:55.8892140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-08-17T12:22:55.9321765Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-08-17T12:22:55.9331972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:22:55.9781338Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:22:55.9791890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-08-17T12:22:56.0215916Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-08-17T12:22:56.0227003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-08-17T12:22:56.0653486Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-08-17T12:22:56.0686822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:22:56.1166307Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:22:56.1176541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:22:56.1646254Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:22:56.1655370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:22:56.1877910Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:22:56.1892741Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-08-17T12:22:56.2126562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-08-17T12:22:56.2136123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:22:56.2606435Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:22:56.2617368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:22:56.3082451Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:22:56.3093812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:22:56.3522147Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:22:56.3533126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:22:56.3964346Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:22:56.3975553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:22:56.4405437Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:22:56.4416386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:22:56.4842602Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:22:56.4852519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:22:56.5322421Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:22:56.5332702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:22:56.5763002Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:22:56.5771693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:22:56.6251239Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:22:56.6290941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-08-17T12:22:56.6614354Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-08-17T12:22:56.6636986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-08-17T12:22:56.7052292Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-08-17T12:22:56.7078659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:22:56.7493338Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:22:56.7525820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:22:56.7962903Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:22:56.7970482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:22:56.8407387Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:22:56.8415533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-08-17T12:22:56.8851846Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-08-17T12:22:56.8860101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-08-17T12:22:56.9252963Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-08-17T12:22:56.9286981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-08-17T12:22:56.9721853Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-08-17T12:22:56.9730574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:22:57.0161580Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:22:57.0169981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-08-17T12:22:57.0572474Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-08-17T12:22:57.0597610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:22:57.1012571Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:22:57.1042710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-08-17T12:22:57.1481443Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-08-17T12:22:57.1486197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:22:57.1920739Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:22:57.1925232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:22:57.2361020Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:22:57.2365885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:22:57.2793230Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:22:57.2802158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:22:57.3242012Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:22:57.3247668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:22:57.3683686Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:22:57.3687861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:22:57.4131362Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:22:57.4135838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-08-17T12:22:57.4570256Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-08-17T12:22:57.4575640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:22:57.5010692Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:22:57.5016842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:22:57.5084301Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:22:57.5101997Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-08-17T12:22:57.5455622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-08-17T12:22:57.5461727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:22:57.5893995Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:22:57.5899447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:22:57.6333456Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:22:57.6340902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:22:57.6777135Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:22:57.6781845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-08-17T12:22:57.7209848Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-08-17T12:22:57.7214056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-08-17T12:22:57.7651018Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-08-17T12:22:57.7659369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-08-17T12:22:57.8143419Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-08-17T12:22:57.8225370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-08-17T12:22:57.8272778Z [gw0] [ 60%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-08-17T12:22:57.8293213Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-08-17T12:22:57.8325194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:22:57.8605402Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:22:57.8613211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-08-17T12:22:57.8807570Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-08-17T12:22:57.8815511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:22:57.8931503Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:22:57.8966677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:22:57.9215857Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:22:57.9224216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-08-17T12:22:57.9449143Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-08-17T12:22:57.9495147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-08-17T12:22:57.9657549Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-08-17T12:22:57.9659376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-08-17T12:22:57.9843874Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-08-17T12:22:57.9846471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:22:58.0092659Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:22:58.0094788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:22:58.0275181Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:22:58.0277242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:22:58.0492105Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:22:58.0516223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:22:58.0691731Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:22:58.0715400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-08-17T12:22:58.0931791Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-08-17T12:22:58.1131812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-08-17T12:22:58.1157287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:22:58.1572128Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:22:58.1599129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:22:58.2011981Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:22:58.2040129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-08-17T12:22:58.2452084Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-08-17T12:22:58.2481134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-08-17T12:22:58.2892563Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-08-17T12:22:58.2920188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-08-17T12:22:58.3332358Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-08-17T12:22:58.3358876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-08-17T12:22:58.3772664Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-08-17T12:22:58.3799109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:22:58.3809867Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-08-17T12:22:58.3814754Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:22:58.4254710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-08-17T12:22:58.4258953Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-08-17T12:22:58.4263102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:22:58.4282053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-08-17T12:22:58.4732314Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:22:58.4759235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-08-17T12:22:58.5173669Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-08-17T12:22:58.5200104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:22:58.5612673Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:22:58.5641911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:22:58.5889528Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:22:58.5894584Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:22:58.6052125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:22:58.6090956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:22:58.6522168Z [gw0] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:22:58.6527314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:22:58.6838520Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:22:58.6851760Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-08-17T12:22:58.6961175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-08-17T12:22:58.6966081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-08-17T12:22:58.7402593Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-08-17T12:22:58.7407560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-08-17T12:22:58.7426374Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-08-17T12:22:58.7438454Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-08-17T12:22:58.7849340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:22:58.7857459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:22:58.8282401Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:22:58.8290506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:22:58.8721338Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:22:58.8729305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-08-17T12:22:58.9162449Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-08-17T12:22:58.9170373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-08-17T12:22:58.9608831Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-08-17T12:22:58.9616652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-08-17T12:22:59.0046067Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-08-17T12:22:59.0054679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-08-17T12:22:59.0387128Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-08-17T12:22:59.0403104Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:22:59.0453818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:22:59.0481621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-08-17T12:22:59.0931593Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-08-17T12:22:59.0937671Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-08-17T12:22:59.0964659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-08-17T12:22:59.0974639Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-08-17T12:22:59.0987164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-08-17T12:22:59.0994657Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:22:59.1374284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-08-17T12:22:59.1415314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-08-17T12:22:59.1850113Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-08-17T12:22:59.1850746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-08-17T12:22:59.2307025Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-08-17T12:22:59.2307703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-08-17T12:22:59.2734702Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-08-17T12:22:59.2735594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-08-17T12:22:59.3159549Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-08-17T12:22:59.3164213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-08-17T12:22:59.3599876Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-08-17T12:22:59.3604445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-08-17T12:22:59.4050251Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-08-17T12:22:59.4055290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-08-17T12:22:59.4491363Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-08-17T12:22:59.4496165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-08-17T12:22:59.4938408Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-08-17T12:22:59.4942461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-08-17T12:22:59.5150758Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-08-17T12:22:59.5172030Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-08-17T12:22:59.5379036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-08-17T12:22:59.5383222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-08-17T12:22:59.5781168Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-08-17T12:22:59.5805182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-08-17T12:22:59.5817024Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-08-17T12:22:59.5828133Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-08-17T12:22:59.6131463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-08-17T12:22:59.6151925Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-08-17T12:22:59.6213737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:22:59.6247331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-08-17T12:22:59.6691898Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-08-17T12:22:59.6697261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-08-17T12:22:59.7136148Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-08-17T12:22:59.7141573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-08-17T12:22:59.7368847Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-08-17T12:22:59.7387431Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:22:59.7568796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:22:59.7570938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-08-17T12:22:59.7652600Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-08-17T12:22:59.7813113Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:22:59.7842916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-08-17T12:22:59.8006755Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-08-17T12:22:59.8007463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-08-17T12:22:59.8294159Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-08-17T12:22:59.8294931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-08-17T12:22:59.8490419Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-08-17T12:22:59.8491246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-08-17T12:22:59.8769900Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-08-17T12:22:59.8892885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-08-17T12:22:59.8938626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-08-17T12:22:59.9409171Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-08-17T12:22:59.9706990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:22:59.9811972Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:22:59.9826236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:23:00.0251594Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:23:00.0270568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:23:00.0733042Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:23:00.0812070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:23:00.1217541Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:23:00.1253355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:23:00.1693246Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:23:00.1702643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-08-17T12:23:00.2132741Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-08-17T12:23:00.2141786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-08-17T12:23:00.2608127Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-08-17T12:23:00.2617476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-08-17T12:23:00.3047683Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-08-17T12:23:00.3056595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-08-17T12:23:00.3490348Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-08-17T12:23:00.3499344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-08-17T12:23:00.3941147Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-08-17T12:23:00.3951917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-08-17T12:23:00.4413718Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-08-17T12:23:00.5488473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-08-17T12:23:00.5512946Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-08-17T12:23:00.7198690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-08-17T12:23:00.7221836Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-08-17T12:23:00.9291690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-08-17T12:23:00.9327945Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-08-17T12:23:01.0091545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-08-17T12:23:01.0113797Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-08-17T12:23:01.3426472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-08-17T12:23:01.3438693Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-08-17T12:23:01.4660488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-08-17T12:23:01.4676870Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-08-17T12:23:01.4711163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-08-17T12:23:01.5108517Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-08-17T12:23:01.5123341Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-08-17T12:23:01.5136258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-08-17T12:23:01.5147043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-08-17T12:23:01.5572648Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-08-17T12:23:01.5582268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-08-17T12:23:01.6049094Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-08-17T12:23:01.6095150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-08-17T12:23:01.6220102Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-08-17T12:23:01.6238525Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-08-17T12:23:01.6452276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-08-17T12:23:01.6476861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-08-17T12:23:01.6893561Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-08-17T12:23:01.6921592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-08-17T12:23:01.7333331Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-08-17T12:23:01.7363027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-08-17T12:23:01.7804168Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-08-17T12:23:01.7808769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-08-17T12:23:01.8245329Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-08-17T12:23:01.8248543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-08-17T12:23:01.8689258Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-08-17T12:23:01.8692740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-08-17T12:23:01.9172495Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-08-17T12:23:01.9175858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-08-17T12:23:01.9611986Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-08-17T12:23:01.9615794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-08-17T12:23:02.0061247Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-08-17T12:23:02.0065354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-08-17T12:23:02.0571147Z [gw0] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-08-17T12:23:02.1272808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-08-17T12:23:02.1312505Z [gw0] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-08-17T12:23:02.1560823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-08-17T12:23:02.1598011Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-08-17T12:23:02.1611476Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-08-17T12:23:02.1810441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-08-17T12:23:02.2215848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-08-17T12:23:02.2254515Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-08-17T12:23:02.2366777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-08-17T12:23:02.2386142Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-08-17T12:23:02.2390853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-08-17T12:23:02.2772493Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-08-17T12:23:02.2810104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-08-17T12:23:02.3253355Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-08-17T12:23:02.3258887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-08-17T12:23:02.3698117Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-08-17T12:23:02.3707980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-08-17T12:23:02.4138330Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-08-17T12:23:02.4148860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-08-17T12:23:02.4571961Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-08-17T12:23:02.4582371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-08-17T12:23:02.4639897Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-08-17T12:23:02.4663556Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-08-17T12:23:02.5057714Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-08-17T12:23:02.5058406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-08-17T12:23:02.5499032Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-08-17T12:23:02.5499979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-08-17T12:23:02.5924685Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-08-17T12:23:02.5925504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-08-17T12:23:02.6361364Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-08-17T12:23:02.6377707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-08-17T12:23:02.6690137Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-08-17T12:23:02.6700016Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-08-17T12:23:02.6813208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-08-17T12:23:02.6855097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-08-17T12:23:02.7294968Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-08-17T12:23:02.7298430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-08-17T12:23:02.7769536Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-08-17T12:23:02.7773381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-08-17T12:23:02.8209627Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-08-17T12:23:02.8213317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-08-17T12:23:02.8651478Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-08-17T12:23:02.8655940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-08-17T12:23:02.9126838Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-08-17T12:23:02.9131032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-08-17T12:23:02.9565821Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-08-17T12:23:02.9574236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-08-17T12:23:03.0042252Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-08-17T12:23:03.0050163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-08-17T12:23:03.0484091Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-08-17T12:23:03.0492783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-08-17T12:23:03.0962906Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-08-17T12:23:03.0971223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-08-17T12:23:03.1445008Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-08-17T12:23:03.1450715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-08-17T12:23:03.1888386Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-08-17T12:23:03.1896210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-08-17T12:23:03.2342197Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-08-17T12:23:03.2392568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-08-17T12:23:03.2848294Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-08-17T12:23:03.2921770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-08-17T12:23:03.3304456Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-08-17T12:23:03.3314849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-08-17T12:23:03.3734684Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-08-17T12:23:03.3771560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:03.4216546Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:03.4697583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-08-17T12:23:03.4708714Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-08-17T12:23:03.4819444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-08-17T12:23:03.5133241Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-08-17T12:23:03.5172970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-08-17T12:23:03.5620233Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-08-17T12:23:03.5654529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-08-17T12:23:03.6101581Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-08-17T12:23:03.8214710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-08-17T12:23:03.8235068Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-08-17T12:23:03.8656924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-08-17T12:23:03.8694222Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-08-17T12:23:04.0920829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-08-17T12:23:04.0932939Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-08-17T12:23:04.1480024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-08-17T12:23:04.1511671Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-08-17T12:23:04.1665514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:04.1972571Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:04.2090513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:04.2490261Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:04.2507091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:04.2893601Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:04.2979948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:04.3452882Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:04.3467610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:04.3851770Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:04.3874798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-08-17T12:23:04.4332093Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-08-17T12:23:04.4354400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:04.4814545Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:04.4841571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:04.5256947Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:04.5277197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-08-17T12:23:04.5737848Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-08-17T12:23:04.5756315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-08-17T12:23:04.6217589Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-08-17T12:23:04.6241897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-08-17T12:23:04.6652648Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-08-17T12:23:04.6826661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-08-17T12:23:04.7132267Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-08-17T12:23:04.7183893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-08-17T12:23:04.7572497Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-08-17T12:23:04.7593874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-08-17T12:23:04.8052022Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-08-17T12:23:04.8074540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-08-17T12:23:04.8534106Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-08-17T12:23:04.9042847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-08-17T12:23:04.9067211Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-08-17T12:23:04.9270595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-08-17T12:23:04.9531857Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-08-17T12:23:04.9550729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-08-17T12:23:05.0006818Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-08-17T12:23:05.0007556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-08-17T12:23:05.0534208Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-08-17T12:23:05.0703430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-08-17T12:23:05.0966157Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-08-17T12:23:05.0967110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-08-17T12:23:05.1372122Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-08-17T12:23:05.1747416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-08-17T12:23:05.1772724Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-08-17T12:23:05.1891332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-08-17T12:23:05.2331000Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-08-17T12:23:05.2443029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-08-17T12:23:05.2714711Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-08-17T12:23:05.2719110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-08-17T12:23:05.3122188Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-08-17T12:23:05.3123652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-08-17T12:23:05.3616000Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-08-17T12:23:05.3616851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-08-17T12:23:05.4053546Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-08-17T12:23:05.4061524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:05.4454308Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:05.4481916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-08-17T12:23:05.4933579Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-08-17T12:23:05.4972274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-08-17T12:23:05.5419984Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-08-17T12:23:05.5477584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:05.5856799Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:05.5936151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:05.6294827Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:05.6325111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-08-17T12:23:05.6735563Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-08-17T12:23:05.6766742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-08-17T12:23:05.7175426Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-08-17T12:23:05.7214705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-08-17T12:23:05.7613590Z [gw0] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-08-17T12:23:05.7640735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-08-17T12:23:05.8053866Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-08-17T12:23:05.8082841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-08-17T12:23:05.8493724Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-08-17T12:23:05.8520847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:05.8937005Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:05.8964596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:05.9403621Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:05.9409633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:05.9842652Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:05.9843707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:06.0302783Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:06.0303480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-08-17T12:23:06.0695706Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-08-17T12:23:06.0725526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-08-17T12:23:06.1134936Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-08-17T12:23:06.1159810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:06.1575172Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:06.1605500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:06.2017917Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:06.2040825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-08-17T12:23:06.2453047Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-08-17T12:23:06.2485658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-08-17T12:23:06.2921704Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-08-17T12:23:06.2922538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-08-17T12:23:06.3334076Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-08-17T12:23:06.3361366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:06.3775737Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:06.3806285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:06.4254916Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:06.4281320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-08-17T12:23:06.4698409Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-08-17T12:23:06.4738916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:06.5155659Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:06.5173324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:06.5615408Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:06.5659042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:06.6081971Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:06.6103053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:06.6555057Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:06.6567991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-08-17T12:23:06.6945214Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-08-17T12:23:06.6997253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-08-17T12:23:06.7436769Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-08-17T12:23:06.7450738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:06.7854144Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:06.7886615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:06.8337317Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:06.8373216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:06.8773983Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:06.8792670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:06.9214553Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:06.9233989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:06.9350110Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:06.9357858Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-08-17T12:23:06.9688849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-08-17T12:23:06.9689502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:07.0094119Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:07.0125440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:07.0554986Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:07.0567493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:07.1018325Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:07.1027544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-08-17T12:23:07.1455913Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-08-17T12:23:07.1463052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-08-17T12:23:07.1890223Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-08-17T12:23:07.1896910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-08-17T12:23:07.2329721Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-08-17T12:23:07.2331733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-08-17T12:23:07.2766327Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-08-17T12:23:07.2772563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-08-17T12:23:07.3207498Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-08-17T12:23:07.3211619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-08-17T12:23:07.3646462Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-08-17T12:23:07.3649208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-08-17T12:23:07.4093326Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-08-17T12:23:07.4095587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-08-17T12:23:07.4612761Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-08-17T12:23:07.4857137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-08-17T12:23:07.5040800Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-08-17T12:23:07.5041451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-08-17T12:23:07.5491085Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-08-17T12:23:07.6099483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-08-17T12:23:07.6121268Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-08-17T12:23:07.6338553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-08-17T12:23:07.6612561Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-08-17T12:23:07.7551665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-08-17T12:23:07.7594679Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-08-17T12:23:07.7950181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-08-17T12:23:07.8021777Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-08-17T12:23:07.8345533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-08-17T12:23:07.8480097Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-08-17T12:23:07.8497818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-08-17T12:23:07.8938195Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-08-17T12:23:07.8948025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-08-17T12:23:07.9385293Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-08-17T12:23:07.9396135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-08-17T12:23:07.9823197Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-08-17T12:23:07.9833776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-08-17T12:23:08.0255725Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-08-17T12:23:08.0258534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-08-17T12:23:08.0692956Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-08-17T12:23:08.0701983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-08-17T12:23:08.1132600Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-08-17T12:23:08.1135056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-08-17T12:23:08.1573203Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-08-17T12:23:08.1581872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-08-17T12:23:08.1980290Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-08-17T12:23:08.4836437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-08-17T12:23:08.4857387Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-08-17T12:23:08.5338678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-08-17T12:23:08.5359536Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-08-17T12:23:08.5394457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-08-17T12:23:08.5821364Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-08-17T12:23:08.5822056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-08-17T12:23:08.6271787Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-08-17T12:23:08.6272479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-08-17T12:23:08.6701416Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-08-17T12:23:08.6702090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-08-17T12:23:08.7146911Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-08-17T12:23:08.7147586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-08-17T12:23:08.7585444Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-08-17T12:23:08.7586120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-08-17T12:23:08.8027681Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-08-17T12:23:08.8068926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-08-17T12:23:08.8501793Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-08-17T12:23:08.8502430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-08-17T12:23:08.8935311Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-08-17T12:23:08.8943109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-08-17T12:23:08.9417847Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-08-17T12:23:08.9738814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-08-17T12:23:08.9857191Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-08-17T12:23:08.9957715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-08-17T12:23:09.0329664Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-08-17T12:23:09.0337446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-08-17T12:23:09.0771630Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-08-17T12:23:09.0775820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-08-17T12:23:09.1210325Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-08-17T12:23:09.1214783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-08-17T12:23:09.1651616Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-08-17T12:23:09.1656603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-08-17T12:23:09.2066733Z [gw0] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-08-17T12:23:09.2386456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-08-17T12:23:09.2496597Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-08-17T12:23:09.2580443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-08-17T12:23:09.2973777Z [gw0] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-08-17T12:23:09.3206561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-08-17T12:23:09.3241849Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-08-17T12:23:09.3258808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-08-17T12:23:09.3373608Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-08-17T12:23:09.3442304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-08-17T12:23:09.3850642Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-08-17T12:23:09.3857334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-08-17T12:23:09.3904449Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-08-17T12:23:09.3930250Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-08-17T12:23:09.3981187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-08-17T12:23:09.4294091Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-08-17T12:23:09.4296332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-08-17T12:23:09.4364782Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-08-17T12:23:09.4369218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-08-17T12:23:09.4729721Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-08-17T12:23:09.4734788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-08-17T12:23:09.4790610Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-08-17T12:23:09.4818062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-08-17T12:23:09.5164311Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-08-17T12:23:09.5169730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-08-17T12:23:09.5244289Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-08-17T12:23:09.5249678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-08-17T12:23:09.5573293Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-08-17T12:23:09.5601689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-08-17T12:23:09.5653151Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-08-17T12:23:09.5678257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-08-17T12:23:09.6014208Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-08-17T12:23:09.6039902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-08-17T12:23:09.6113967Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-08-17T12:23:09.6457565Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-08-17T12:23:09.6489291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-08-17T12:23:09.6894962Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-08-17T12:23:09.6925134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-08-17T12:23:09.7332039Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-08-17T12:23:09.7362406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-08-17T12:23:09.7817235Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-08-17T12:23:09.7846220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-08-17T12:23:09.8217575Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-08-17T12:23:09.8241399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-08-17T12:23:09.8656089Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-08-17T12:23:09.9145203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-08-17T12:23:09.9181419Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-08-17T12:23:09.9778506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-08-17T12:23:09.9798540Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-08-17T12:23:09.9850388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-08-17T12:23:09.9865398Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-08-17T12:23:10.0044219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-08-17T12:23:10.0324491Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-08-17T12:23:10.0329333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-08-17T12:23:10.0763287Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-08-17T12:23:10.0768351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-08-17T12:23:10.1206634Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-08-17T12:23:10.1211736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-08-17T12:23:10.1683844Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-08-17T12:23:10.1688690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-08-17T12:23:10.2009265Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-08-17T12:23:10.2048421Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-08-17T12:23:10.2123122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-08-17T12:23:10.2128246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-08-17T12:23:10.2564365Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-08-17T12:23:10.2569261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-08-17T12:23:10.2679391Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-08-17T12:23:10.2706394Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-08-17T12:23:10.3013547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:23:10.5806923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-08-17T12:23:10.5835296Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-08-17T12:23:10.6235348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-08-17T12:23:10.6260160Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-08-17T12:23:10.6290192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-08-17T12:23:10.6323832Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:23:10.7080707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-08-17T12:23:10.7107984Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-08-17T12:23:10.7928974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-08-17T12:23:10.7970685Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-08-17T12:23:10.8522359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-08-17T12:23:10.8551871Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-08-17T12:23:11.1277880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-08-17T12:23:11.1290423Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-08-17T12:23:11.1395473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-08-17T12:23:11.1410366Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-08-17T12:23:11.1626187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-08-17T12:23:11.1698161Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-08-17T12:23:11.1776483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-08-17T12:23:11.2136764Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-08-17T12:23:11.2162703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-08-17T12:23:11.2615129Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-08-17T12:23:11.2620190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-08-17T12:23:11.3049365Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-08-17T12:23:11.3054626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-08-17T12:23:11.3486243Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-08-17T12:23:11.3491469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-08-17T12:23:11.3927215Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-08-17T12:23:11.3932290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-08-17T12:23:11.4367768Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-08-17T12:23:11.4373079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-08-17T12:23:11.4844279Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-08-17T12:23:11.4849692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-08-17T12:23:11.5291148Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-08-17T12:23:11.5296153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-08-17T12:23:11.5697441Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-08-17T12:23:11.6069708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-08-17T12:23:11.6091517Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-08-17T12:23:11.7013915Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-08-17T12:23:11.7024217Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-08-17T12:23:11.7440350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-08-17T12:23:11.7460640Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-08-17T12:23:11.7705124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-08-17T12:23:11.7892683Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-08-17T12:23:11.7928837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-08-17T12:23:11.8353218Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-08-17T12:23:11.8369658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-08-17T12:23:11.8773810Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-08-17T12:23:11.8798746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-08-17T12:23:11.9212932Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-08-17T12:23:11.9241037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-08-17T12:23:11.9652771Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-08-17T12:23:11.9677413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-08-17T12:23:12.0120049Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-08-17T12:23:12.0120945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-08-17T12:23:12.0583433Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-08-17T12:23:12.0584152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-08-17T12:23:12.1007344Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-08-17T12:23:12.1033693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-08-17T12:23:12.1454151Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-08-17T12:23:12.1482886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-08-17T12:23:12.1898587Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-08-17T12:23:12.1925695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-08-17T12:23:12.2358560Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-08-17T12:23:12.2374708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-08-17T12:23:12.2797389Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-08-17T12:23:12.2813738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-08-17T12:23:12.3273697Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-08-17T12:23:12.3288424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-08-17T12:23:12.3711110Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-08-17T12:23:12.3729058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-08-17T12:23:12.4137035Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-08-17T12:23:12.4144520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-08-17T12:23:12.4150206Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-08-17T12:23:12.4180935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-08-17T12:23:12.4612184Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-08-17T12:23:12.4617306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-08-17T12:23:12.5014757Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-08-17T12:23:12.5041487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-08-17T12:23:12.5495727Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-08-17T12:23:12.5498170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-08-17T12:23:12.5898103Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-08-17T12:23:12.5934031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-08-17T12:23:12.6336633Z [gw0] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-08-17T12:23:12.6865051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-08-17T12:23:12.7013696Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-08-17T12:23:12.7256593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-08-17T12:23:12.7484229Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-08-17T12:23:12.7493436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-08-17T12:23:12.7931445Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-08-17T12:23:12.7939984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-08-17T12:23:12.8362971Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-08-17T12:23:12.8371716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-08-17T12:23:12.8803264Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-08-17T12:23:12.8811982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-08-17T12:23:12.9246754Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-08-17T12:23:12.9255519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-08-17T12:23:12.9684692Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-08-17T12:23:12.9693262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-08-17T12:23:13.0126520Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-08-17T12:23:13.0134990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-08-17T12:23:13.0321782Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-08-17T12:23:13.0341722Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-08-17T12:23:13.0566679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-08-17T12:23:13.0571061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-08-17T12:23:13.1018017Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-08-17T12:23:13.1022471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-08-17T12:23:13.1457193Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-08-17T12:23:13.1462405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-08-17T12:23:13.1893445Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-08-17T12:23:13.1903331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-08-17T12:23:13.2341515Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-08-17T12:23:13.2353481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-08-17T12:23:13.2780916Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-08-17T12:23:13.2792126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-08-17T12:23:13.3205998Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-08-17T12:23:13.3213826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-08-17T12:23:13.3230095Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-08-17T12:23:13.3253480Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-08-17T12:23:13.3643658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:23:13.3651369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-08-17T12:23:13.4083006Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-08-17T12:23:13.4090773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-08-17T12:23:13.4535508Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-08-17T12:23:13.4543145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-08-17T12:23:13.4955444Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-08-17T12:23:13.4963169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-08-17T12:23:13.5405473Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-08-17T12:23:13.5413052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-08-17T12:23:13.5831939Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-08-17T12:23:13.5871785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-08-17T12:23:13.6292369Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-08-17T12:23:13.6299449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-08-17T12:23:13.6684530Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-08-17T12:23:13.6706078Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:23:13.6711799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:23:13.6731685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-08-17T12:23:13.7203493Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-08-17T12:23:13.7212557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-08-17T12:23:13.7295391Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-08-17T12:23:13.7317824Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:23:13.7644587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:23:13.7653726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-08-17T12:23:13.8051637Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-08-17T12:23:13.8076648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-08-17T12:23:13.8491600Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-08-17T12:23:13.8520995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-08-17T12:23:13.8933167Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-08-17T12:23:13.8963004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-08-17T12:23:13.9376589Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-08-17T12:23:13.9401671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-08-17T12:23:13.9815776Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-08-17T12:23:13.9843261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-08-17T12:23:14.0085357Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-08-17T12:23:14.0094525Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:23:14.0253667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-08-17T12:23:14.0285091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-08-17T12:23:14.0557445Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-08-17T12:23:14.0567204Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-08-17T12:23:14.0722689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-08-17T12:23:14.0727150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-08-17T12:23:14.1157206Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-08-17T12:23:14.1157864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-08-17T12:23:14.1585843Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-08-17T12:23:14.1605157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-08-17T12:23:14.2019468Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-08-17T12:23:14.2044720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-08-17T12:23:14.2491693Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-08-17T12:23:14.2500547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-08-17T12:23:14.2931795Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-08-17T12:23:14.2941229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-08-17T12:23:14.3377602Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-08-17T12:23:14.3386825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-08-17T12:23:14.3813737Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-08-17T12:23:14.3822055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-08-17T12:23:14.4216336Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-08-17T12:23:14.4251014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-08-17T12:23:14.4684287Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-08-17T12:23:14.4691956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-08-17T12:23:14.5133656Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-08-17T12:23:14.5142068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-08-17T12:23:14.5533744Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-08-17T12:23:14.5572600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-08-17T12:23:14.5610674Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-08-17T12:23:14.5635652Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-08-17T12:23:14.6008956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-08-17T12:23:14.6016057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-08-17T12:23:14.6450164Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-08-17T12:23:14.6461763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-08-17T12:23:14.6886290Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-08-17T12:23:14.6896681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-08-17T12:23:14.6904794Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-08-17T12:23:14.6910729Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-08-17T12:23:14.7340897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-08-17T12:23:14.7348848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-08-17T12:23:14.7766443Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-08-17T12:23:14.7775447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-08-17T12:23:14.8217555Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-08-17T12:23:14.8218182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-08-17T12:23:14.8322737Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-08-17T12:23:14.8342063Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-08-17T12:23:14.8376581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-08-17T12:23:14.8646417Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-08-17T12:23:14.8647022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-08-17T12:23:14.8773697Z [gw0] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-08-17T12:23:14.8811080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-08-17T12:23:14.9095119Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-08-17T12:23:14.9149719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-08-17T12:23:14.9283287Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-08-17T12:23:14.9291113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-08-17T12:23:14.9570472Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-08-17T12:23:14.9743986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-08-17T12:23:14.9753693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-08-17T12:23:15.0065402Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-08-17T12:23:15.0095218Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-08-17T12:23:15.0160367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-08-17T12:23:15.0244105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:23:15.0590427Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-08-17T12:23:15.0601493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-08-17T12:23:15.1023372Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-08-17T12:23:15.1033291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-08-17T12:23:15.1481862Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-08-17T12:23:15.2326228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-08-17T12:23:15.2350373Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:23:15.2704952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:23:15.2774661Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:23:15.4115621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:23:15.4138958Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:23:15.4438079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:23:15.4452974Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-08-17T12:23:15.4551245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-08-17T12:23:15.4574420Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:23:15.4827693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-08-17T12:23:15.4857796Z [gw0] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-08-17T12:23:15.6802506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-08-17T12:23:15.6827016Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-08-17T12:23:15.7049447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-08-17T12:23:15.7252133Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-08-17T12:23:15.9460127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-08-17T12:23:15.9487014Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-08-17T12:23:15.9965520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-08-17T12:23:15.9977288Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-08-17T12:23:16.2245864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-08-17T12:23:16.2258060Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-08-17T12:23:16.2728224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-08-17T12:23:16.2739872Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-08-17T12:23:16.3839337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-08-17T12:23:16.3861331Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-08-17T12:23:16.3960766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-08-17T12:23:16.3974599Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-08-17T12:23:16.4088914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-08-17T12:23:16.4532420Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-08-17T12:23:16.5963187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-08-17T12:23:16.5984278Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-08-17T12:23:16.6997619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-08-17T12:23:16.7030072Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-08-17T12:23:16.7231639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-08-17T12:23:16.7454324Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-08-17T12:23:16.8721538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-08-17T12:23:16.8805806Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-08-17T12:23:16.9154583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-08-17T12:23:16.9212614Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-08-17T12:23:17.0655598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-08-17T12:23:17.0705163Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-08-17T12:23:17.0982851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-08-17T12:23:17.1132617Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-08-17T12:23:17.1157100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-08-17T12:23:17.1573160Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-08-17T12:23:17.1601212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-08-17T12:23:17.2012838Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-08-17T12:23:17.2038103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-08-17T12:23:17.2452340Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-08-17T12:23:17.2476934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-08-17T12:23:17.2936603Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-08-17T12:23:17.2965251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-08-17T12:23:17.3384288Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-08-17T12:23:17.3414113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-08-17T12:23:17.3813764Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-08-17T12:23:17.3846761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-08-17T12:23:17.4269738Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-08-17T12:23:17.4287337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-08-17T12:23:17.4710001Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-08-17T12:23:17.4723365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-08-17T12:23:17.5172686Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-08-17T12:23:17.5201029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-08-17T12:23:17.5647219Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-08-17T12:23:17.5694421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-08-17T12:23:17.6085234Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-08-17T12:23:17.6110174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-08-17T12:23:17.6494591Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-08-17T12:23:17.6529834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-08-17T12:23:17.6975988Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-08-17T12:23:17.7004347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-08-17T12:23:17.7415067Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-08-17T12:23:17.7441084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-08-17T12:23:17.7853575Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-08-17T12:23:17.7882627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-08-17T12:23:17.8312505Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-08-17T12:23:17.8325393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-08-17T12:23:17.8732991Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-08-17T12:23:17.8755105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-08-17T12:23:17.9183182Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-08-17T12:23:17.9198139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-08-17T12:23:17.9626508Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-08-17T12:23:17.9646044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-08-17T12:23:18.0053755Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-08-17T12:23:18.0087339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-08-17T12:23:18.0494010Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-08-17T12:23:18.0717813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-08-17T12:23:18.0935576Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-08-17T12:23:18.0997064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-08-17T12:23:18.1373995Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-08-17T12:23:18.1412182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-08-17T12:23:18.1814016Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-08-17T12:23:18.1847422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-08-17T12:23:18.2258962Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-08-17T12:23:18.2550270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-08-17T12:23:18.2693993Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-08-17T12:23:18.2905326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-08-17T12:23:18.3230423Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-08-17T12:23:18.3304623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-08-17T12:23:18.3656974Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-08-17T12:23:18.3685645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-08-17T12:23:18.4093557Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-08-17T12:23:18.4123294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-08-17T12:23:18.4532911Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-08-17T12:23:18.4560840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-08-17T12:23:18.4972838Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-08-17T12:23:18.5000379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-08-17T12:23:18.5443085Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-08-17T12:23:18.5450558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-08-17T12:23:18.5885374Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-08-17T12:23:18.5893037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-08-17T12:23:18.6336119Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-08-17T12:23:18.6343380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-08-17T12:23:18.6789261Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-08-17T12:23:18.6789920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-08-17T12:23:18.7259268Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-08-17T12:23:18.7402856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-08-17T12:23:18.7428030Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-08-17T12:23:18.8072394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-08-17T12:23:18.8099855Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-08-17T12:23:19.1613814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-08-17T12:23:19.1634812Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-08-17T12:23:19.1919781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-08-17T12:23:19.2010717Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-08-17T12:23:19.2034318Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-08-17T12:23:19.2060204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-08-17T12:23:19.2254664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:23:19.2452073Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-08-17T12:23:19.2467569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-08-17T12:23:19.2497195Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:23:19.2503368Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-08-17T12:23:19.2524226Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:23:19.2921655Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:23:19.2924937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-08-17T12:23:19.2957170Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-08-17T12:23:19.2959629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:19.3361705Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:19.3365377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-08-17T12:23:19.3454479Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-08-17T12:23:19.3801437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:23:19.3803114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-08-17T12:23:19.4291750Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-08-17T12:23:19.4292399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-08-17T12:23:19.4728865Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-08-17T12:23:19.4729508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-08-17T12:23:19.5168104Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-08-17T12:23:19.5172346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-08-17T12:23:19.5608367Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-08-17T12:23:19.5609064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-08-17T12:23:19.5822065Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-08-17T12:23:19.5933388Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:23:19.6046996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-08-17T12:23:19.6047572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-08-17T12:23:19.6454550Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-08-17T12:23:19.6485521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-08-17T12:23:19.6778655Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-08-17T12:23:19.6799290Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-08-17T12:23:19.6854952Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-08-17T12:23:19.6867276Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-08-17T12:23:19.6923219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-08-17T12:23:19.6927618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-08-17T12:23:19.7435677Z [gw0] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-08-17T12:23:19.7445145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-08-17T12:23:19.7775208Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-08-17T12:23:19.7811174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-08-17T12:23:19.8248700Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-08-17T12:23:19.8253232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-08-17T12:23:19.8686419Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-08-17T12:23:19.8691976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-08-17T12:23:19.9126112Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-08-17T12:23:19.9126739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-08-17T12:23:19.9589591Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-08-17T12:23:19.9590774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-08-17T12:23:20.0014909Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-08-17T12:23:20.0017023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-08-17T12:23:20.0448956Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-08-17T12:23:20.0451016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-08-17T12:23:20.0892547Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-08-17T12:23:20.0894696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-08-17T12:23:20.1330236Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-08-17T12:23:20.1332594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-08-17T12:23:20.1743984Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-08-17T12:23:20.1763021Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-08-17T12:23:20.1818734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-08-17T12:23:20.1819294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-08-17T12:23:20.2211649Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-08-17T12:23:20.2213356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-08-17T12:23:20.2653296Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-08-17T12:23:20.2657246Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-08-17T12:23:20.2658028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-08-17T12:23:20.2660281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-08-17T12:23:20.2976716Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-08-17T12:23:20.3074890Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-08-17T12:23:20.3095277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-08-17T12:23:20.3104341Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-08-17T12:23:20.3196747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-08-17T12:23:20.3528734Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-08-17T12:23:20.3542959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-08-17T12:23:20.3574654Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-08-17T12:23:20.3934435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-08-17T12:23:20.3962101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-08-17T12:23:20.4376183Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-08-17T12:23:20.4407661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-08-17T12:23:20.4859905Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-08-17T12:23:20.4860582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-08-17T12:23:20.5063901Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-08-17T12:23:20.5076457Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-08-17T12:23:20.5263927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-08-17T12:23:20.5297288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-08-17T12:23:20.5371515Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-08-17T12:23:20.5533789Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-08-17T12:23:20.5695865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-08-17T12:23:20.5750984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-08-17T12:23:20.6276850Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-08-17T12:23:20.6358902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-08-17T12:23:20.6740611Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-08-17T12:23:20.6746327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-08-17T12:23:20.6883446Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-08-17T12:23:20.6892981Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-08-17T12:23:20.7176670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-08-17T12:23:20.7183552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-08-17T12:23:20.7211898Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-08-17T12:23:20.7332283Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-08-17T12:23:20.7650348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-08-17T12:23:20.8005317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-08-17T12:23:20.8028922Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-08-17T12:23:20.8749513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-08-17T12:23:20.8909711Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-08-17T12:23:20.9368468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-08-17T12:23:20.9400406Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-08-17T12:23:20.9457407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-08-17T12:23:20.9893861Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-08-17T12:23:20.9894584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-08-17T12:23:21.0370239Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-08-17T12:23:21.0371008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-08-17T12:23:21.0819125Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-08-17T12:23:21.0820363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-08-17T12:23:21.1037946Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-08-17T12:23:21.1054693Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-08-17T12:23:21.1291264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-08-17T12:23:21.1291869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-08-17T12:23:21.1732024Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-08-17T12:23:21.1732659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-08-17T12:23:21.2214042Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-08-17T12:23:21.2214641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-08-17T12:23:21.2654564Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-08-17T12:23:21.2655170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-08-17T12:23:21.3087357Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-08-17T12:23:21.3088922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-08-17T12:23:21.3570330Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-08-17T12:23:21.3755162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-08-17T12:23:21.3770722Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-08-17T12:23:21.3775243Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-08-17T12:23:21.3932935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:23:21.4007761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-08-17T12:23:21.4410632Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-08-17T12:23:21.4412158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-08-17T12:23:21.4889838Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-08-17T12:23:21.4892282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-08-17T12:23:21.5330402Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-08-17T12:23:21.5331023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-08-17T12:23:21.5734825Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-08-17T12:23:21.5773853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-08-17T12:23:21.6249882Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-08-17T12:23:21.6633693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-08-17T12:23:21.6892411Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-08-17T12:23:21.6919126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-08-17T12:23:21.7333210Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-08-17T12:23:21.7361747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-08-17T12:23:21.7773039Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-08-17T12:23:21.8342008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-08-17T12:23:21.8454790Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-08-17T12:23:21.8751261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-08-17T12:23:21.9010205Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-08-17T12:23:21.9681779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-08-17T12:23:21.9713831Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-08-17T12:23:21.9940558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-08-17T12:23:22.0016311Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-08-17T12:23:22.0103873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-08-17T12:23:22.0418804Z [gw0] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-08-17T12:23:22.0419435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-08-17T12:23:22.0898808Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-08-17T12:23:22.0899448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-08-17T12:23:22.1332770Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-08-17T12:23:22.1333413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-08-17T12:23:22.1468649Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-08-17T12:23:22.1492674Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-08-17T12:23:22.1772291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-08-17T12:23:22.1772895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-08-17T12:23:22.2173869Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-08-17T12:23:22.2198102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-08-17T12:23:22.2640469Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-08-17T12:23:22.2646369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-08-17T12:23:22.3055490Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-08-17T12:23:22.3080893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-08-17T12:23:22.3521104Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-08-17T12:23:22.3537735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-08-17T12:23:22.3995858Z [gw0] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-08-17T12:23:22.4006629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-08-17T12:23:22.4022204Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:23:22.6140191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-08-17T12:23:22.6167414Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-08-17T12:23:23.7831097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-08-17T12:23:23.7842740Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-08-17T12:23:24.0030955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-08-17T12:23:24.0060345Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:23:24.0449796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:23:24.0475337Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-08-17T12:23:24.5004822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:24.5035522Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:24.7946601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:24.7994227Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-08-17T12:23:25.0141912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-08-17T12:23:25.0174298Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:25.5099599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:25.5131186Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-08-17T12:23:25.5172401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-08-17T12:23:25.5575098Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-08-17T12:23:25.5585569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-08-17T12:23:25.6050799Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-08-17T12:23:25.6763190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-08-17T12:23:25.6973620Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-08-17T12:23:25.7221878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-08-17T12:23:25.7232805Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:25.7260835Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-08-17T12:23:25.7492969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:25.7503022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-08-17T12:23:25.7931980Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-08-17T12:23:25.8703472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-08-17T12:23:25.8776748Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-08-17T12:23:25.8907842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-08-17T12:23:25.9253727Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-08-17T12:23:25.9679554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-08-17T12:23:25.9694545Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-08-17T12:23:25.9817408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-08-17T12:23:26.0210867Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-08-17T12:23:26.0458508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-08-17T12:23:26.0650905Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-08-17T12:23:26.1906108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-08-17T12:23:26.1924874Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-08-17T12:23:26.2151634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-08-17T12:23:26.2410211Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-08-17T12:23:26.2425575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-08-17T12:23:26.2851176Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-08-17T12:23:26.2860706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-08-17T12:23:26.3295060Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-08-17T12:23:26.3300401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-08-17T12:23:26.3696105Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-08-17T12:23:26.4914483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-08-17T12:23:26.4925239Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:26.6519865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:26.6579210Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-08-17T12:23:26.7463501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-08-17T12:23:26.7491952Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-08-17T12:23:26.7545956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-08-17T12:23:26.7928224Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-08-17T12:23:26.7931878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-08-17T12:23:26.8370717Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-08-17T12:23:26.8372847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-08-17T12:23:26.8815514Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-08-17T12:23:26.8816162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-08-17T12:23:26.9249219Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-08-17T12:23:26.9251750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-08-17T12:23:26.9732097Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-08-17T12:23:26.9735279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-08-17T12:23:27.0171200Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-08-17T12:23:27.0174380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-08-17T12:23:27.0346899Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-08-17T12:23:27.0365770Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:27.0396795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-08-17T12:23:27.0604165Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-08-17T12:23:27.0608593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-08-17T12:23:27.0845616Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-08-17T12:23:27.0849338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:27.1073348Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:27.1211598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-08-17T12:23:27.1325824Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-08-17T12:23:27.1326517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:27.1538164Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:27.1539028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-08-17T12:23:27.1733801Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-08-17T12:23:27.1974414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-08-17T12:23:27.1980541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-08-17T12:23:27.2491461Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-08-17T12:23:27.4760168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-08-17T12:23:27.4761014Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-08-17T12:23:27.5121145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-08-17T12:23:27.5126391Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-08-17T12:23:27.5139609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-08-17T12:23:27.5336959Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-08-17T12:23:27.5344561Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-08-17T12:23:27.5556635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-08-17T12:23:27.5561356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-08-17T12:23:27.5974247Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-08-17T12:23:27.6010790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-08-17T12:23:27.6447065Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-08-17T12:23:27.6523639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-08-17T12:23:27.6542193Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-08-17T12:23:27.7405199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-08-17T12:23:27.7421974Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-08-17T12:23:27.7557387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-08-17T12:23:27.7884535Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-08-17T12:23:27.7886265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-08-17T12:23:27.8361772Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-08-17T12:23:27.8363339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-08-17T12:23:27.8850775Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-08-17T12:23:28.0828479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:23:28.0854924Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:23:28.1223028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-08-17T12:23:28.1260576Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-08-17T12:23:28.1408016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-08-17T12:23:28.1724392Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-08-17T12:23:28.1727546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-08-17T12:23:28.2216241Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-08-17T12:23:28.3242461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-08-17T12:23:28.3250514Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-08-17T12:23:28.3529267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-08-17T12:23:28.3654540Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-08-17T12:23:28.4111130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-08-17T12:23:28.4141423Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-08-17T12:23:28.6181034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-08-17T12:23:28.6211701Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-08-17T12:23:28.8469558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-08-17T12:23:28.8479670Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-08-17T12:23:28.9296898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-08-17T12:23:28.9313956Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-08-17T12:23:29.1102168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-08-17T12:23:29.1123323Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-08-17T12:23:29.1443763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-08-17T12:23:29.1610592Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-08-17T12:23:29.7196737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:23:29.7223438Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:23:29.8363259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-08-17T12:23:29.8429782Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-08-17T12:23:30.4361078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:30.4430667Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:23:30.4633064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:23:30.4665858Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:30.6341725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:23:30.6380044Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:23:30.9292471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-08-17T12:23:30.9320987Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-08-17T12:23:31.3890495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-08-17T12:23:31.3919634Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-08-17T12:23:31.9601291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-08-17T12:23:31.9638076Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-08-17T12:23:31.9678652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:32.0081305Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:32.0087456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:32.0533247Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:32.0535488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:23:32.1008080Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:23:32.1014689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:23:32.1419511Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:23:32.1427123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:23:32.1864333Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:23:32.1871122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:23:32.2122823Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:23:32.2152638Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-08-17T12:23:32.2305137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-08-17T12:23:32.2305738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:23:32.2678520Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:23:32.2695607Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-08-17T12:23:32.2745315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-08-17T12:23:32.2745961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:32.2997699Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:32.3008009Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-08-17T12:23:32.3171810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-08-17T12:23:32.3173998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:32.3638889Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:32.3641389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:32.4124767Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:32.4125461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:32.4457201Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:32.4466941Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-08-17T12:23:32.4612419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-08-17T12:23:32.4752197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-08-17T12:23:32.4894640Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-08-17T12:23:32.4993136Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-08-17T12:23:32.5013746Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-08-17T12:23:32.5464541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:23:32.5477482Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:23:32.5506753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:32.5855291Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:32.5874892Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-08-17T12:23:32.5893056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-08-17T12:23:32.5917566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:32.6088759Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:32.6330340Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-08-17T12:23:32.6336375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-08-17T12:23:32.6841836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-08-17T12:23:32.6860759Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-08-17T12:23:32.7253618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-08-17T12:23:32.7293485Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-08-17T12:23:32.7712655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-08-17T12:23:32.7742992Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-08-17T12:23:32.7772994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:32.7831484Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:32.7842096Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-08-17T12:23:32.8041582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-08-17T12:23:32.8189814Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-08-17T12:23:32.8190522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:32.8251730Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:32.8613162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-08-17T12:23:32.9404491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:23:32.9420477Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:23:32.9451388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:32.9925234Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:32.9926501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:33.0256919Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:33.0282775Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-08-17T12:23:33.0363189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-08-17T12:23:33.0365266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:33.0639990Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:33.0732732Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-08-17T12:23:33.0773723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-08-17T12:23:33.0795389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:33.1212044Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:33.2104089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:23:33.2114414Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:23:33.2495409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:23:33.2522434Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-08-17T12:23:33.2893982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-08-17T12:23:33.2912606Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:23:33.2988288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:33.3038802Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-08-17T12:23:33.4795250Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-08-17T12:23:33.4829320Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:23:33.5369538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:23:33.5454549Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:33.5476918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:33.5893297Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:33.5915774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:33.5922614Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-08-17T12:23:33.5948381Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:33.6341971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-08-17T12:23:33.6359175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:33.6801471Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:33.6802213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:33.7116138Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:33.7139880Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-08-17T12:23:33.7280085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-08-17T12:23:33.7280735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:33.7445511Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:33.7649000Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-08-17T12:23:33.7649665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:23:33.7768967Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:23:33.7769790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:33.8086896Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:33.8087604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-08-17T12:23:33.8215063Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-08-17T12:23:33.8215964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:33.8571151Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:33.8605440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-08-17T12:23:33.8675895Z [gw0] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-08-17T12:23:33.8687748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:23:33.8697200Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:23:33.8716009Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-08-17T12:23:33.9003294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-08-17T12:23:33.9011596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-08-17T12:23:33.9098375Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-08-17T12:23:33.9130048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-08-17T12:23:33.9447545Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-08-17T12:23:33.9455693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-08-17T12:23:33.9650371Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-08-17T12:23:33.9660281Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-08-17T12:23:33.9667291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-08-17T12:23:33.9932271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-08-17T12:23:33.9936324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-08-17T12:23:33.9999867Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-08-17T12:23:34.0009658Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:23:34.0412715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:23:34.0417785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-08-17T12:23:34.0592350Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-08-17T12:23:34.0610102Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-08-17T12:23:34.0742033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-08-17T12:23:34.0812783Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-08-17T12:23:34.0843162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-08-17T12:23:34.1012036Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-08-17T12:23:34.1286208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-08-17T12:23:34.1293939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-08-17T12:23:34.1732680Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-08-17T12:23:34.1740307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-08-17T12:23:34.2013723Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-08-17T12:23:34.2039921Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-08-17T12:23:34.2133765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-08-17T12:23:34.2140304Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:23:34.2175665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-08-17T12:23:34.2185548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:23:34.2201257Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-08-17T12:23:34.2491548Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-08-17T12:23:34.2614297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-08-17T12:23:34.2668366Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-08-17T12:23:34.2669057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-08-17T12:23:34.2672569Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-08-17T12:23:34.2683488Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:23:34.2969507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:23:34.3091928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-08-17T12:23:34.3126118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-08-17T12:23:34.3444620Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-08-17T12:23:34.3466641Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-08-17T12:23:34.3606391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-08-17T12:23:34.3609085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-08-17T12:23:34.3854620Z [gw0] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-08-17T12:23:34.3889477Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-08-17T12:23:34.4090014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-08-17T12:23:34.4142969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-08-17T12:23:34.4146424Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-08-17T12:23:34.4226192Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-08-17T12:23:34.4453949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:23:34.4492220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-08-17T12:23:34.4936433Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-08-17T12:23:34.4937086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-08-17T12:23:34.5374118Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-08-17T12:23:34.5956274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-08-17T12:23:34.5990661Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-08-17T12:23:34.6607327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:23:34.6638930Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-08-17T12:23:34.7247267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-08-17T12:23:34.7267171Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-08-17T12:23:34.7707215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-08-17T12:23:34.7727716Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-08-17T12:23:34.8444299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:34.8459741Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:23:34.8799340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-08-17T12:23:34.8969108Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-08-17T12:23:34.9496245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-08-17T12:23:34.9540645Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-08-17T12:23:34.9545396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-08-17T12:23:34.9600774Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-08-17T12:23:34.9613269Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:23:34.9846841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-08-17T12:23:34.9868338Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:23:34.9965891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:23:34.9971652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-08-17T12:23:35.0343027Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-08-17T12:23:35.0354890Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-08-17T12:23:35.0409354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:23:35.0415389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-08-17T12:23:35.0860485Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-08-17T12:23:35.0866703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-08-17T12:23:35.1299771Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-08-17T12:23:35.1340517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-08-17T12:23:35.1406364Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-08-17T12:23:35.1421776Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:23:35.1615422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:23:35.1635054Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:23:35.1733265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:35.1788020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-08-17T12:23:35.2175551Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-08-17T12:23:35.2200041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-08-17T12:23:35.2294571Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-08-17T12:23:35.2313778Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:23:35.2614516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:35.2639170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-08-17T12:23:35.3057324Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-08-17T12:23:35.3079407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eig_cpu_complex128 2022-08-17T12:23:35.3499039Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eig_cpu_complex128 2022-08-17T12:23:35.3527075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eig_cpu_float64 2022-08-17T12:23:35.3938305Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eig_cpu_float64 2022-08-17T12:23:35.3967814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-08-17T12:23:35.4375709Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-08-17T12:23:35.4399616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-08-17T12:23:35.4815867Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-08-17T12:23:35.4840306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-08-17T12:23:35.5253580Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-08-17T12:23:35.5279104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-08-17T12:23:35.5693838Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-08-17T12:23:35.5723264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-08-17T12:23:35.5841734Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-08-17T12:23:35.5863067Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:23:35.6102374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:23:35.6118047Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:23:35.6133326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:35.6159448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-08-17T12:23:35.6573966Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-08-17T12:23:35.6599131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-08-17T12:23:35.6765281Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-08-17T12:23:35.6779942Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:23:35.6839915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-08-17T12:23:35.6856814Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:23:35.7055786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-08-17T12:23:35.7056742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-08-17T12:23:35.7330090Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-08-17T12:23:35.7349210Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-08-17T12:23:35.7431481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-08-17T12:23:35.7493307Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-08-17T12:23:35.7501456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-08-17T12:23:35.7626302Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-08-17T12:23:35.7643562Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-08-17T12:23:35.7771765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-08-17T12:23:35.7836841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-08-17T12:23:35.7968264Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-08-17T12:23:35.7975771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-08-17T12:23:35.8017244Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-08-17T12:23:35.8169120Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-08-17T12:23:35.8212975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-08-17T12:23:35.8485562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-08-17T12:23:35.8493263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-08-17T12:23:35.8701491Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-08-17T12:23:35.8721242Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:23:35.8970821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:23:35.9016609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-08-17T12:23:35.9402983Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-08-17T12:23:35.9411092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-08-17T12:23:35.9463250Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-08-17T12:23:35.9510680Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-08-17T12:23:35.9890618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-08-17T12:23:35.9927075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-08-17T12:23:36.0292674Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-08-17T12:23:36.0309042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-08-17T12:23:36.0321559Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:23:36.0497265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:23:36.0521311Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-08-17T12:23:36.0921222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-08-17T12:23:36.0945620Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-08-17T12:23:36.1103690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-08-17T12:23:36.1122409Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-08-17T12:23:36.1163525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-08-17T12:23:36.1182322Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-08-17T12:23:36.1439937Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-08-17T12:23:36.1454603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-08-17T12:23:36.1465909Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-08-17T12:23:36.1559473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-08-17T12:23:36.1898052Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-08-17T12:23:36.1901186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-08-17T12:23:36.1910019Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-08-17T12:23:36.2328970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-08-17T12:23:36.2331608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-08-17T12:23:36.2424626Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-08-17T12:23:36.2437872Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-08-17T12:23:36.2808645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-08-17T12:23:36.2811893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-08-17T12:23:36.2939230Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-08-17T12:23:36.3030361Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-08-17T12:23:36.3110874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-08-17T12:23:36.3283522Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-08-17T12:23:36.3287879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-08-17T12:23:36.3529005Z [gw0] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-08-17T12:23:36.3640203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-08-17T12:23:36.3683075Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-08-17T12:23:36.3688899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-08-17T12:23:36.3940719Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-08-17T12:23:36.4121796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-08-17T12:23:36.4130144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-08-17T12:23:36.4602785Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-08-17T12:23:36.4605409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-08-17T12:23:36.5043349Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-08-17T12:23:36.5044613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-08-17T12:23:36.5491882Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-08-17T12:23:36.5526480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-08-17T12:23:36.5932252Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-08-17T12:23:36.5963047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-08-17T12:23:36.6093712Z [gw0] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-08-17T12:23:36.6106951Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-08-17T12:23:36.6371889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-08-17T12:23:36.6405779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-08-17T12:23:36.6812137Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-08-17T12:23:36.6846398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-08-17T12:23:36.7166496Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-08-17T12:23:36.7180988Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-08-17T12:23:36.7238171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-08-17T12:23:36.7255787Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-08-17T12:23:36.7257296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-08-17T12:23:36.7289319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-08-17T12:23:36.7732881Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-08-17T12:23:36.7761292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-08-17T12:23:36.7903747Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-08-17T12:23:36.7919109Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-08-17T12:23:36.7945147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-08-17T12:23:36.8171937Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-08-17T12:23:36.8199288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-08-17T12:23:36.8332617Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-08-17T12:23:36.8638506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-08-17T12:23:36.8650496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-08-17T12:23:36.8651314Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-08-17T12:23:36.8772332Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-08-17T12:23:36.8871475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-08-17T12:23:36.9092779Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-08-17T12:23:36.9118215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-08-17T12:23:36.9212426Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-08-17T12:23:36.9572150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:23:36.9599858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-08-17T12:23:36.9638357Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-08-17T12:23:36.9659378Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:23:36.9684557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:23:37.0053477Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:23:37.0081522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-08-17T12:23:37.0099077Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-08-17T12:23:37.0118800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:23:37.0603248Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:23:37.0618508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-08-17T12:23:37.0694686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-08-17T12:23:37.0864379Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-08-17T12:23:37.1206504Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-08-17T12:23:37.1217333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-08-17T12:23:37.1354266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-08-17T12:23:37.1696546Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-08-17T12:23:37.1703621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-08-17T12:23:37.1933550Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-08-17T12:23:37.2097710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-08-17T12:23:37.2510858Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-08-17T12:23:37.2522643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-08-17T12:23:37.2706214Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-08-17T12:23:37.2723046Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-08-17T12:23:37.2854170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-08-17T12:23:37.2885638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-08-17T12:23:37.3257458Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-08-17T12:23:37.3263103Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-08-17T12:23:37.3375988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-08-17T12:23:37.3386852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-08-17T12:23:37.3891315Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-08-17T12:23:37.3901651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-08-17T12:23:37.4334223Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-08-17T12:23:37.4345266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-08-17T12:23:37.4737700Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-08-17T12:23:37.4769041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-08-17T12:23:37.5177136Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-08-17T12:23:37.5214232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-08-17T12:23:37.5600686Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-08-17T12:23:37.5609459Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-08-17T12:23:37.5617737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-08-17T12:23:37.5645868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-08-17T12:23:37.6051681Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-08-17T12:23:37.6082532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-08-17T12:23:37.6431098Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-08-17T12:23:37.6445374Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-08-17T12:23:37.6492600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-08-17T12:23:37.6527354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-08-17T12:23:37.6932889Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-08-17T12:23:37.6961991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-08-17T12:23:37.7076681Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-08-17T12:23:37.7090842Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-08-17T12:23:37.7242480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-08-17T12:23:37.7371801Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-08-17T12:23:37.7394980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-08-17T12:23:37.7491451Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-08-17T12:23:37.7507240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-08-17T12:23:37.7811444Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-08-17T12:23:37.7834152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-08-17T12:23:37.7971382Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-08-17T12:23:37.7999426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-08-17T12:23:37.8251178Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-08-17T12:23:37.8276003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-08-17T12:23:37.8440289Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-08-17T12:23:37.8444821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-08-17T12:23:37.8691259Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-08-17T12:23:37.8716290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-08-17T12:23:37.8968731Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-08-17T12:23:37.9058115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-08-17T12:23:37.9208708Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-08-17T12:23:37.9372923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-08-17T12:23:37.9431779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-08-17T12:23:37.9495903Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-08-17T12:23:37.9504849Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-08-17T12:23:37.9534237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-08-17T12:23:37.9572087Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-08-17T12:23:37.9680809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-08-17T12:23:37.9831027Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-08-17T12:23:37.9839742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-08-17T12:23:38.0041548Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-08-17T12:23:38.0045885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-08-17T12:23:38.0251625Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-08-17T12:23:38.0272577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-08-17T12:23:38.0481400Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-08-17T12:23:38.0485621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-08-17T12:23:38.0691576Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-08-17T12:23:38.0712684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-08-17T12:23:38.0921006Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-08-17T12:23:38.0963133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-08-17T12:23:38.1161608Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-08-17T12:23:38.1166384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-08-17T12:23:38.1360389Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-08-17T12:23:38.1364071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-08-17T12:23:38.1600140Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-08-17T12:23:38.1604799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-08-17T12:23:38.1801345Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-08-17T12:23:38.1804968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-08-17T12:23:38.1842676Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-08-17T12:23:38.1860927Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-08-17T12:23:38.2043419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-08-17T12:23:38.2046207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-08-17T12:23:38.2240498Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-08-17T12:23:38.2243198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-08-17T12:23:38.2520787Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-08-17T12:23:38.2523821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-08-17T12:23:38.2681183Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-08-17T12:23:38.2684817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-08-17T12:23:38.2960712Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-08-17T12:23:38.2964168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-08-17T12:23:38.3091479Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-08-17T12:23:38.3115066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-08-17T12:23:38.3441651Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-08-17T12:23:38.3444418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-08-17T12:23:38.3573801Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-08-17T12:23:38.3576976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-08-17T12:23:38.3889312Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-08-17T12:23:38.4009847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:23:38.4014432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-08-17T12:23:38.4412266Z [gw0] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-08-17T12:23:38.4443317Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:23:38.4489792Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:23:38.5692745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-08-17T12:23:38.5714297Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:23:38.6761606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:23:38.6845015Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-08-17T12:23:38.6933037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-08-17T12:23:38.6949740Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:23:38.7346622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:23:38.7372170Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:23:38.7468667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:23:38.7482121Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-08-17T12:23:38.7544200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-08-17T12:23:38.7922568Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-08-17T12:23:38.7927501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-08-17T12:23:38.8369969Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-08-17T12:23:38.8375219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-08-17T12:23:38.8572331Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-08-17T12:23:38.8592738Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:23:38.8804517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:23:38.8812161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-08-17T12:23:38.9169660Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-08-17T12:23:38.9183158Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:23:38.9289760Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:23:38.9332451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-08-17T12:23:38.9354620Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-08-17T12:23:38.9637060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-08-17T12:23:38.9660809Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-08-17T12:23:38.9699802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-08-17T12:23:38.9722540Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:23:38.9866909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:23:39.0121433Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-08-17T12:23:39.0128967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-08-17T12:23:39.0189271Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-08-17T12:23:39.0210859Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:23:39.0490244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:23:39.0512309Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-08-17T12:23:39.0560882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-08-17T12:23:39.0568463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-08-17T12:23:39.0712692Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-08-17T12:23:39.0734251Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:23:39.1001209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-08-17T12:23:39.1008929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-08-17T12:23:39.1441529Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-08-17T12:23:39.1450447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-08-17T12:23:39.1881325Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-08-17T12:23:39.1886777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-08-17T12:23:39.2221447Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-08-17T12:23:39.2238594Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-08-17T12:23:39.2292303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-08-17T12:23:39.2331603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-08-17T12:23:39.2774783Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-08-17T12:23:39.2785770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-08-17T12:23:39.3213715Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-08-17T12:23:39.3224675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-08-17T12:23:39.3653637Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-08-17T12:23:39.3664912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-08-17T12:23:39.4092353Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-08-17T12:23:39.4103364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-08-17T12:23:39.4527838Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-08-17T12:23:39.4537639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-08-17T12:23:39.4973228Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-08-17T12:23:39.4983747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-08-17T12:23:39.5377091Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-08-17T12:23:39.5411003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-08-17T12:23:39.5817743Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-08-17T12:23:39.5848371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-08-17T12:23:39.6288351Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-08-17T12:23:39.6290727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-08-17T12:23:39.6395328Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-08-17T12:23:39.6413719Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-08-17T12:23:39.6730796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:23:39.6732800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-08-17T12:23:39.7169662Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-08-17T12:23:39.7175404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-08-17T12:23:39.7608870Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-08-17T12:23:39.7617189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-08-17T12:23:39.8044065Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-08-17T12:23:39.8051698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-08-17T12:23:39.8487396Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-08-17T12:23:39.8490811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-08-17T12:23:39.8864492Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-08-17T12:23:39.8881099Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-08-17T12:23:39.8935316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-08-17T12:23:39.8973373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-08-17T12:23:39.9449975Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-08-17T12:23:39.9623930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-08-17T12:23:39.9812940Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-08-17T12:23:39.9903356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-08-17T12:23:40.0251150Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-08-17T12:23:40.0276144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-08-17T12:23:40.0575610Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-08-17T12:23:40.0586528Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-08-17T12:23:40.0693973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-08-17T12:23:40.0725682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-08-17T12:23:40.1134118Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-08-17T12:23:40.1166671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-08-17T12:23:40.1573424Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-08-17T12:23:40.1941839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-08-17T12:23:40.1954112Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:23:40.4033373Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:23:40.4049438Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:23:40.4149345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-08-17T12:23:40.4529276Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-08-17T12:23:40.5549350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-08-17T12:23:40.5566077Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-08-17T12:23:40.6077241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-08-17T12:23:40.6093406Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-08-17T12:23:40.7277708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-08-17T12:23:40.7289381Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-08-17T12:23:40.7441093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-08-17T12:23:40.7811036Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-08-17T12:23:40.8618692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-08-17T12:23:40.8661582Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-08-17T12:23:40.8929584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-08-17T12:23:40.9130077Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-08-17T12:23:41.0516761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-08-17T12:23:41.0537902Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-08-17T12:23:41.1211243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-08-17T12:23:41.1237761Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-08-17T12:23:41.1731426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-08-17T12:23:41.1756778Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-08-17T12:23:41.3914896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-08-17T12:23:41.3939268Z [gw0] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-08-17T12:23:41.3990683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-08-17T12:23:41.4027416Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-08-17T12:23:41.4052976Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-08-17T12:23:41.4413160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-08-17T12:23:41.4444406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-08-17T12:23:41.4924801Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-08-17T12:23:41.4934280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-08-17T12:23:41.5405279Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-08-17T12:23:41.5415658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-08-17T12:23:41.5844304Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-08-17T12:23:41.5852758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-08-17T12:23:41.6326549Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-08-17T12:23:41.6335061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-08-17T12:23:41.6762629Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-08-17T12:23:41.6781563Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-08-17T12:23:41.6789029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inverse_cpu_complex128 2022-08-17T12:23:41.6796124Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inverse_cpu_complex128 2022-08-17T12:23:41.7024302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-08-17T12:23:41.7041078Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:23:41.7214193Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:23:41.7253268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inverse_cpu_float64 2022-08-17T12:23:41.7728544Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inverse_cpu_float64 2022-08-17T12:23:41.7734303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-08-17T12:23:41.8164900Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-08-17T12:23:41.8172511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-08-17T12:23:41.8603267Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-08-17T12:23:41.8611053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-08-17T12:23:41.8764481Z [gw0] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-08-17T12:23:41.8784258Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-08-17T12:23:41.9044441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-08-17T12:23:41.9050538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-08-17T12:23:41.9461831Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-08-17T12:23:41.9484871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-08-17T12:23:41.9928245Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-08-17T12:23:41.9929101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-08-17T12:23:42.0368604Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-08-17T12:23:42.0369233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-08-17T12:23:42.0785622Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-08-17T12:23:42.0808443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-08-17T12:23:42.1248208Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-08-17T12:23:42.1248922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-08-17T12:23:42.1686785Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-08-17T12:23:42.1687398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-08-17T12:23:42.2131058Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-08-17T12:23:42.2131820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-08-17T12:23:42.2568250Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-08-17T12:23:42.2569035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-08-17T12:23:42.3009018Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-08-17T12:23:42.3009964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-08-17T12:23:42.3447935Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-08-17T12:23:42.3448594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-08-17T12:23:42.3929071Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-08-17T12:23:42.3929764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-08-17T12:23:42.4371346Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-08-17T12:23:42.4372018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:23:42.4811266Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:23:42.4812174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:23:42.5249573Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:23:42.5250381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:23:42.5734573Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:23:42.5735409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:23:42.6179570Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:23:42.6180811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-08-17T12:23:42.6612707Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-08-17T12:23:42.6613375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-08-17T12:23:42.7056308Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-08-17T12:23:42.7056944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-08-17T12:23:42.7496409Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-08-17T12:23:42.7497063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-08-17T12:23:42.7975149Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-08-17T12:23:42.7975796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-08-17T12:23:42.8448816Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-08-17T12:23:42.8449460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-08-17T12:23:42.8887500Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-08-17T12:23:42.8888219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-08-17T12:23:42.9366760Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-08-17T12:23:42.9367579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-08-17T12:23:42.9804903Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-08-17T12:23:42.9805528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-08-17T12:23:43.0287044Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-08-17T12:23:43.0287643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-08-17T12:23:43.0785461Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-08-17T12:23:43.0941492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-08-17T12:23:43.1134606Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-08-17T12:23:43.1163794Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:23:43.1210761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:23:43.1232346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-08-17T12:23:43.1642993Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-08-17T12:23:43.1653165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-08-17T12:23:43.2126126Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-08-17T12:23:43.2135763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-08-17T12:23:43.2562608Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-08-17T12:23:43.2573807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-08-17T12:23:43.2974313Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-08-17T12:23:43.3001569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-08-17T12:23:43.3413514Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-08-17T12:23:43.3437099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-08-17T12:23:43.3893871Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-08-17T12:23:43.3917082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-08-17T12:23:43.4361598Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-08-17T12:23:43.4371672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-08-17T12:23:43.4801735Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-08-17T12:23:43.4811734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-08-17T12:23:43.4851084Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-08-17T12:23:43.4870249Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-08-17T12:23:43.5281260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-08-17T12:23:43.5289050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-08-17T12:23:43.5722121Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-08-17T12:23:43.5727071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:23:43.6202067Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:23:43.6207017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:23:43.6682748Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:23:43.6687684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:23:43.7124888Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:23:43.7129493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:23:43.7476805Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:23:43.7496822Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-08-17T12:23:43.7562289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-08-17T12:23:43.7566797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:23:43.8004228Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:23:43.8007551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:23:43.8446317Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:23:43.8451411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:23:43.8896377Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:23:43.8897515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:23:43.9295418Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:23:43.9333848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:23:43.9732982Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:23:43.9766802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:23:44.0172774Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:23:44.0201791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-08-17T12:23:44.0641696Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-08-17T12:23:44.0643228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:23:44.1082197Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:23:44.1083758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:23:44.1569076Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:23:44.1613277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-08-17T12:23:44.1960387Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-08-17T12:23:44.1963111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:23:44.2402099Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:23:44.2403125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-08-17T12:23:44.2847991Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-08-17T12:23:44.2850723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:23:44.3286809Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:23:44.3289448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-08-17T12:23:44.3728426Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-08-17T12:23:44.3731135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:23:44.4134250Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:23:44.4165079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:23:44.4573195Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:23:44.4604129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:23:44.5014651Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:23:44.5047804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:23:44.5453504Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:23:44.5498779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:23:44.5939706Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:23:44.5946687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:23:44.6385441Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:23:44.6390396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:23:44.6805057Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:23:44.8095683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:23:44.8150570Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:23:44.9540589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:23:44.9731234Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:23:45.0280003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-08-17T12:23:45.0300458Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-08-17T12:23:45.0687496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-08-17T12:23:45.0697449Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-08-17T12:23:45.0835850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-08-17T12:23:45.1132833Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-08-17T12:23:45.1165222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:23:45.1572028Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:23:45.1607846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-08-17T12:23:45.2089641Z [gw0] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-08-17T12:23:45.2324535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:23:45.2340726Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-08-17T12:23:45.2905050Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:23:45.3051378Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:23:45.4893209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:23:45.4909940Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-08-17T12:23:45.8050030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-08-17T12:23:45.8067220Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:23:45.8735650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:23:45.8753367Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-08-17T12:23:45.8761301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:23:45.8778200Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:23:45.8805715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:23:45.9243104Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:23:45.9243766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:23:45.9252824Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:23:45.9277823Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:23:45.9683595Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:23:45.9684330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:23:46.0205707Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:23:46.0210930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-08-17T12:23:46.0301478Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-08-17T12:23:46.0328685Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:23:46.0569663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:23:46.0570818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-08-17T12:23:46.0703191Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-08-17T12:23:46.0713332Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:23:46.1006544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-08-17T12:23:46.1009155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:23:46.1443476Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:23:46.1448319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-08-17T12:23:46.1467782Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-08-17T12:23:46.1487440Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:23:46.1882539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:23:46.1888592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:23:46.2411004Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:23:46.2461401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:23:46.2845619Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:23:46.2853075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-08-17T12:23:46.3323691Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-08-17T12:23:46.3331104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:23:46.3628797Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:23:46.3652261Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:23:46.3801909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:23:46.3809099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:23:46.4240836Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:23:46.4248478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:23:46.4621517Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:23:46.4641650Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:23:46.4680724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:23:46.4685829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:23:46.5124233Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:23:46.5130260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:23:46.5507647Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:23:46.5528222Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:23:46.5534181Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:23:46.5565127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:23:46.5987705Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:23:46.5997379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:23:46.6483186Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:23:46.6486324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:23:46.6712032Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:23:46.6731905Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:23:46.6868401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:23:46.6931573Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:23:46.6964643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:23:46.7170693Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:23:46.7371176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-08-17T12:23:46.7394958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:23:46.7811957Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:23:46.7837436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-08-17T12:23:46.7896382Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-08-17T12:23:46.7903992Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-08-17T12:23:46.8251158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-08-17T12:23:46.8275067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:23:46.8661121Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:23:46.8672999Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-08-17T12:23:46.8691751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-08-17T12:23:46.8724143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:23:46.9131052Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:23:46.9154160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:23:46.9411541Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:23:46.9418873Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-08-17T12:23:46.9487970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-08-17T12:23:46.9570776Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-08-17T12:23:46.9593671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:23:46.9850968Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:23:46.9918539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:23:47.0011375Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:23:47.0038317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-08-17T12:23:47.0290995Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-08-17T12:23:47.0367167Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-08-17T12:23:47.0450833Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-08-17T12:23:47.0474548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-08-17T12:23:47.0732490Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-08-17T12:23:47.0937767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:23:47.0946678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:23:47.1028293Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:23:47.1173298Z [gw2] [ 74%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:23:47.1377465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:23:47.1378171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:23:47.1773981Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:23:47.1800554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:23:47.2212400Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:23:47.2237694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:23:47.2653082Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:23:47.2678360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:23:47.3092745Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:23:47.3116617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:23:47.3532128Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:23:47.3557237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:23:47.3972431Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:23:47.3999428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:23:47.4412681Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:23:47.4447894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:23:47.4851481Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:23:47.4879408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:23:47.5291042Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:23:47.5314356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:23:47.5731696Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:23:47.5755144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:23:47.5948946Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:23:47.5956890Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:23:47.6173140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:23:47.6327500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-08-17T12:23:47.6613883Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-08-17T12:23:47.6641604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:23:47.6964670Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:23:47.6975261Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:23:47.7052448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:23:47.7077970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:23:47.7562230Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:23:47.7570148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:23:47.8001960Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:23:47.8008848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:23:47.8441402Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:23:47.8449462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:23:47.8852318Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:23:47.8882379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-08-17T12:23:47.9330219Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-08-17T12:23:47.9339304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-08-17T12:23:47.9504025Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-08-17T12:23:47.9520035Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:23:47.9761936Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:23:47.9771143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:23:48.0241644Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:23:48.0250654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:23:48.0722384Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:23:48.0731361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:23:48.1161486Z [gw0] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:23:48.1166582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:23:48.1641338Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:23:48.1642510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:23:48.2127117Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:23:48.2128264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:23:48.2566374Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:23:48.2568598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:23:48.2884685Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:23:48.2899984Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:23:48.3003224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:23:48.3004902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:23:48.3452950Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:23:48.3476146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:23:48.3932338Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:23:48.3959329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:23:48.4372152Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:23:48.4399519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-08-17T12:23:48.4851302Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-08-17T12:23:48.4878064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:23:48.5291743Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:23:48.5318772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:23:48.5732294Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:23:48.5759953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:23:48.6171146Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:23:48.6195553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:23:48.6611501Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:23:48.6635384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:23:48.7091380Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:23:48.7115004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-08-17T12:23:48.7531050Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-08-17T12:23:48.7554414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-08-17T12:23:48.7972441Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-08-17T12:23:48.8003407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-08-17T12:23:48.8411694Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-08-17T12:23:48.8642434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-08-17T12:23:48.8892094Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-08-17T12:23:48.8999085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-08-17T12:23:48.9371371Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-08-17T12:23:48.9393783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:23:48.9811862Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:23:48.9921519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-08-17T12:23:49.0291509Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-08-17T12:23:49.0317020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:23:49.0730864Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:23:49.0747007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:23:49.1172409Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:23:49.1194079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-08-17T12:23:49.1612100Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-08-17T12:23:49.1631986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:23:49.2052053Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:23:49.2072739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:23:49.2493732Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:23:49.2518966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-08-17T12:23:49.2937652Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-08-17T12:23:49.2979472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-08-17T12:23:49.3374991Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-08-17T12:23:49.3399164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-08-17T12:23:49.3814644Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-08-17T12:23:49.3848105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-08-17T12:23:49.4256715Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-08-17T12:23:49.4288972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:23:49.4696795Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:23:49.4730477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:23:49.5135599Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:23:49.5166816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-08-17T12:23:49.5577117Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-08-17T12:23:49.5613021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:23:49.6015480Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:23:49.6048861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:23:49.6453808Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:23:49.6482252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:23:49.6893503Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:23:49.6923708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:23:49.7334544Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:23:49.7366391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-08-17T12:23:49.7774484Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-08-17T12:23:49.7807944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-08-17T12:23:49.8214502Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-08-17T12:23:49.8248032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:23:49.8656662Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:23:49.8688935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:23:49.9094942Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:23:49.9125426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-08-17T12:23:49.9532891Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-08-17T12:23:49.9562430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-08-17T12:23:49.9972275Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-08-17T12:23:50.0001475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-08-17T12:23:50.0413237Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-08-17T12:23:50.0440085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-08-17T12:23:50.0854603Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-08-17T12:23:50.0882959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-08-17T12:23:50.1293421Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-08-17T12:23:50.1327689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-08-17T12:23:50.1731360Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-08-17T12:23:50.1757909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-08-17T12:23:50.2172141Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-08-17T12:23:50.2200758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-08-17T12:23:50.2612251Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-08-17T12:23:50.2641365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-08-17T12:23:50.3052550Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-08-17T12:23:50.3088877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-08-17T12:23:50.3533391Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-08-17T12:23:50.3542819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-08-17T12:23:50.3937374Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-08-17T12:23:50.3958256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-08-17T12:23:50.4373498Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-08-17T12:23:50.4407747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-08-17T12:23:50.4812437Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-08-17T12:23:50.4846500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-08-17T12:23:50.5252555Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-08-17T12:23:50.5285491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-08-17T12:23:50.5692078Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-08-17T12:23:50.5723565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-08-17T12:23:50.6132211Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-08-17T12:23:50.6162246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-08-17T12:23:50.6572902Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-08-17T12:23:50.6602794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-08-17T12:23:50.7012182Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-08-17T12:23:50.7040954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-08-17T12:23:50.7452485Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-08-17T12:23:50.7487016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-08-17T12:23:50.7894985Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-08-17T12:23:50.7928208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-08-17T12:23:50.8334005Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-08-17T12:23:50.8374395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-08-17T12:23:50.8773009Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-08-17T12:23:50.8812655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-08-17T12:23:50.9212470Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-08-17T12:23:50.9242207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-08-17T12:23:50.9652266Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-08-17T12:23:51.0110116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:23:51.0118284Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:23:51.0134623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:23:51.0532439Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:23:51.0548024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:23:51.0971913Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:23:51.0988455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:23:51.1412000Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:23:51.1427994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:23:51.1851648Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:23:51.1876394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-08-17T12:23:51.2292132Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-08-17T12:23:51.2317803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-08-17T12:23:51.2732906Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-08-17T12:23:51.2813731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-08-17T12:23:51.3172832Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-08-17T12:23:51.3228304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-08-17T12:23:51.3653524Z [gw0] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-08-17T12:23:51.3675889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-08-17T12:23:51.4175000Z [gw0] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-08-17T12:23:51.4186369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-08-17T12:23:51.4694257Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-08-17T12:23:52.0409974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-08-17T12:23:52.0424180Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-08-17T12:23:52.1432760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-08-17T12:23:52.1449960Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-08-17T12:23:52.1472366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-08-17T12:23:52.1853230Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-08-17T12:23:52.1883841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-08-17T12:23:52.2292541Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-08-17T12:23:52.2313304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-08-17T12:23:52.2732087Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-08-17T12:23:52.2862445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-08-17T12:23:52.3172279Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-08-17T12:23:52.3193762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-08-17T12:23:52.3613299Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-08-17T12:23:52.3636021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-08-17T12:23:52.4051618Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-08-17T12:23:52.4074436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-08-17T12:23:52.4493221Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-08-17T12:23:52.4520196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-08-17T12:23:52.4934030Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-08-17T12:23:52.4957479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-08-17T12:23:52.5377395Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-08-17T12:23:52.5409050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-08-17T12:23:52.5748323Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-08-17T12:23:52.5757768Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:23:52.5812495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-08-17T12:23:52.5836035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-08-17T12:23:52.5940190Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-08-17T12:23:52.6154792Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-08-17T12:23:52.6161835Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:23:52.6170969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:23:52.6252193Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-08-17T12:23:52.6281463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-08-17T12:23:52.6693059Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-08-17T12:23:52.6721445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-08-17T12:23:52.7131520Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-08-17T12:23:52.7233926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-08-17T12:23:52.7245458Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-08-17T12:23:52.7457611Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-08-17T12:23:52.7574614Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-08-17T12:23:52.7582980Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-08-17T12:23:52.7651687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-08-17T12:23:52.7669438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-08-17T12:23:52.8011968Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-08-17T12:23:52.8144992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-08-17T12:23:52.8155593Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-08-17T12:23:52.8317042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-08-17T12:23:52.8383995Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-08-17T12:23:52.8451191Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-08-17T12:23:52.8571342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-08-17T12:23:52.8666068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:23:52.9012998Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:23:52.9147149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-08-17T12:23:52.9363702Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-08-17T12:23:52.9377973Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-08-17T12:23:52.9453163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-08-17T12:23:52.9556105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-08-17T12:23:52.9671154Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-08-17T12:23:52.9812351Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-08-17T12:23:52.9837279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-08-17T12:23:52.9930965Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-08-17T12:23:53.0251896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:23:53.0269688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-08-17T12:23:53.0574976Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-08-17T12:23:53.0582635Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:23:53.0691466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-08-17T12:23:53.0712398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-08-17T12:23:53.1006608Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-08-17T12:23:53.1012393Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-08-17T12:23:53.1172598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-08-17T12:23:53.1201493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-08-17T12:23:53.1653010Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-08-17T12:23:53.1681897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-08-17T12:23:53.2028305Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-08-17T12:23:53.2040316Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-08-17T12:23:53.2131971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:23:53.2157166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-08-17T12:23:53.2519968Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-08-17T12:23:53.2535484Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:23:53.2612323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:23:53.2636602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-08-17T12:23:53.3053645Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-08-17T12:23:53.3061208Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:23:53.3071620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-08-17T12:23:53.3084843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:23:53.3456966Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-08-17T12:23:53.3492736Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:23:53.3532658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:23:53.3564453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-08-17T12:23:53.3838869Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-08-17T12:23:53.3932611Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:23:53.3973412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:23:53.4003642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-08-17T12:23:53.4309686Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-08-17T12:23:53.4371780Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:23:53.4411667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:23:53.4440662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-08-17T12:23:53.4747314Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-08-17T12:23:53.4810997Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:23:53.4852446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-08-17T12:23:53.4880631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-08-17T12:23:53.5295432Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-08-17T12:23:53.5327790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-08-17T12:23:53.5501527Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-08-17T12:23:53.5521350Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-08-17T12:23:53.5774522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:23:53.5783374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-08-17T12:23:53.6217430Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-08-17T12:23:53.6247767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-08-17T12:23:53.6654146Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-08-17T12:23:53.6683741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-08-17T12:23:53.7095477Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-08-17T12:23:53.7128304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-08-17T12:23:53.7532686Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-08-17T12:23:53.7566425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-08-17T12:23:53.7776565Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-08-17T12:23:53.7785455Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:23:53.7972691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-08-17T12:23:53.8000599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-08-17T12:23:53.8160973Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-08-17T12:23:53.8212749Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-08-17T12:23:53.8412845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-08-17T12:23:53.8432574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-08-17T12:23:53.8853900Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-08-17T12:23:53.8912173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-08-17T12:23:53.8999672Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-08-17T12:23:53.9012162Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-08-17T12:23:53.9292859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:23:53.9349060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-08-17T12:23:53.9435483Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:23:53.9453478Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-08-17T12:23:53.9733663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-08-17T12:23:53.9753265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-08-17T12:23:54.0213310Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-08-17T12:23:54.0230022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:54.0652663Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-08-17T12:23:54.1244605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-08-17T12:23:54.1265939Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-08-17T12:23:54.1375413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-08-17T12:23:54.1692600Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-08-17T12:23:54.1725461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-08-17T12:23:54.2132450Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-08-17T12:23:54.2159971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-08-17T12:23:54.2573018Z [gw0] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-08-17T12:23:54.4295740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-08-17T12:23:54.4306381Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-08-17T12:23:54.4316087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-08-17T12:23:54.4410096Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-08-17T12:23:54.4672911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-08-17T12:23:54.4770105Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-08-17T12:23:54.5722963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-08-17T12:23:54.5734020Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-08-17T12:23:54.6180471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:23:54.6197610Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:23:54.6227395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-08-17T12:23:54.6603935Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-08-17T12:23:54.6623175Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:23:54.6650872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:23:54.6653323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-08-17T12:23:54.6815027Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-08-17T12:23:54.7090613Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:23:54.7207468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-08-17T12:23:54.7214263Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-08-17T12:23:54.7224031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:23:54.7820594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-08-17T12:23:54.7830468Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-08-17T12:23:54.8730538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:54.8746826Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-08-17T12:23:54.8859019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-08-17T12:23:54.8875060Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:23:54.9117529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:23:54.9172303Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-08-17T12:23:54.9355327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-08-17T12:23:54.9372795Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-08-17T12:23:54.9399786Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-08-17T12:23:54.9689861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:55.0282044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-08-17T12:23:55.0299680Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-08-17T12:23:55.1175989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:55.1195757Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-08-17T12:23:55.2295359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:55.2457485Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-08-17T12:23:55.2878363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:55.2905773Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-08-17T12:23:55.3522588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-08-17T12:23:55.3547478Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-08-17T12:23:55.3583625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-08-17T12:23:55.3615957Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-08-17T12:23:55.3628478Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-08-17T12:23:55.4056320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-08-17T12:23:55.4056939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:55.4522272Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-08-17T12:23:55.4529969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:55.4961735Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-08-17T12:23:55.4970021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-08-17T12:23:55.5401805Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-08-17T12:23:55.5410028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-08-17T12:23:55.5889122Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-08-17T12:23:55.5899357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-08-17T12:23:55.6371734Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-08-17T12:23:55.6528355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-08-17T12:23:55.6840549Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-08-17T12:23:55.6852608Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-08-17T12:23:55.6860407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-08-17T12:23:55.6870353Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-08-17T12:23:55.7309191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-08-17T12:23:55.7318508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-08-17T12:23:55.7727318Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-08-17T12:23:55.7735836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-08-17T12:23:55.7829982Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-08-17T12:23:55.7869963Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-08-17T12:23:55.8249934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-08-17T12:23:55.8876791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-08-17T12:23:55.8894046Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-08-17T12:23:55.9061898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:23:55.9089348Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-08-17T12:23:55.9301540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-08-17T12:23:55.9558716Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-08-17T12:23:55.9559369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-08-17T12:23:55.9964762Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-08-17T12:23:55.9965351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-08-17T12:23:56.0490185Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-08-17T12:23:56.0656352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-08-17T12:23:56.0906394Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-08-17T12:23:56.0959972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-08-17T12:23:56.1449883Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-08-17T12:23:56.2027175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-08-17T12:23:56.2058140Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-08-17T12:23:56.2293529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-08-17T12:23:56.2569871Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-08-17T12:23:56.2739912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-08-17T12:23:56.2995437Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-08-17T12:23:56.2998156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-08-17T12:23:56.3289264Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-08-17T12:23:56.3305550Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:23:56.3403236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:23:56.3403903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-08-17T12:23:56.3886537Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-08-17T12:23:56.3887448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-08-17T12:23:56.4107803Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-08-17T12:23:56.4123939Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:23:56.4329329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:23:56.4329951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:56.4425570Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-08-17T12:23:56.4610349Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:23:56.4772452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-08-17T12:23:56.4773082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-08-17T12:23:56.4989715Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-08-17T12:23:56.5133295Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-08-17T12:23:56.5211920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:23:56.5212711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-08-17T12:23:56.5618306Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-08-17T12:23:56.5657378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:56.6096274Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:23:56.6096983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:56.6536278Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:23:56.6537183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-08-17T12:23:56.6974862Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-08-17T12:23:56.6975516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-08-17T12:23:56.7413827Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-08-17T12:23:56.7414525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-08-17T12:23:56.7782082Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-08-17T12:23:56.7814264Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:23:56.7888789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-08-17T12:23:56.7889420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-08-17T12:23:56.8378455Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-08-17T12:23:56.8379116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-08-17T12:23:56.8856476Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-08-17T12:23:56.8857176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:56.9292307Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:56.9293246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:56.9720178Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:56.9720960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:57.0159321Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:57.0160018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:57.0647049Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:57.0647805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-08-17T12:23:57.1086512Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-08-17T12:23:57.1087149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-08-17T12:23:57.1527554Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-08-17T12:23:57.1528237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:57.2006647Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:23:57.2007368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:57.2446370Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:23:57.2447082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-08-17T12:23:57.2925467Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-08-17T12:23:57.2926051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-08-17T12:23:57.3366013Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-08-17T12:23:57.3366828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-08-17T12:23:57.3806692Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-08-17T12:23:57.3807347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:57.4243242Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:23:57.4243927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:57.4686654Z [gw0] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:23:57.4687319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-08-17T12:23:57.5128195Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-08-17T12:23:57.5128821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:57.5609578Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:23:57.5610259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:57.6087119Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:23:57.6088098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:57.6523082Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:23:57.6526299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:57.7002294Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:23:57.7007513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-08-17T12:23:57.7485871Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-08-17T12:23:57.7486571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-08-17T12:23:57.7966813Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-08-17T12:23:57.7967593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:57.8417313Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:23:57.8426050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:57.8691186Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:23:57.8715817Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-08-17T12:23:57.8848385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-08-17T12:23:57.8857428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:57.9281770Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:23:57.9291554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:57.9762201Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:23:57.9771372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:58.0237455Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:23:58.0245776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:58.0366261Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:23:58.0389282Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-08-17T12:23:58.0424650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-08-17T12:23:58.0675480Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-08-17T12:23:58.0683621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:58.0842697Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:23:58.0849650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-08-17T12:23:58.1163216Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-08-17T12:23:58.1168154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:58.1322627Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:23:58.1327626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-08-17T12:23:58.1635246Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-08-17T12:23:58.1640758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-08-17T12:23:58.1764128Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-08-17T12:23:58.1769540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-08-17T12:23:58.2082218Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-08-17T12:23:58.2087682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-08-17T12:23:58.2241715Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-08-17T12:23:58.2247115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-08-17T12:23:58.2521661Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-08-17T12:23:58.2526950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-08-17T12:23:58.2721502Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-08-17T12:23:58.2726998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-08-17T12:23:58.2783364Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-08-17T12:23:58.2797365Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:23:58.2932472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:23:58.2955433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-08-17T12:23:58.3133870Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-08-17T12:23:58.3156593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:23:58.3371742Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:23:58.3395885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-08-17T12:23:58.3571951Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-08-17T12:23:58.3597337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-08-17T12:23:58.3812921Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-08-17T12:23:58.3840418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-08-17T12:23:58.4012735Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-08-17T12:23:58.4293255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-08-17T12:23:58.4328665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-08-17T12:23:58.4589807Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-08-17T12:23:58.4603825Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-08-17T12:23:58.4631952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-08-17T12:23:58.4765171Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-08-17T12:23:58.4767659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-08-17T12:23:58.5048683Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-08-17T12:23:58.5049352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-08-17T12:23:58.5250733Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-08-17T12:23:58.5498030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-08-17T12:23:58.5570867Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-08-17T12:23:58.5688833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-08-17T12:23:58.5692056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-08-17T12:23:58.6132421Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-08-17T12:23:58.6531059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-08-17T12:23:58.6544319Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-08-17T12:23:58.6674675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-08-17T12:23:58.6974346Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-08-17T12:23:58.7914788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-08-17T12:23:58.7928895Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-08-17T12:23:58.8159484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-08-17T12:23:58.8377818Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-08-17T12:23:58.8413109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-08-17T12:23:58.8845819Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-08-17T12:23:58.8856112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-08-17T12:23:58.9287696Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-08-17T12:23:58.9297609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-08-17T12:23:58.9725832Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-08-17T12:23:58.9735695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-08-17T12:23:59.0168450Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-08-17T12:23:59.0177441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-08-17T12:23:59.0649372Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-08-17T12:23:59.0650028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-08-17T12:23:59.1097067Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-08-17T12:23:59.1130137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-08-17T12:23:59.1535412Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-08-17T12:23:59.1565517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-08-17T12:23:59.1974385Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-08-17T12:23:59.5033325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-08-17T12:23:59.5062710Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-08-17T12:23:59.5815146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-08-17T12:23:59.5842584Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-08-17T12:23:59.5877428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-08-17T12:23:59.6255453Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-08-17T12:23:59.6281877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-08-17T12:23:59.6694875Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-08-17T12:23:59.6726008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-08-17T12:23:59.7165036Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-08-17T12:23:59.7175779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-08-17T12:23:59.7607821Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-08-17T12:23:59.7612706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-08-17T12:23:59.8048935Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-08-17T12:23:59.8049638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-08-17T12:23:59.8491247Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-08-17T12:23:59.8491983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-08-17T12:23:59.8925540Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-08-17T12:23:59.8926293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-08-17T12:23:59.9369155Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-08-17T12:23:59.9370109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-08-17T12:23:59.9802924Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-08-17T12:24:00.0036743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-08-17T12:24:00.0053809Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-08-17T12:24:00.0082564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-08-17T12:24:00.0425103Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-08-17T12:24:00.0447679Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-08-17T12:24:00.0571081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-08-17T12:24:00.0571779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-08-17T12:24:00.0788916Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-08-17T12:24:00.0929228Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-08-17T12:24:00.0929856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-08-17T12:24:00.1008726Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-08-17T12:24:00.1010062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-08-17T12:24:00.1370167Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-08-17T12:24:00.1371759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-08-17T12:24:00.1450835Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-08-17T12:24:00.1852143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-08-17T12:24:00.1853576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-08-17T12:24:00.2288588Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-08-17T12:24:00.2293449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-08-17T12:24:00.2770745Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-08-17T12:24:00.3047786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-08-17T12:24:00.3131711Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-08-17T12:24:00.3257659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-08-17T12:24:00.3649654Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-08-17T12:24:00.3853832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-08-17T12:24:00.4011497Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-08-17T12:24:00.4073949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-08-17T12:24:00.4484834Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-08-17T12:24:00.4485474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-08-17T12:24:00.4963093Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-08-17T12:24:00.4963761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-08-17T12:24:00.5403295Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-08-17T12:24:00.5405982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-08-17T12:24:00.5845663Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-08-17T12:24:00.5848221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-08-17T12:24:00.6290085Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-08-17T12:24:00.6292830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-08-17T12:24:00.6722728Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-08-17T12:24:00.6725216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-08-17T12:24:00.7163013Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-08-17T12:24:00.7164754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-08-17T12:24:00.7601532Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-08-17T12:24:00.7607105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-08-17T12:24:00.8040610Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-08-17T12:24:00.8045944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-08-17T12:24:00.8481666Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-08-17T12:24:00.8487255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-08-17T12:24:00.8922391Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-08-17T12:24:00.8927314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-08-17T12:24:00.9408438Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-08-17T12:24:01.1844774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-08-17T12:24:01.1911131Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-08-17T12:24:01.2443862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-08-17T12:24:01.2472658Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-08-17T12:24:01.2523057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-08-17T12:24:01.2962607Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-08-17T12:24:01.2967480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-08-17T12:24:01.3404592Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-08-17T12:24:01.3408846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-08-17T12:24:01.3840583Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-08-17T12:24:01.3845167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-08-17T12:24:01.4332923Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-08-17T12:24:01.4337184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-08-17T12:24:01.4810843Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-08-17T12:24:01.4815053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-08-17T12:24:01.5295290Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-08-17T12:24:01.7014229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-08-17T12:24:01.7050280Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-08-17T12:24:01.7452154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-08-17T12:24:01.7485841Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-08-17T12:24:01.9711225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-08-17T12:24:01.9763786Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-08-17T12:24:02.0068565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-08-17T12:24:02.0106049Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-08-17T12:24:02.3066529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-08-17T12:24:02.3097967Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-08-17T12:24:02.3604379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-08-17T12:24:02.3708650Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-08-17T12:24:02.3774696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-08-17T12:24:02.4133205Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-08-17T12:24:02.4161417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-08-17T12:24:02.4643157Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-08-17T12:24:02.4646665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-08-17T12:24:02.5121763Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-08-17T12:24:02.5128095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-08-17T12:24:02.5561313Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-08-17T12:24:02.5567705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-08-17T12:24:02.6046176Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-08-17T12:24:02.6052425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-08-17T12:24:02.6483537Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-08-17T12:24:02.6490004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-08-17T12:24:02.6922816Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-08-17T12:24:02.6926003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-08-17T12:24:02.7404475Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-08-17T12:24:02.7408512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-08-17T12:24:02.7933678Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-08-17T12:24:03.0120812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-08-17T12:24:03.0175628Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-08-17T12:24:03.0747217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-08-17T12:24:03.0773402Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-08-17T12:24:03.0821731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-08-17T12:24:03.1242597Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-08-17T12:24:03.1248310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-08-17T12:24:03.1681194Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-08-17T12:24:03.1685847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-08-17T12:24:03.1888458Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-08-17T12:24:03.1908898Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:24:03.2121545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:24:03.2127184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-08-17T12:24:03.2603931Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-08-17T12:24:03.2609664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-08-17T12:24:03.3040985Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-08-17T12:24:03.3046388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-08-17T12:24:03.3524564Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-08-17T12:24:03.3530022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-08-17T12:24:03.3964822Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-08-17T12:24:03.3970624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-08-17T12:24:03.4408431Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-08-17T12:24:03.4414361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-08-17T12:24:03.4845093Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-08-17T12:24:03.4850098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-08-17T12:24:03.5282576Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-08-17T12:24:03.5285761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-08-17T12:24:03.5762470Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-08-17T12:24:03.5765586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-08-17T12:24:03.6202490Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-08-17T12:24:03.6205514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-08-17T12:24:03.6642696Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-08-17T12:24:03.6645785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-08-17T12:24:03.7080782Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-08-17T12:24:03.7083764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-08-17T12:24:03.7524161Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-08-17T12:24:03.7532471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-08-17T12:24:03.7962770Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-08-17T12:24:03.7971334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-08-17T12:24:03.8450672Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-08-17T12:24:03.8458842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-08-17T12:24:03.8915983Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-08-17T12:24:03.8926038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-08-17T12:24:03.9337128Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-08-17T12:24:04.0059686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-08-17T12:24:04.0097001Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-08-17T12:24:04.0327737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-08-17T12:24:04.0607368Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-08-17T12:24:04.0612298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-08-17T12:24:04.1088407Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-08-17T12:24:04.1093451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-08-17T12:24:04.1569782Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-08-17T12:24:04.1574780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-08-17T12:24:04.2054717Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-08-17T12:24:04.2059922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-08-17T12:24:04.2531452Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-08-17T12:24:04.2536849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-08-17T12:24:04.2965925Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-08-17T12:24:04.2970782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-08-17T12:24:04.3445448Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-08-17T12:24:04.3450323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-08-17T12:24:04.3926343Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-08-17T12:24:04.3931365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-08-17T12:24:04.4374537Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-08-17T12:24:04.4379587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-08-17T12:24:04.4811497Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-08-17T12:24:04.4816798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-08-17T12:24:04.5252611Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-08-17T12:24:04.5257889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-08-17T12:24:04.5733530Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-08-17T12:24:04.5738688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-08-17T12:24:04.6171487Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-08-17T12:24:04.6176830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:24:04.6654764Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-08-17T12:24:04.6660204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-08-17T12:24:04.7064614Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-08-17T12:24:04.7097482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-08-17T12:24:04.7580504Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-08-17T12:24:04.7590272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-08-17T12:24:04.8051139Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-08-17T12:24:04.8059771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-08-17T12:24:04.8494981Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-08-17T12:24:04.8520048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-08-17T12:24:04.8963263Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-08-17T12:24:04.8971823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-08-17T12:24:04.9449088Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-08-17T12:24:04.9457108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-08-17T12:24:04.9884655Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-08-17T12:24:04.9892194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-08-17T12:24:05.0365219Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-08-17T12:24:05.0373403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-08-17T12:24:05.0806233Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-08-17T12:24:05.0813387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-08-17T12:24:05.1134759Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-08-17T12:24:05.1149318Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:24:05.1172867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:24:05.1289031Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:24:05.1289862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:24:05.1629907Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-08-17T12:24:05.1698254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:24:05.1726462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:24:05.2202320Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-08-17T12:24:05.2209743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:24:05.2682809Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-08-17T12:24:05.2690197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:24:05.3161813Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-08-17T12:24:05.3169057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:24:05.3642954Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-08-17T12:24:05.3650228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:24:05.4125229Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-08-17T12:24:05.4133494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:24:05.4563258Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-08-17T12:24:05.4570982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:24:05.5007734Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-08-17T12:24:05.5015260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:24:05.5202422Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-08-17T12:24:05.5217085Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:24:05.5436748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:24:05.5452719Z [gw2] [ 80%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:24:05.5484544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:24:05.5730552Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-08-17T12:24:05.5927724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:24:05.5934354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-08-17T12:24:05.6369584Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-08-17T12:24:05.6376224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-08-17T12:24:05.6846168Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-08-17T12:24:05.6851748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-08-17T12:24:05.7323707Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-08-17T12:24:05.7329366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:24:05.7806270Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-08-17T12:24:05.7811553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:24:05.8180313Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-08-17T12:24:05.8200945Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-08-17T12:24:05.8284096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-08-17T12:24:05.8284986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:24:05.8771028Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-08-17T12:24:05.8771810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-08-17T12:24:05.9260289Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-08-17T12:24:05.9261106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:24:05.9696029Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-08-17T12:24:05.9729496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:24:06.0167253Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-08-17T12:24:06.0175223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-08-17T12:24:06.0605836Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-08-17T12:24:06.0615894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-08-17T12:24:06.1047982Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-08-17T12:24:06.1048742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:24:06.1523831Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-08-17T12:24:06.1525469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-08-17T12:24:06.1961519Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-08-17T12:24:06.1967326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-08-17T12:24:06.2346470Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-08-17T12:24:06.2401525Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:24:06.2406459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:24:06.2411844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-08-17T12:24:06.2874821Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-08-17T12:24:06.2880664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-08-17T12:24:06.2912162Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-08-17T12:24:06.2929307Z [gw2] [ 80%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:24:06.3409496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:24:06.3457886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-08-17T12:24:06.3889274Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-08-17T12:24:06.4436929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-08-17T12:24:06.4454613Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:24:06.4483560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-08-17T12:24:06.4920478Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-08-17T12:24:06.4922664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-08-17T12:24:06.5361745Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-08-17T12:24:06.5362838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-08-17T12:24:06.5803276Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-08-17T12:24:06.5804418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-08-17T12:24:06.6247968Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-08-17T12:24:06.6250445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-08-17T12:24:06.6696266Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-08-17T12:24:06.6703940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-08-17T12:24:06.6709655Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-08-17T12:24:06.6721351Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-08-17T12:24:06.7144614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-08-17T12:24:06.7145326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-08-17T12:24:06.7180334Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-08-17T12:24:06.7197316Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-08-17T12:24:06.7219215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-08-17T12:24:06.7576245Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-08-17T12:24:06.7576865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-08-17T12:24:06.7685386Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-08-17T12:24:06.7688742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-08-17T12:24:06.8090726Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-08-17T12:24:06.8172019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-08-17T12:24:06.8824800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-08-17T12:24:06.8836319Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-08-17T12:24:06.8982553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-08-17T12:24:06.9255276Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-08-17T12:24:06.9335705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-08-17T12:24:06.9522609Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-08-17T12:24:06.9539977Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-08-17T12:24:06.9851879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:24:07.0484391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-08-17T12:24:07.0615805Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-08-17T12:24:07.0741894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-08-17T12:24:07.1132747Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-08-17T12:24:07.1887838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-08-17T12:24:07.1908497Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-08-17T12:24:07.2175913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-08-17T12:24:07.2364453Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-08-17T12:24:07.2368415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-08-17T12:24:07.2802397Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-08-17T12:24:07.2805590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-08-17T12:24:07.3282811Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-08-17T12:24:07.3285175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-08-17T12:24:07.3722066Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-08-17T12:24:07.3725283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-08-17T12:24:07.4162228Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-08-17T12:24:07.4164679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-08-17T12:24:07.4605886Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-08-17T12:24:07.4614306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-08-17T12:24:07.5082206Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-08-17T12:24:07.5090139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-08-17T12:24:07.5523279Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-08-17T12:24:07.5531469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-08-17T12:24:07.5961302Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-08-17T12:24:07.5967446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-08-17T12:24:07.6402338Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-08-17T12:24:07.6408492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-08-17T12:24:07.6883147Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-08-17T12:24:07.6889201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-08-17T12:24:07.7374155Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-08-17T12:24:07.7383661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-08-17T12:24:07.7847343Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-08-17T12:24:07.7856537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-08-17T12:24:07.8291738Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-08-17T12:24:07.8292365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-08-17T12:24:07.8765324Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-08-17T12:24:07.8766652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-08-17T12:24:07.9247711Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-08-17T12:24:07.9256467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-08-17T12:24:07.9674445Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-08-17T12:24:07.9841005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-08-17T12:24:08.0093840Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-08-17T12:24:08.0117290Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-08-17T12:24:08.0162034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-08-17T12:24:08.0170144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-08-17T12:24:08.0641846Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-08-17T12:24:08.0649777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-08-17T12:24:08.1081780Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-08-17T12:24:08.1086800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-08-17T12:24:08.1561652Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-08-17T12:24:08.1566316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-08-17T12:24:08.2041110Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-08-17T12:24:08.2045575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-08-17T12:24:08.2483661Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-08-17T12:24:08.2488593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-08-17T12:24:08.2921032Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-08-17T12:24:08.2928706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-08-17T12:24:08.3009609Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-08-17T12:24:08.3028600Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-08-17T12:24:08.3360553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-08-17T12:24:08.3365330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-08-17T12:24:08.3841407Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-08-17T12:24:08.3846618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-08-17T12:24:08.4324451Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-08-17T12:24:08.4331771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-08-17T12:24:08.4760737Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-08-17T12:24:08.4768229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-08-17T12:24:08.5200494Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-08-17T12:24:08.5208183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-08-17T12:24:08.5640263Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-08-17T12:24:08.5648219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-08-17T12:24:08.6120883Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-08-17T12:24:08.6129281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-08-17T12:24:08.6605590Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-08-17T12:24:08.6606190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-08-17T12:24:08.7085942Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-08-17T12:24:08.7086516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-08-17T12:24:08.7610140Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-08-17T12:24:08.9754134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-08-17T12:24:08.9773242Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-08-17T12:24:09.0034404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-08-17T12:24:09.0331807Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-08-17T12:24:09.1020222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-08-17T12:24:09.1039303Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-08-17T12:24:09.1224560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-08-17T12:24:09.1482294Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-08-17T12:24:09.1488179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-08-17T12:24:09.1961921Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-08-17T12:24:09.1967108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-08-17T12:24:09.2444123Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-08-17T12:24:09.2452571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-08-17T12:24:09.2883149Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-08-17T12:24:09.2891470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-08-17T12:24:09.3321752Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-08-17T12:24:09.3330069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-08-17T12:24:09.3801882Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-08-17T12:24:09.3810259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-08-17T12:24:09.4242575Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-08-17T12:24:09.4250902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-08-17T12:24:09.4724104Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-08-17T12:24:09.4732481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:09.5206056Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:09.5214499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:09.5693038Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:09.5701870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-08-17T12:24:09.6132631Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-08-17T12:24:09.6141401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-08-17T12:24:09.6568619Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-08-17T12:24:09.6577059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-08-17T12:24:09.7009947Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-08-17T12:24:09.7018733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-08-17T12:24:09.7454069Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-08-17T12:24:09.7463322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:09.7891456Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:09.7900525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:09.8330555Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:09.8339993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:09.8811189Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:09.8820466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:09.9188143Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:09.9355240Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-08-17T12:24:09.9356094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-08-17T12:24:09.9456181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-08-17T12:24:09.9814972Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-08-17T12:24:09.9842232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:10.0335072Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:10.0336232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:10.0805797Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:10.0806585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-08-17T12:24:10.1240907Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-08-17T12:24:10.1244106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-08-17T12:24:10.1416375Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-08-17T12:24:10.1428228Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-08-17T12:24:10.1680172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:24:10.1685489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-08-17T12:24:10.2159937Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-08-17T12:24:10.2166969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-08-17T12:24:10.2601908Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-08-17T12:24:10.2610419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-08-17T12:24:10.3080079Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-08-17T12:24:10.3088158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-08-17T12:24:10.3520232Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-08-17T12:24:10.3528481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-08-17T12:24:10.4009076Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-08-17T12:24:10.6469436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-08-17T12:24:10.6502589Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-08-17T12:24:10.7078384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-08-17T12:24:10.7109069Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-08-17T12:24:10.7143979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-08-17T12:24:10.7564391Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-08-17T12:24:10.7573750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-08-17T12:24:10.8002117Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-08-17T12:24:10.8011409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-08-17T12:24:10.8492791Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-08-17T12:24:10.8503419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:10.8514798Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-08-17T12:24:10.9135639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-08-17T12:24:10.9159914Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:10.9187083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:10.9594580Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:10.9603474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:11.0089218Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:11.0135027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-08-17T12:24:11.0452272Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-08-17T12:24:11.0486789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-08-17T12:24:11.0894318Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-08-17T12:24:11.0919164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-08-17T12:24:11.1333887Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-08-17T12:24:11.1360033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-08-17T12:24:11.1812840Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-08-17T12:24:11.1841845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-08-17T12:24:11.2252074Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-08-17T12:24:11.2287363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-08-17T12:24:11.2732883Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-08-17T12:24:11.2764089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-08-17T12:24:11.3172041Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-08-17T12:24:11.3202868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-08-17T12:24:11.3612449Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-08-17T12:24:11.3643299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-08-17T12:24:11.4053650Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-08-17T12:24:11.5838688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:24:11.5853103Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-08-17T12:24:11.6044471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-08-17T12:24:11.6292107Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-08-17T12:24:11.6319370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:24:11.6755208Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-08-17T12:24:11.6781894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:24:11.7217708Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-08-17T12:24:11.7223066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-08-17T12:24:11.7690128Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-08-17T12:24:11.7696041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-08-17T12:24:11.7957952Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-08-17T12:24:11.7981578Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-08-17T12:24:11.8094307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-08-17T12:24:12.0432643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-08-17T12:24:12.0458512Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-08-17T12:24:12.0514495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:24:12.0922540Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-08-17T12:24:12.0927453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-08-17T12:24:12.1410616Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-08-17T12:24:12.1651955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-08-17T12:24:12.1664483Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-08-17T12:24:12.4064724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-08-17T12:24:12.4089301Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-08-17T12:24:12.4860707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-08-17T12:24:12.4888057Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-08-17T12:24:12.8082391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-08-17T12:24:12.8097922Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-08-17T12:24:12.8487056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-08-17T12:24:12.8501920Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-08-17T12:24:12.8537143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:24:12.8963728Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-08-17T12:24:12.8972646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:24:12.9442090Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-08-17T12:24:12.9450650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-08-17T12:24:12.9882100Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-08-17T12:24:12.9890766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-08-17T12:24:13.0367988Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-08-17T12:24:13.0377523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-08-17T12:24:13.0797671Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-08-17T12:24:13.0819286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-08-17T12:24:13.1227111Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-08-17T12:24:13.1258007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-08-17T12:24:13.1690382Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-08-17T12:24:13.1696323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-08-17T12:24:13.2171608Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-08-17T12:24:13.5153589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-08-17T12:24:13.5161784Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-08-17T12:24:13.7415561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-08-17T12:24:13.7430864Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-08-17T12:24:14.7006875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-08-17T12:24:14.7032324Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-08-17T12:24:14.7787341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-08-17T12:24:14.7810087Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-08-17T12:24:15.6381135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:24:15.6398816Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-08-17T12:24:15.8503875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:24:15.8514449Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-08-17T12:24:15.8966924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:24:15.8975183Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-08-17T12:24:16.4827406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-08-17T12:24:16.4858550Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-08-17T12:24:16.5974613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-08-17T12:24:16.5999907Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-08-17T12:24:17.1670915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-08-17T12:24:17.1682746Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-08-17T12:24:17.2835393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-08-17T12:24:17.2847059Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-08-17T12:24:17.2873450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-08-17T12:24:17.3256704Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-08-17T12:24:17.3285156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-08-17T12:24:17.3694828Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-08-17T12:24:17.3725157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-08-17T12:24:17.4135234Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-08-17T12:24:17.4169812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-08-17T12:24:17.4574353Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-08-17T12:24:17.4596320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-08-17T12:24:17.5013631Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-08-17T12:24:17.5041100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-08-17T12:24:17.5454236Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-08-17T12:24:17.5481408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-08-17T12:24:17.6046619Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-08-17T12:24:17.6061946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-08-17T12:24:17.6082357Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-08-17T12:24:17.6094726Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:24:17.6382864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-08-17T12:24:17.6393528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-08-17T12:24:17.6820040Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-08-17T12:24:17.6821046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-08-17T12:24:17.7248615Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-08-17T12:24:17.7253661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-08-17T12:24:17.7684620Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-08-17T12:24:17.7692453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-08-17T12:24:17.8122542Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-08-17T12:24:17.8131097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-08-17T12:24:17.8561989Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-08-17T12:24:17.8570436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-08-17T12:24:17.9001800Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-08-17T12:24:17.9010181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-08-17T12:24:17.9440074Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-08-17T12:24:17.9446604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-08-17T12:24:17.9881245Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-08-17T12:24:17.9889856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-08-17T12:24:18.0314710Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-08-17T12:24:18.0323102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-08-17T12:24:18.0754819Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-08-17T12:24:18.0763167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-08-17T12:24:18.1202771Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-08-17T12:24:18.1211159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:24:18.1644951Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-08-17T12:24:18.1653301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:24:18.2130658Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-08-17T12:24:18.3376451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-08-17T12:24:18.3399329Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-08-17T12:24:18.3572121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-08-17T12:24:18.3842326Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-08-17T12:24:18.3850669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-08-17T12:24:18.4283300Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-08-17T12:24:18.4291861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-08-17T12:24:18.4709470Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-08-17T12:24:18.6586318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-08-17T12:24:18.6609187Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-08-17T12:24:18.7623827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-08-17T12:24:18.7648848Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-08-17T12:24:18.7844331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-08-17T12:24:18.8083070Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-08-17T12:24:18.8091609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-08-17T12:24:18.8521408Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-08-17T12:24:18.8529795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-08-17T12:24:18.8962612Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-08-17T12:24:18.8971097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:24:18.9401831Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-08-17T12:24:18.9411027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:24:18.9844312Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-08-17T12:24:18.9855119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:24:19.0254576Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-08-17T12:24:19.0278496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:24:19.0694598Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-08-17T12:24:19.0725648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:24:19.1133940Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-08-17T12:24:19.1165358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:24:19.1573620Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-08-17T12:24:19.3220039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:24:19.3232554Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-08-17T12:24:21.1904665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:24:21.1930203Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-08-17T12:24:21.3278169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-08-17T12:24:21.3312816Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-08-17T12:24:21.3368643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-08-17T12:24:21.3762961Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-08-17T12:24:21.3771705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:24:21.4202038Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-08-17T12:24:21.4210377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-08-17T12:24:21.4640957Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-08-17T12:24:21.4649416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-08-17T12:24:21.5081178Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-08-17T12:24:21.5090534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-08-17T12:24:21.5520724Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-08-17T12:24:21.5529149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-08-17T12:24:21.5960817Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-08-17T12:24:21.5969264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-08-17T12:24:21.6408746Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-08-17T12:24:21.6417090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-08-17T12:24:21.6841183Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-08-17T12:24:21.6849680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-08-17T12:24:21.7281043Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-08-17T12:24:21.7289622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:24:21.7722136Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-08-17T12:24:21.7725875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:24:21.8164563Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-08-17T12:24:21.8173247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:24:21.8602310Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-08-17T12:24:21.8610885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:24:21.9041860Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-08-17T12:24:21.9050354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-08-17T12:24:21.9490112Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-08-17T12:24:21.9499614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-08-17T12:24:21.9902791Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-08-17T12:24:21.9914829Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:24:21.9936248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-08-17T12:24:21.9957122Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-08-17T12:24:22.0407673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:24:22.0416386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:24:22.0813509Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-08-17T12:24:22.0839277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:24:22.1253172Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-08-17T12:24:22.1280864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-08-17T12:24:22.1691899Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-08-17T12:24:22.1722682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-08-17T12:24:22.2131646Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-08-17T12:24:22.2162109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-08-17T12:24:22.2571619Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-08-17T12:24:22.2862032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-08-17T12:24:22.3047179Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-08-17T12:24:22.3055450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-08-17T12:24:22.3450973Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-08-17T12:24:22.3475051Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:24:22.3526450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-08-17T12:24:22.3534792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-08-17T12:24:22.3968451Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-08-17T12:24:22.3977156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-08-17T12:24:22.4406588Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-08-17T12:24:22.4414604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-08-17T12:24:22.4813151Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-08-17T12:24:22.4836578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-08-17T12:24:22.5253954Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-08-17T12:24:22.5276406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-08-17T12:24:22.5693156Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-08-17T12:24:22.5717732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:24:22.6132662Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-08-17T12:24:22.6162416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:24:22.6572731Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-08-17T12:24:22.6601654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:24:22.7012924Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-08-17T12:24:22.7039366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:24:22.7453557Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-08-17T12:24:22.7485687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-08-17T12:24:22.7566221Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-08-17T12:24:22.7578791Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-08-17T12:24:22.7892769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-08-17T12:24:22.7919628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-08-17T12:24:22.8256640Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-08-17T12:24:22.8266489Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-08-17T12:24:22.8332016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-08-17T12:24:23.1205934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-08-17T12:24:23.1256655Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-08-17T12:24:23.3116269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-08-17T12:24:23.3146011Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-08-17T12:24:23.5064501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-08-17T12:24:23.5085890Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-08-17T12:24:23.5733039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-08-17T12:24:23.5754936Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-08-17T12:24:23.5808887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-08-17T12:24:23.5997610Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-08-17T12:24:23.6022024Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-08-17T12:24:23.6242540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:24:23.6250738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-08-17T12:24:23.6683591Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-08-17T12:24:23.6692600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:24:23.7165560Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-08-17T12:24:23.7175640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:24:23.7613222Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-08-17T12:24:23.7640819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:24:23.8052114Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-08-17T12:24:23.8085176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:24:23.8492616Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-08-17T12:24:23.8517941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:24:23.8932858Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-08-17T12:24:23.8957428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:24:23.9412898Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-08-17T12:24:23.9438860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:24:23.9852984Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-08-17T12:24:23.9878510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:24:24.0291211Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-08-17T12:24:24.0313673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:24:24.0770970Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-08-17T12:24:24.0794578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:24:24.1211093Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-08-17T12:24:24.1238015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:24:24.1653702Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-08-17T12:24:24.1690700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:24:24.2093687Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-08-17T12:24:24.2133367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:24:24.2531693Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-08-17T12:24:24.2557722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:24:24.3011484Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-08-17T12:24:24.3038158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:24:24.3451175Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-08-17T12:24:24.3478581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:24:24.3931884Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-08-17T12:24:24.3959409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:24:24.4047223Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-08-17T12:24:24.4061115Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:24:24.4371152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-08-17T12:24:24.4394783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:24:24.4851146Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-08-17T12:24:24.4874961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:24:24.5331641Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-08-17T12:24:24.5360054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:24:24.5711788Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-08-17T12:24:24.5725264Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-08-17T12:24:24.5772122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:24:24.5802478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:24:24.6291806Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-08-17T12:24:24.9722722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-08-17T12:24:24.9743995Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-08-17T12:24:25.0337541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-08-17T12:24:25.0453156Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-08-17T12:24:25.0485879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-08-17T12:24:25.0936864Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-08-17T12:24:25.0945399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-08-17T12:24:25.1389417Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-08-17T12:24:25.1390080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-08-17T12:24:25.1825227Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-08-17T12:24:25.1825861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-08-17T12:24:25.2299582Z [gw0] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-08-17T12:24:25.2303308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-08-17T12:24:25.2745438Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-08-17T12:24:25.2758024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-08-17T12:24:25.3178675Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-08-17T12:24:25.3189238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-08-17T12:24:25.3611005Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-08-17T12:24:25.3620519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-08-17T12:24:25.4064442Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-08-17T12:24:25.4075390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-08-17T12:24:25.4323003Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-08-17T12:24:25.4350408Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:24:25.4494276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:24:25.4504819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-08-17T12:24:25.4929477Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-08-17T12:24:25.6128247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-08-17T12:24:25.6145803Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:24:26.1719989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-08-17T12:24:26.1749551Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-08-17T12:24:26.2855337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-08-17T12:24:26.2883406Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-08-17T12:24:26.6503316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-08-17T12:24:26.6529101Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-08-17T12:24:26.8731429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-08-17T12:24:26.8756130Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-08-17T12:24:26.8891182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-08-17T12:24:26.9203219Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-08-17T12:24:26.9211828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-08-17T12:24:26.9644708Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-08-17T12:24:26.9649761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-08-17T12:24:27.0085162Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-08-17T12:24:27.0093904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-08-17T12:24:27.0610760Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-08-17T12:24:27.3319069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-08-17T12:24:27.3357332Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-08-17T12:24:27.4123863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-08-17T12:24:27.4163765Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-08-17T12:24:27.4259115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-08-17T12:24:27.4612443Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-08-17T12:24:27.4621467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-08-17T12:24:27.5052491Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-08-17T12:24:27.5062589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-08-17T12:24:27.5488849Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-08-17T12:24:27.5498432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-08-17T12:24:27.5897111Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-08-17T12:24:27.5944016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-08-17T12:24:27.6366471Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-08-17T12:24:27.6375271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-08-17T12:24:27.6808875Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-08-17T12:24:27.6814362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-08-17T12:24:27.7247890Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-08-17T12:24:27.7254172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-08-17T12:24:27.7686931Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-08-17T12:24:27.7693516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-08-17T12:24:27.8127184Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-08-17T12:24:27.8131762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-08-17T12:24:27.8532441Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-08-17T12:24:27.8559948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-08-17T12:24:27.8972033Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-08-17T12:24:27.9000803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-08-17T12:24:27.9412195Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-08-17T12:24:27.9438251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-08-17T12:24:27.9853141Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-08-17T12:24:27.9881682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-08-17T12:24:28.0292224Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-08-17T12:24:28.0325411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-08-17T12:24:28.0732413Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-08-17T12:24:28.0759802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-08-17T12:24:28.1172015Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-08-17T12:24:28.1198426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-08-17T12:24:28.1613288Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-08-17T12:24:28.1639939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-08-17T12:24:28.2056056Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-08-17T12:24:28.2086526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-08-17T12:24:28.2494939Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-08-17T12:24:28.2525945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-08-17T12:24:28.2935290Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-08-17T12:24:28.2966536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-08-17T12:24:28.3451745Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-08-17T12:24:28.6099261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-08-17T12:24:28.6255427Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-08-17T12:24:28.6943122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-08-17T12:24:28.6959722Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-08-17T12:24:28.6988045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-08-17T12:24:28.7373737Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-08-17T12:24:28.7404733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-08-17T12:24:28.7842715Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-08-17T12:24:28.7853114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-08-17T12:24:28.8330254Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-08-17T12:24:29.2295891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-08-17T12:24:29.2323817Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-08-17T12:24:29.8071911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-08-17T12:24:29.8100342Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-08-17T12:24:30.1678796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:24:30.1704309Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:24:30.2550572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:24:30.2576918Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:24:30.5302015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-08-17T12:24:30.5326671Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-08-17T12:24:30.5826871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-08-17T12:24:30.5850397Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-08-17T12:24:30.6181164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:30.6253226Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:30.7429062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:30.7455822Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:30.8592130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-08-17T12:24:30.8692455Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-08-17T12:24:31.0971802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-08-17T12:24:31.0992251Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-08-17T12:24:31.3661053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-08-17T12:24:31.3674386Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-08-17T12:24:31.4551357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-08-17T12:24:31.4579266Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-08-17T12:24:31.6615097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-08-17T12:24:31.6643712Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-08-17T12:24:31.7066439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-08-17T12:24:31.7091420Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-08-17T12:24:32.5439295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-08-17T12:24:32.5480867Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-08-17T12:24:32.6859221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-08-17T12:24:32.6899942Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-08-17T12:24:32.7810582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-08-17T12:24:32.7838130Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-08-17T12:24:32.9909469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-08-17T12:24:32.9938311Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-08-17T12:24:33.1846465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-08-17T12:24:33.1876526Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-08-17T12:24:34.0750727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:34.0776794Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-08-17T12:24:34.0817488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-08-17T12:24:34.1254682Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-08-17T12:24:34.1264382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-08-17T12:24:34.1689375Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-08-17T12:24:34.1695090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-08-17T12:24:34.2125748Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-08-17T12:24:34.2131600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-08-17T12:24:34.2563270Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-08-17T12:24:34.2569762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-08-17T12:24:34.3003900Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-08-17T12:24:34.3009630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-08-17T12:24:34.3444353Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-08-17T12:24:34.3449815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inverse_cpu_complex128 2022-08-17T12:24:34.3884639Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inverse_cpu_complex128 2022-08-17T12:24:34.3890066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inverse_cpu_float64 2022-08-17T12:24:34.4323570Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inverse_cpu_float64 2022-08-17T12:24:34.4329206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-08-17T12:24:34.4765658Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-08-17T12:24:34.4774039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-08-17T12:24:34.5175957Z [gw0] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-08-17T12:24:34.5207783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-08-17T12:24:34.5645053Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-08-17T12:24:34.5649517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-08-17T12:24:34.6086609Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-08-17T12:24:34.6091689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-08-17T12:24:34.6526174Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-08-17T12:24:34.6530755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-08-17T12:24:34.6938120Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-08-17T12:24:34.6970690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-08-17T12:24:34.7406221Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-08-17T12:24:34.7410848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-08-17T12:24:34.7849776Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-08-17T12:24:34.7853660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-08-17T12:24:34.8253116Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-08-17T12:24:34.8279420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-08-17T12:24:34.8693606Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-08-17T12:24:34.8724837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-08-17T12:24:34.9132812Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-08-17T12:24:34.9159820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-08-17T12:24:34.9615283Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-08-17T12:24:34.9644170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-08-17T12:24:35.0053167Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-08-17T12:24:35.0080478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-08-17T12:24:35.0492207Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-08-17T12:24:35.0524927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-08-17T12:24:35.0935354Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-08-17T12:24:35.0978547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:24:35.1376343Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:24:35.1424026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:24:35.1845940Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:24:35.1854741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:24:35.2286731Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:24:35.2295975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:24:35.2726736Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:24:35.2735329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:24:35.3164219Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-08-17T12:24:35.3172639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:24:35.3641242Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-08-17T12:24:35.3648864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:24:35.4081140Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:24:35.4088961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:24:35.4524934Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:24:35.4533042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:24:35.4966554Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-08-17T12:24:35.4972064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:24:35.5404718Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-08-17T12:24:35.5410042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-08-17T12:24:35.5843941Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-08-17T12:24:35.5849354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-08-17T12:24:35.6286503Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-08-17T12:24:35.6292174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-08-17T12:24:35.6722427Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-08-17T12:24:35.6727834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-08-17T12:24:35.7162339Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-08-17T12:24:35.7167718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-08-17T12:24:35.7601911Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-08-17T12:24:35.7607369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-08-17T12:24:35.8091583Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-08-17T12:24:36.5025456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-08-17T12:24:36.5049019Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:36.9667029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:36.9692314Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:38.6669571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:38.6695071Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-08-17T12:24:38.8717199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-08-17T12:24:38.8740772Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-08-17T12:24:38.9109302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-08-17T12:24:38.9172564Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-08-17T12:24:38.9206041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:24:38.9681871Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-08-17T12:24:38.9690132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:24:39.0120990Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-08-17T12:24:39.0129192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:24:39.0601731Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:24:39.0609972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:24:39.1041856Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:24:39.1050058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:24:39.1481511Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-08-17T12:24:39.1489748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:24:39.1920415Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-08-17T12:24:39.1928554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:24:39.2400825Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-08-17T12:24:39.2409242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:24:39.2841239Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-08-17T12:24:39.2849333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:24:39.3323714Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-08-17T12:24:39.3331872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-08-17T12:24:39.3801575Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-08-17T12:24:39.3809888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:24:39.4250751Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-08-17T12:24:39.4260013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:24:39.4693269Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-08-17T12:24:39.4699168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:24:39.5172792Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-08-17T12:24:39.5177307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:24:39.5650664Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-08-17T12:24:39.5654896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:24:39.6133647Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-08-17T12:24:39.6142744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:24:39.6615129Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-08-17T12:24:39.6616197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:24:39.7048375Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-08-17T12:24:39.7052223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:24:39.7487751Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-08-17T12:24:39.7493885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:24:39.7932309Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:24:39.7939935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:24:39.8404696Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-08-17T12:24:39.8412379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:24:39.8850745Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-08-17T12:24:39.8858900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:24:39.9326110Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-08-17T12:24:39.9334107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:24:39.9764301Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-08-17T12:24:39.9771946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:24:40.0117926Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-08-17T12:24:40.0138769Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:40.0213236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:40.0245076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:24:40.0721621Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-08-17T12:24:40.0729397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:24:40.1161241Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-08-17T12:24:40.1169720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:24:40.1601673Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:24:40.1610114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:24:40.2041602Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-08-17T12:24:40.2050009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:24:40.2453911Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:24:40.2477475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:24:40.2892897Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:24:40.2923618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:24:40.3332438Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:24:40.3364285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:24:40.3773117Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-08-17T12:24:40.3794380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:24:40.4213114Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-08-17T12:24:40.4233669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:24:40.4655151Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-08-17T12:24:40.4686098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:24:40.5094901Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:24:40.5143885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:24:40.5537708Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:24:40.5572563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:24:40.5702261Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-08-17T12:24:40.5714331Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:40.5976128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-08-17T12:24:40.6015772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:24:40.6418656Z [gw0] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-08-17T12:24:40.6455275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:24:40.6856327Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-08-17T12:24:40.6893920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:24:40.7295381Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-08-17T12:24:40.7334300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:24:40.7619665Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:24:40.7638468Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-08-17T12:24:40.7773207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:40.7778138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:24:40.7891275Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:24:40.8053298Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:40.8208032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:40.8214848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:24:40.8517372Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-08-17T12:24:40.8536000Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:40.8654285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-08-17T12:24:40.8656310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:24:40.9091082Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-08-17T12:24:40.9095331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:24:40.9528476Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:24:40.9530006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:24:40.9968131Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-08-17T12:24:40.9970608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:24:41.0405195Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-08-17T12:24:41.0409162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:24:41.0843279Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-08-17T12:24:41.0847012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:24:41.0981135Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:24:41.1000505Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-08-17T12:24:41.1281984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-08-17T12:24:41.1286363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:24:41.1723755Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-08-17T12:24:41.1728848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:24:41.2180687Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:24:41.2181455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:24:41.2616586Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:24:41.2617343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:24:41.3056420Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-08-17T12:24:41.3064491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:24:41.3495652Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-08-17T12:24:41.3498228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:24:41.3791028Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-08-17T12:24:41.3808343Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-08-17T12:24:41.3928110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-08-17T12:24:41.3930435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:24:41.4116109Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-08-17T12:24:41.4211815Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-08-17T12:24:41.4331743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-08-17T12:24:41.4356944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:24:41.4771450Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:24:41.4800591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:24:41.5212003Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:24:41.5239048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:24:41.5291157Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-08-17T12:24:41.5302471Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-08-17T12:24:41.5651942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-08-17T12:24:41.5679491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:24:41.6096365Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-08-17T12:24:41.6137981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:24:41.6534810Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:24:41.6581578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:24:41.6759779Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:24:41.6774259Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-08-17T12:24:41.6972833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-08-17T12:24:41.6995425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:24:41.7072840Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:24:41.7212516Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-08-17T12:24:41.7412811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-08-17T12:24:41.7445682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:24:41.7558689Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-08-17T12:24:41.7652376Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-08-17T12:24:41.7893255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-08-17T12:24:41.7926327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:24:41.8332677Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-08-17T12:24:41.8360852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:24:41.8773799Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-08-17T12:24:41.8801515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:24:41.9214715Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-08-17T12:24:41.9241940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:24:41.9654512Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-08-17T12:24:41.9682244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:24:42.0093613Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-08-17T12:24:42.0122673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:24:42.0565617Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-08-17T12:24:42.0571227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:24:42.1004134Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-08-17T12:24:42.1009442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:24:42.1445479Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-08-17T12:24:42.1448798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:24:42.1882939Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:24:42.1885972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:24:42.2322624Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-08-17T12:24:42.2325153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:24:42.2803755Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-08-17T12:24:42.2804478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:24:42.3240547Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-08-17T12:24:42.3243402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:24:42.3682275Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-08-17T12:24:42.3683927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:24:42.4159736Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-08-17T12:24:42.4161197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:24:42.4642167Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-08-17T12:24:42.4643579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:24:42.5082447Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-08-17T12:24:42.5084577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:24:42.5523709Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:24:42.5525975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:24:42.6008650Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-08-17T12:24:42.6010679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:24:42.6491162Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-08-17T12:24:42.6491937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:24:42.6956410Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-08-17T12:24:42.6958737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:24:42.7407294Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-08-17T12:24:42.7408072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:24:42.7847012Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-08-17T12:24:42.7847700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:24:42.8249433Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-08-17T12:24:42.8255882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:24:42.8681872Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-08-17T12:24:42.8686586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-08-17T12:24:42.9120520Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-08-17T12:24:42.9125464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-08-17T12:24:42.9609755Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-08-17T12:24:43.2927792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-08-17T12:24:43.2941284Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-08-17T12:24:43.3421184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-08-17T12:24:43.3436138Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-08-17T12:24:43.3840012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-08-17T12:24:43.3863309Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-08-17T12:24:43.3878814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-08-17T12:24:43.4023878Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-08-17T12:24:43.5878135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-08-17T12:24:43.5904068Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-08-17T12:24:43.6270439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-08-17T12:24:43.6371745Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-08-17T12:24:43.7983061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-08-17T12:24:43.8004477Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-08-17T12:24:43.8366351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-08-17T12:24:43.8444317Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-08-17T12:24:43.8453462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-08-17T12:24:43.8606135Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-08-17T12:24:43.8629791Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-08-17T12:24:43.8665734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-08-17T12:24:43.8882641Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-08-17T12:24:43.8891621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:24:43.9169063Z [gw0] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-08-17T12:24:43.9321280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-08-17T12:24:43.9330289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:24:43.9762788Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-08-17T12:24:43.9771993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:24:44.0241528Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-08-17T12:24:44.0250866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-08-17T12:24:44.0512808Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-08-17T12:24:44.0536754Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-08-17T12:24:44.0680286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-08-17T12:24:44.0689458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:24:44.0911554Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-08-17T12:24:44.0973091Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-08-17T12:24:44.1161746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:44.1164657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-08-17T12:24:44.1643752Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-08-17T12:24:44.1644469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-08-17T12:24:44.2131002Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-08-17T12:24:44.2131660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-08-17T12:24:44.2442117Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-08-17T12:24:44.2458393Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:44.2479236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:44.2562385Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:44.2563000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-08-17T12:24:44.2916053Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-08-17T12:24:44.2916918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:44.3041198Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:44.3042276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-08-17T12:24:44.3448596Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-08-17T12:24:44.3493183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:24:44.3522025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-08-17T12:24:44.3879337Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-08-17T12:24:44.3907861Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:24:44.3934998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-08-17T12:24:44.3964309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-08-17T12:24:44.4400002Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-08-17T12:24:44.4406192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-08-17T12:24:44.4841353Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-08-17T12:24:44.4850519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:24:44.5292258Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-08-17T12:24:44.5321026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-08-17T12:24:44.5799540Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-08-17T12:24:44.6839930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-08-17T12:24:44.6874341Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-08-17T12:24:44.6923521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-08-17T12:24:44.7360545Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-08-17T12:24:44.7368170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-08-17T12:24:44.7794431Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-08-17T12:24:44.7815120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-08-17T12:24:44.8240137Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-08-17T12:24:44.8248858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-08-17T12:24:44.8679982Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-08-17T12:24:44.8688690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-08-17T12:24:44.9127115Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-08-17T12:24:44.9136340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-08-17T12:24:44.9566436Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-08-17T12:24:44.9576380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-08-17T12:24:45.0042626Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-08-17T12:24:45.0051429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-08-17T12:24:45.0304929Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-08-17T12:24:45.0325134Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-08-17T12:24:45.0452221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-08-17T12:24:45.0485413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:24:45.0892442Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-08-17T12:24:45.0918013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-08-17T12:24:45.1332070Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-08-17T12:24:45.1362476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:24:45.1480083Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-08-17T12:24:45.1487459Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-08-17T12:24:45.1772212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-08-17T12:24:45.1803717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:24:45.2212459Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-08-17T12:24:45.2246985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-08-17T12:24:45.2692200Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-08-17T12:24:45.2726367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-08-17T12:24:45.3132594Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-08-17T12:24:45.3160815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-08-17T12:24:45.3572840Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-08-17T12:24:45.3604704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-08-17T12:24:45.4052669Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-08-17T12:24:45.9185579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:24:45.9202733Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-08-17T12:24:46.1289982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-08-17T12:24:46.1319498Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-08-17T12:24:46.8533185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:24:46.8550283Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-08-17T12:24:46.9346141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:24:46.9371157Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-08-17T12:24:46.9407227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-08-17T12:24:46.9844991Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-08-17T12:24:46.9854327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-08-17T12:24:47.0283527Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-08-17T12:24:47.0292223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-08-17T12:24:47.0755012Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-08-17T12:24:47.0764107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-08-17T12:24:47.1182680Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-08-17T12:24:47.1183621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:24:47.1575533Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-08-17T12:24:47.1609532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:24:47.1645331Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-08-17T12:24:47.1653168Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-08-17T12:24:47.2014699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-08-17T12:24:47.2049265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-08-17T12:24:47.2452570Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-08-17T12:24:47.2480913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:47.2892420Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-08-17T12:24:47.2919102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:47.3333130Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-08-17T12:24:47.3365995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-08-17T12:24:47.3772344Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-08-17T12:24:47.3807519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-08-17T12:24:47.4212079Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-08-17T12:24:47.4242734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-08-17T12:24:47.4502066Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-08-17T12:24:47.4510488Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-08-17T12:24:47.4654440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-08-17T12:24:47.4689470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-08-17T12:24:47.5094295Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-08-17T12:24:47.5134107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:47.5569394Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-08-17T12:24:47.5579151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:47.6010650Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-08-17T12:24:47.6021336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:47.6442848Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-08-17T12:24:47.6451809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:47.6882328Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-08-17T12:24:47.6893494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-08-17T12:24:47.7327292Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-08-17T12:24:47.7335981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:47.7732987Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-08-17T12:24:47.7772298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:47.8208629Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-08-17T12:24:47.8218826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-08-17T12:24:47.8315116Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-08-17T12:24:47.8337402Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-08-17T12:24:47.8640718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-08-17T12:24:47.8649759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-08-17T12:24:47.9082424Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-08-17T12:24:47.9090801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-08-17T12:24:47.9101763Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-08-17T12:24:47.9124393Z [gw1] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-08-17T12:24:47.9522134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:24:47.9530465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-08-17T12:24:47.9911953Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-08-17T12:24:47.9935374Z [gw1] [ 87%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:24:47.9961699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-08-17T12:24:47.9971862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-08-17T12:24:47.9986917Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-08-17T12:24:48.0400268Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-08-17T12:24:48.0404790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-08-17T12:24:48.0444474Z [gw0] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-08-17T12:24:48.0449578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-08-17T12:24:48.0841482Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-08-17T12:24:48.0846984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-08-17T12:24:48.0898112Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-08-17T12:24:48.1328563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-08-17T12:24:48.1874049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-08-17T12:24:48.1894377Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-08-17T12:24:48.2042320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-08-17T12:24:48.2332508Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-08-17T12:24:48.2357105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-08-17T12:24:48.2842635Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-08-17T12:24:48.2848143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-08-17T12:24:48.3281827Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-08-17T12:24:48.3289075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-08-17T12:24:48.3724397Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-08-17T12:24:48.3731434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-08-17T12:24:48.4172215Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-08-17T12:24:48.4178408Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-08-17T12:24:48.4611745Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-08-17T12:24:48.4612773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-08-17T12:24:48.5049229Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-08-17T12:24:48.5055300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:24:48.5144817Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:24:48.5157356Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:24:48.5488020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-08-17T12:24:48.5493831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-08-17T12:24:48.5928637Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-08-17T12:24:48.5935224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-08-17T12:24:48.6410046Z [gw1] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-08-17T12:24:48.7473894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:24:48.7500498Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:24:49.0619546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:24:49.0648117Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:24:49.2945427Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:24:49.2994607Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-08-17T12:24:49.4842031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-08-17T12:24:49.4867678Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:24:49.5444757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:24:49.5477406Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-08-17T12:24:49.5533309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-08-17T12:24:49.5916622Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-08-17T12:24:49.5938558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-08-17T12:24:49.6414989Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-08-17T12:24:49.6424710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-08-17T12:24:49.6471261Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-08-17T12:24:49.6509260Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:24:49.6889136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:24:49.9687818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:49.9743807Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-08-17T12:24:49.9805589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:50.0211125Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-08-17T12:24:50.0217809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:50.0691224Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-08-17T12:24:50.1322319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:24:50.1361384Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-08-17T12:24:50.1418286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-08-17T12:24:50.1495887Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-08-17T12:24:50.1524560Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:24:50.1808036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:24:50.1813889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-08-17T12:24:50.1931632Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-08-17T12:24:50.1959782Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-08-17T12:24:50.2252005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-08-17T12:24:50.2259657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-08-17T12:24:50.2680158Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-08-17T12:24:50.2689061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-08-17T12:24:50.3169410Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-08-17T12:24:50.3179163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-08-17T12:24:50.3646546Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-08-17T12:24:50.3655941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-08-17T12:24:50.4090178Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-08-17T12:24:50.4092744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:24:50.4570464Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-08-17T12:24:50.4574036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-08-17T12:24:50.4823942Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-08-17T12:24:50.4844424Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-08-17T12:24:50.5007080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-08-17T12:24:50.5010471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-08-17T12:24:50.5243402Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-08-17T12:24:50.5262214Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:24:50.5490236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:24:50.6569090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-08-17T12:24:50.6603624Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-08-17T12:24:50.6801221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-08-17T12:24:50.6825132Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-08-17T12:24:50.6896146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-08-17T12:24:50.7052253Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-08-17T12:24:50.7078827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-08-17T12:24:50.7239357Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-08-17T12:24:50.7293166Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-08-17T12:24:50.7493881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:24:50.7514850Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:24:50.7566838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:24:50.7572700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-08-17T12:24:50.8006938Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-08-17T12:24:50.8013898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-08-17T12:24:50.8492706Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-08-17T12:24:50.8501981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-08-17T12:24:50.8557308Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-08-17T12:24:50.8586832Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:24:50.8925202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:24:50.8934979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-08-17T12:24:50.9407071Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-08-17T12:24:50.9416465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-08-17T12:24:50.9843797Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-08-17T12:24:50.9853493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:24:50.9889440Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-08-17T12:24:50.9916056Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:24:51.0324647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:24:51.0334353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-08-17T12:24:51.0762927Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-08-17T12:24:51.0772754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-08-17T12:24:51.1242790Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-08-17T12:24:51.1252572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:24:51.1505369Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-08-17T12:24:51.1528516Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:24:51.1722135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:24:51.1728621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:24:51.2202299Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-08-17T12:24:51.2208673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:24:51.2490307Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-08-17T12:24:51.2514614Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:24:51.2683428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-08-17T12:24:51.2690641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:24:51.3162701Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-08-17T12:24:51.3168796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:24:51.3642431Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-08-17T12:24:51.3649214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:24:51.4329080Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-08-17T12:24:51.4329664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:24:51.4579506Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-08-17T12:24:51.4580380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:24:51.4984939Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-08-17T12:24:51.5018346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:24:51.5416303Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-08-17T12:24:51.5444231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:24:51.5854375Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:24:51.5888357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:24:51.5901770Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:24:51.5919154Z [gw1] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-08-17T12:24:51.6294046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:24:51.6331762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:24:51.6734042Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:24:51.6766516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:24:51.7174602Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:24:51.7677673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:24:51.7689556Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:24:51.7712364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:24:51.8093573Z [gw0] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:24:51.8119899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:24:51.8533533Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:24:51.8559434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:24:51.8972897Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:24:51.8996920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:24:51.9157725Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:24:51.9180238Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-08-17T12:24:51.9477642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-08-17T12:24:51.9486500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:24:51.9922524Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:24:51.9931959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:24:52.0314705Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:24:52.0358676Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-08-17T12:24:52.0367121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:24:52.0385485Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:24:52.0799382Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-08-17T12:24:52.0805756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:24:52.1189840Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:24:52.1209469Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-08-17T12:24:52.1256301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-08-17T12:24:52.1261967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:24:52.1390642Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:24:52.1684753Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-08-17T12:24:52.1689033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:24:52.1697346Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:24:52.2126353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-08-17T12:24:52.2134781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:24:52.2535408Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:24:52.3158783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:24:52.3183726Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-08-17T12:24:52.3450639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-08-17T12:24:52.3690673Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-08-17T12:24:52.8375583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:24:52.8424442Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:24:53.4515713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:24:53.4540473Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:24:53.8622836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:24:53.8648456Z [gw1] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-08-17T12:24:53.9205750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:24:53.9227511Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:24:53.9595393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:24:53.9692651Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:24:53.9726182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:24:54.0201641Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:24:54.0209152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:24:54.0729300Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:24:54.3404505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:24:54.3504468Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:24:54.3524646Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:24:54.3533537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:24:54.5812953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-08-17T12:24:54.5837199Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-08-17T12:24:55.0094684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-08-17T12:24:55.0144360Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-08-17T12:24:55.1017566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-08-17T12:24:55.1033850Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-08-17T12:24:55.9896535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-08-17T12:24:55.9911851Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:24:56.3112086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:24:56.3138595Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:24:56.3174771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:24:56.3602618Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:24:56.3620184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:24:56.4053440Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:24:56.4075870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:24:56.4494353Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:24:56.4521651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:24:56.4932156Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:24:56.4959370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:24:56.5374624Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:24:56.5412234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:24:56.5814062Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:24:56.5850645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:24:56.6253030Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:24:56.6283825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:24:56.6729525Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:24:56.6772981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:24:56.7166425Z [gw0] [ 89%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:24:56.7174687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:24:56.7650373Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:24:56.7660473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:24:56.8087342Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:24:56.8096302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:24:56.8434248Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:24:56.8452672Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-08-17T12:24:56.8493480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-08-17T12:24:56.8518221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:24:56.9009634Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:24:56.9013537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:24:56.9415998Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:24:56.9463864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:24:56.9856885Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:24:56.9887067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:24:57.0332710Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:24:57.0361614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:24:57.0684719Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:24:57.0694890Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-08-17T12:24:57.0717334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:24:57.0772147Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:24:57.0795847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:24:57.1133161Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:24:57.1212608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-08-17T12:24:57.1242097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:24:57.1387745Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:24:57.1571951Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-08-17T12:24:57.1651280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-08-17T12:24:57.1675086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:24:57.2091389Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:24:57.2117766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:24:57.2531120Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:24:57.2558898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:24:57.2971557Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:24:57.2995838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:24:57.3420802Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:24:57.3479239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:24:57.3879936Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:24:57.3886230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:24:57.4054581Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:24:57.4084407Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-08-17T12:24:57.4326413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-08-17T12:24:57.4330636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:24:57.4594586Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:24:57.4602771Z [gw1] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-08-17T12:24:57.4774789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:24:57.4815165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:24:57.4873884Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:24:57.4881674Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-08-17T12:24:57.4901996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:24:57.5214923Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:24:57.5241511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:24:57.5292408Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:24:57.5322312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:24:57.5654794Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:24:57.5677956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:24:57.5732437Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:24:57.5753677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-08-17T12:24:57.6095101Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-08-17T12:24:57.6117773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:24:57.6172190Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-08-17T12:24:57.6193402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-08-17T12:24:57.6534701Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-08-17T12:24:57.6566055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:24:57.6614686Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-08-17T12:24:57.6642043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-08-17T12:24:57.6973455Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-08-17T12:24:57.7006310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:24:57.7093017Z [gw0] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-08-17T12:24:57.7119545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-08-17T12:24:57.7449407Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-08-17T12:24:57.7456843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:24:57.7573450Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-08-17T12:24:57.7601306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-08-17T12:24:57.7887446Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-08-17T12:24:57.7894220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:24:57.8052479Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-08-17T12:24:57.8122679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-08-17T12:24:57.8330103Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-08-17T12:24:57.8336965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:24:57.8494164Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-08-17T12:24:57.8550039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-08-17T12:24:57.8733705Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-08-17T12:24:57.8761815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:24:57.8932208Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-08-17T12:24:57.8957789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-08-17T12:24:57.9172737Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-08-17T12:24:57.9195421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:24:57.9411498Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-08-17T12:24:57.9613259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-08-17T12:24:57.9644994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:24:58.0053783Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-08-17T12:24:58.0101264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:24:58.0495973Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-08-17T12:24:58.1020044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:24:58.1036112Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-08-17T12:24:58.1053878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:24:58.1081094Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-08-17T12:24:58.1097121Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-08-17T12:24:58.1459877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:24:58.1480688Z [gw1] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-08-17T12:24:58.1488944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:24:58.1531313Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-08-17T12:24:58.1920341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:24:58.1929473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:24:58.2359850Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-08-17T12:24:58.2368545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:24:58.2772306Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-08-17T12:24:58.2797014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:24:58.3252022Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-08-17T12:24:58.3277738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:24:58.3548589Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-08-17T12:24:58.3557613Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-08-17T12:24:58.3691043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-08-17T12:24:58.3717093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:24:58.4152608Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-08-17T12:24:58.4165876Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-08-17T12:24:58.4174410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-08-17T12:24:58.4201143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:24:58.4317044Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-08-17T12:24:58.4572167Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-08-17T12:24:58.4593962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-08-17T12:24:58.4612297Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-08-17T12:24:58.4637933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:24:58.5012320Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-08-17T12:24:58.5034820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-08-17T12:24:58.5092210Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-08-17T12:24:58.5118181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:24:58.5452424Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-08-17T12:24:58.5475626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:24:58.5571771Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:24:58.5597371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:24:58.5893459Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-08-17T12:24:58.5916943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:24:58.6052459Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-08-17T12:24:58.6080575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:24:58.6331939Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-08-17T12:24:58.6357736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-08-17T12:24:58.6492392Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-08-17T12:24:58.6520954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:24:58.6772233Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-08-17T12:24:58.6799326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-08-17T12:24:58.6972175Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-08-17T12:24:58.7003727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:24:58.7251471Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-08-17T12:24:58.7276408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-08-17T12:24:58.7451945Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-08-17T12:24:58.7480656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:24:58.7732679Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-08-17T12:24:58.7757483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-08-17T12:24:58.7932094Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-08-17T12:24:58.7963195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:24:58.8172186Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-08-17T12:24:58.8206991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-08-17T12:24:58.8372195Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-08-17T12:24:58.8401250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:24:58.8613240Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-08-17T12:24:58.8643122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-08-17T12:24:58.8812597Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-08-17T12:24:58.8847605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:24:58.9093767Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-08-17T12:24:58.9125274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-08-17T12:24:58.9292194Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-08-17T12:24:58.9321717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:24:58.9572013Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-08-17T12:24:58.9600850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-08-17T12:24:58.9731958Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-08-17T12:24:58.9759868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:24:59.0011918Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-08-17T12:24:59.0035867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-08-17T12:24:59.0171660Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-08-17T12:24:59.0199139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:24:59.0492013Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-08-17T12:24:59.0517644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-08-17T12:24:59.0611544Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-08-17T12:24:59.0640233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:24:59.0973692Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-08-17T12:24:59.1003549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-08-17T12:24:59.1053500Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-08-17T12:24:59.1081102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:24:59.1456076Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-08-17T12:24:59.1489925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-08-17T12:24:59.1534367Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-08-17T12:24:59.1570111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:24:59.1893899Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-08-17T12:24:59.1918561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-08-17T12:24:59.1971709Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-08-17T12:24:59.1999906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:24:59.2332232Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-08-17T12:24:59.2360639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-08-17T12:24:59.2451848Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-08-17T12:24:59.2479778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:24:59.2812762Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-08-17T12:24:59.2841539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:24:59.2892558Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-08-17T12:24:59.3291205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:24:59.3317946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-08-17T12:24:59.3759661Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-08-17T12:24:59.3764367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-08-17T12:24:59.3919132Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-08-17T12:24:59.3941471Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-08-17T12:24:59.4242515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:24:59.4248223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-08-17T12:24:59.4458638Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-08-17T12:24:59.4480385Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-08-17T12:24:59.4514107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:24:59.4706697Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-08-17T12:24:59.4737240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-08-17T12:24:59.4968450Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-08-17T12:24:59.5203308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:24:59.5205765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-08-17T12:24:59.5512674Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-08-17T12:24:59.5557968Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-08-17T12:24:59.5644498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:24:59.5648636Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-08-17T12:24:59.5650713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-08-17T12:24:59.6008427Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-08-17T12:24:59.6010520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:24:59.6086553Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-08-17T12:24:59.6088549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-08-17T12:24:59.6435141Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-08-17T12:24:59.6449090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:24:59.6528157Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-08-17T12:24:59.6533194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:24:59.6886485Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-08-17T12:24:59.6891739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:24:59.6963214Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-08-17T12:24:59.6968504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-08-17T12:24:59.7365506Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-08-17T12:24:59.7370532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:24:59.7444689Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-08-17T12:24:59.7449445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:24:59.7808033Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:24:59.7812811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:24:59.7931274Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-08-17T12:24:59.7936122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:24:59.8244365Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:24:59.8248979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:24:59.8363840Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-08-17T12:24:59.8368816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:24:59.8686453Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-08-17T12:24:59.8691116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:24:59.8806635Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-08-17T12:24:59.8811523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-08-17T12:24:59.9130164Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-08-17T12:24:59.9135677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:24:59.9278201Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-08-17T12:24:59.9283442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-08-17T12:24:59.9563243Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-08-17T12:24:59.9565513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:24:59.9755479Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-08-17T12:24:59.9758260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-08-17T12:25:00.0043420Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-08-17T12:25:00.0046335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:25:00.0247498Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-08-17T12:25:00.0248361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:25:00.0528877Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:25:00.0530954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:25:00.0687432Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-08-17T12:25:00.0689770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:25:00.0966888Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:25:00.0968342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:25:00.1126483Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-08-17T12:25:00.1127697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-08-17T12:25:00.1449395Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-08-17T12:25:00.1451439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:25:00.1570511Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-08-17T12:25:00.1574648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-08-17T12:25:00.1992641Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-08-17T12:25:00.2003693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:25:00.2040173Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-08-17T12:25:00.2044502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-08-17T12:25:00.2332462Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-08-17T12:25:00.2364319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:25:00.2449074Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-08-17T12:25:00.2453550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-08-17T12:25:00.2806603Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-08-17T12:25:00.2811430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:25:00.2884832Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-08-17T12:25:00.2888931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:25:00.3251719Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:25:00.3279240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:25:00.3334045Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-08-17T12:25:00.3356798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:25:00.3732267Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:25:00.3760831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:25:00.3811979Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-08-17T12:25:00.3837069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-08-17T12:25:00.4214190Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-08-17T12:25:00.4241221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:25:00.4254909Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-08-17T12:25:00.4282348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-08-17T12:25:00.4696585Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-08-17T12:25:00.4724133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-08-17T12:25:00.4740365Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-08-17T12:25:00.4770119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:25:00.5134342Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-08-17T12:25:00.5165509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-08-17T12:25:00.5174348Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-08-17T12:25:00.5204558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-08-17T12:25:00.5572335Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-08-17T12:25:00.5599619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-08-17T12:25:00.5612396Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-08-17T12:25:00.5636533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-08-17T12:25:00.6012198Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-08-17T12:25:00.6038195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-08-17T12:25:00.6092204Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-08-17T12:25:00.6117843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-08-17T12:25:00.6492389Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-08-17T12:25:00.6518821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:25:00.6532061Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-08-17T12:25:00.6557003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:25:00.6971829Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-08-17T12:25:00.6996569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-08-17T12:25:00.7011929Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-08-17T12:25:00.7038639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-08-17T12:25:00.7412519Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-08-17T12:25:00.7439354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:25:00.7492611Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-08-17T12:25:00.7522036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:25:00.7892351Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-08-17T12:25:00.7919821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-08-17T12:25:00.7963897Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-08-17T12:25:00.7966730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:25:00.8332449Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-08-17T12:25:00.8362166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:25:00.8411771Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-08-17T12:25:00.8437693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-08-17T12:25:00.8839866Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-08-17T12:25:00.8849826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:25:00.8892931Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-08-17T12:25:00.8919796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-08-17T12:25:00.9323065Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-08-17T12:25:00.9327579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-08-17T12:25:00.9373220Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-08-17T12:25:00.9398220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-08-17T12:25:00.9760418Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-08-17T12:25:00.9766257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:25:00.9853367Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-08-17T12:25:00.9880151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-08-17T12:25:01.0096640Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-08-17T12:25:01.0111149Z [gw1] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-08-17T12:25:01.0202386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:25:01.0207728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-08-17T12:25:01.0333104Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-08-17T12:25:01.0357192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:25:01.0618783Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-08-17T12:25:01.0646033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-08-17T12:25:01.0813393Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-08-17T12:25:01.0846372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:25:01.1084408Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-08-17T12:25:01.1090351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-08-17T12:25:01.1284350Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-08-17T12:25:01.1289377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-08-17T12:25:01.1523877Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-08-17T12:25:01.1529300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-08-17T12:25:01.1768820Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-08-17T12:25:01.1773542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-08-17T12:25:01.2006862Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-08-17T12:25:01.2011980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-08-17T12:25:01.2212884Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-08-17T12:25:01.2219174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:25:01.2450218Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-08-17T12:25:01.2456149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-08-17T12:25:01.2650485Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-08-17T12:25:01.2656408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:25:01.2972780Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-08-17T12:25:01.2979088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:25:01.3090369Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-08-17T12:25:01.3096185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:25:01.3573747Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-08-17T12:25:01.3578911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-08-17T12:25:01.3647250Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-08-17T12:25:01.3652796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-08-17T12:25:01.3929078Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-08-17T12:25:01.3934361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-08-17T12:25:01.4008444Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-08-17T12:25:01.4013738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-08-17T12:25:01.4364121Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-08-17T12:25:01.4369551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-08-17T12:25:01.4443528Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-08-17T12:25:01.4448521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-08-17T12:25:01.4842635Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-08-17T12:25:01.4848241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-08-17T12:25:01.4881257Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-08-17T12:25:01.4902334Z [gw1] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-08-17T12:25:01.4922616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:25:01.4928201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-08-17T12:25:01.5322841Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-08-17T12:25:01.5328480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-08-17T12:25:01.5403933Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-08-17T12:25:01.5408990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-08-17T12:25:01.5800920Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-08-17T12:25:01.5882111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:25:01.5887485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-08-17T12:25:01.6362511Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-08-17T12:25:01.6367629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-08-17T12:25:01.6801214Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-08-17T12:25:01.6805755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-08-17T12:25:01.7285130Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-08-17T12:25:01.7289789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-08-17T12:25:01.7389279Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-08-17T12:25:01.7403021Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-08-17T12:25:01.7420493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:25:01.7762828Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-08-17T12:25:01.7767451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:25:01.7875836Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-08-17T12:25:01.7881450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:25:01.8243558Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-08-17T12:25:01.8248967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-08-17T12:25:01.8315904Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-08-17T12:25:01.8321323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:25:01.8724784Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-08-17T12:25:01.8730290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-08-17T12:25:01.8771780Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-08-17T12:25:01.8788242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:25:01.9133585Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-08-17T12:25:01.9160746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-08-17T12:25:01.9213629Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-08-17T12:25:01.9236810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-08-17T12:25:01.9573132Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-08-17T12:25:01.9600703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-08-17T12:25:01.9653348Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-08-17T12:25:01.9681485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-08-17T12:25:02.0012699Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-08-17T12:25:02.0038647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-08-17T12:25:02.0092446Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-08-17T12:25:02.0117569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-08-17T12:25:02.0453847Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-08-17T12:25:02.0483775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-08-17T12:25:02.0532782Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-08-17T12:25:02.0558293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-08-17T12:25:02.0932708Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-08-17T12:25:02.0960103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-08-17T12:25:02.0972319Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-08-17T12:25:02.0998680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-08-17T12:25:02.1414650Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-08-17T12:25:02.1418546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:25:02.1448115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-08-17T12:25:02.1457384Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-08-17T12:25:02.1878282Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-08-17T12:25:02.1879098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-08-17T12:25:02.1883346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-08-17T12:25:02.2362543Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-08-17T12:25:02.2363665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-08-17T12:25:02.2852318Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-08-17T12:25:02.3282120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-08-17T12:25:02.3307320Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-08-17T12:25:02.3353654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-08-17T12:25:02.3766048Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-08-17T12:25:02.3766678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-08-17T12:25:02.4252900Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-08-17T12:25:02.4253656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-08-17T12:25:02.4734119Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-08-17T12:25:02.4734774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-08-17T12:25:02.5208101Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-08-17T12:25:02.5208755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-08-17T12:25:02.5647670Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-08-17T12:25:02.5648304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-08-17T12:25:02.6087325Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-08-17T12:25:02.6088064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-08-17T12:25:02.6566325Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-08-17T12:25:02.6569558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-08-17T12:25:02.7006101Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-08-17T12:25:02.7009292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-08-17T12:25:02.7451107Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-08-17T12:25:03.0751904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:25:03.0767879Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-08-17T12:25:03.1127957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-08-17T12:25:03.1172497Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-08-17T12:25:03.3743609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-08-17T12:25:03.3773251Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-08-17T12:25:03.3825311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:25:03.4283801Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-08-17T12:25:03.4288254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:25:03.4764279Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-08-17T12:25:03.4768323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:25:03.5211539Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-08-17T12:25:03.5215372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:25:03.5656404Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-08-17T12:25:03.5687168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-08-17T12:25:03.6135317Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-08-17T12:25:03.6163174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-08-17T12:25:03.6578069Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-08-17T12:25:03.6617615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-08-17T12:25:03.7067668Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-08-17T12:25:03.7074205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-08-17T12:25:03.7531523Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-08-17T12:25:03.7626774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-08-17T12:25:03.7893050Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-08-17T12:25:03.8602422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:25:03.8659294Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-08-17T12:25:03.8720559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:25:03.9115814Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-08-17T12:25:03.9123733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:25:03.9652752Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-08-17T12:25:04.3833200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:25:04.3861659Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-08-17T12:25:04.4268914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-08-17T12:25:04.4365326Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-08-17T12:25:04.4374857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-08-17T12:25:04.4843039Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-08-17T12:25:04.4852518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-08-17T12:25:04.5330834Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-08-17T12:25:05.8656135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:25:05.8680846Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-08-17T12:25:06.0116023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-08-17T12:25:06.0143565Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-08-17T12:25:06.1457994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-08-17T12:25:06.1497464Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-08-17T12:25:06.7300722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-08-17T12:25:06.7325775Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-08-17T12:25:06.7361042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-08-17T12:25:06.7811511Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-08-17T12:25:06.7820093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-08-17T12:25:06.8289229Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-08-17T12:25:07.2448387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-08-17T12:25:07.2504898Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-08-17T12:25:07.3315113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-08-17T12:25:07.3338604Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-08-17T12:25:07.3373104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-08-17T12:25:07.3800159Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-08-17T12:25:07.3808710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-08-17T12:25:07.4279978Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-08-17T12:25:07.4288496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:25:07.4759892Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-08-17T12:25:07.4768585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:25:07.5200643Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-08-17T12:25:07.5209368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:25:07.5680439Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-08-17T12:25:07.5689744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-08-17T12:25:07.6162902Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-08-17T12:25:07.6171543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-08-17T12:25:07.6184694Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-08-17T12:25:07.6204253Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-08-17T12:25:07.6648440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-08-17T12:25:07.6653874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-08-17T12:25:07.7085496Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-08-17T12:25:07.7086135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-08-17T12:25:07.7564559Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-08-17T12:25:07.7565196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-08-17T12:25:07.8004154Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-08-17T12:25:07.8004773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-08-17T12:25:07.8260451Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-08-17T12:25:07.8283608Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-08-17T12:25:07.8439706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:25:07.8447639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-08-17T12:25:07.8928779Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-08-17T12:25:07.9808128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-08-17T12:25:07.9856120Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-08-17T12:25:08.0209830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-08-17T12:25:08.0290806Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-08-17T12:25:08.0323497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-08-17T12:25:08.0781220Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-08-17T12:25:08.2962716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-08-17T12:25:08.3009886Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-08-17T12:25:08.3218951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-08-17T12:25:08.3490413Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-08-17T12:25:08.4805145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-08-17T12:25:08.4829820Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-08-17T12:25:08.5540544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:25:08.5557743Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-08-17T12:25:08.6135316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-08-17T12:25:08.6168105Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-08-17T12:25:08.7445188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-08-17T12:25:08.7470944Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-08-17T12:25:08.7641394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-08-17T12:25:08.7931214Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-08-17T12:25:08.7941209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:25:08.8368549Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-08-17T12:25:08.8377860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-08-17T12:25:08.8810456Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-08-17T12:25:08.8819833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:25:08.9253566Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-08-17T12:25:08.9263600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:25:08.9693382Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-08-17T12:25:08.9703159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-08-17T12:25:08.9931090Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-08-17T12:25:08.9955629Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-08-17T12:25:09.0131546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:25:09.0140403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:25:09.0570571Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-08-17T12:25:09.0579699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:25:09.1007754Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-08-17T12:25:09.1016506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:25:09.1447269Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-08-17T12:25:09.1456127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:25:09.1885776Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-08-17T12:25:09.1894485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:25:09.2297627Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-08-17T12:25:09.2336816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:25:09.2764911Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-08-17T12:25:09.2773702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:25:09.3207935Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-08-17T12:25:09.3216908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:25:09.3644117Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:25:09.3653027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:25:09.4077907Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:25:09.4087232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:25:09.4248905Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:25:09.4269843Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-08-17T12:25:09.4515172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:25:09.4520781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:25:09.4963444Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:25:09.4968985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-08-17T12:25:09.5403151Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-08-17T12:25:09.5408879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:25:09.5883412Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-08-17T12:25:09.5889572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:25:09.6324514Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-08-17T12:25:09.6330083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:25:09.6762942Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-08-17T12:25:09.6768472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-08-17T12:25:09.7203591Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-08-17T12:25:09.7209744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-08-17T12:25:09.7623051Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-08-17T12:25:09.7656367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-08-17T12:25:09.8086038Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-08-17T12:25:09.8094654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:25:09.8516008Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-08-17T12:25:09.8524764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:25:09.8965505Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-08-17T12:25:09.8974399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:25:09.9406869Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-08-17T12:25:09.9415962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:25:09.9848120Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-08-17T12:25:09.9857371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:25:10.0288249Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-08-17T12:25:10.0297345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:25:10.0731295Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-08-17T12:25:10.0741002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:25:10.1173290Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-08-17T12:25:10.1183603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:25:10.1411969Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-08-17T12:25:10.1436714Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-08-17T12:25:10.1607753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:25:10.1616866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:25:10.2046071Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-08-17T12:25:10.2055268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:25:10.2497425Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-08-17T12:25:10.2498325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:25:10.2928450Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-08-17T12:25:10.2937348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:25:10.3356328Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-08-17T12:25:10.3365939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:25:10.3807113Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-08-17T12:25:10.3817433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:25:10.4252468Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-08-17T12:25:10.4261910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:25:10.4680988Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-08-17T12:25:10.4690542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:25:10.5129443Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-08-17T12:25:10.5140083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:25:10.5558777Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-08-17T12:25:10.5568201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:25:10.5646936Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-08-17T12:25:10.5670597Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-08-17T12:25:10.5706664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-08-17T12:25:10.6004378Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-08-17T12:25:10.6013161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-08-17T12:25:10.6137275Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-08-17T12:25:10.6176006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:25:10.6444143Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-08-17T12:25:10.6452885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-08-17T12:25:10.6572118Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-08-17T12:25:10.6602700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:25:10.6853746Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-08-17T12:25:10.6877802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-08-17T12:25:10.7014571Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-08-17T12:25:10.7039277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-08-17T12:25:10.7293634Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-08-17T12:25:10.7322371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:25:10.7453539Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-08-17T12:25:10.7492564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-08-17T12:25:10.7733675Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-08-17T12:25:10.7760273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-08-17T12:25:10.7893414Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-08-17T12:25:10.7922705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-08-17T12:25:10.8173333Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-08-17T12:25:10.8196404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:25:10.8333042Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-08-17T12:25:10.8613362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-08-17T12:25:10.8642632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:25:10.9094054Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-08-17T12:25:11.0022384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-08-17T12:25:11.0043055Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-08-17T12:25:11.0282492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-08-17T12:25:11.0363896Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-08-17T12:25:11.0387033Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-08-17T12:25:11.0522417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-08-17T12:25:11.0526747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-08-17T12:25:11.0905147Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-08-17T12:25:11.0960736Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-08-17T12:25:11.0965134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-08-17T12:25:11.0969478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-08-17T12:25:11.1448988Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-08-17T12:25:11.4551640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:25:11.4589152Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-08-17T12:25:11.4687071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-08-17T12:25:11.4723088Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-08-17T12:25:11.4754261Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-08-17T12:25:11.5044765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-08-17T12:25:11.5052646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-08-17T12:25:11.5485193Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-08-17T12:25:11.5495020Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-08-17T12:25:11.5502501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-08-17T12:25:11.5510464Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-08-17T12:25:11.5900223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-08-17T12:25:12.2750281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-08-17T12:25:12.2773379Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-08-17T12:25:12.3968771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-08-17T12:25:12.3980385Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-08-17T12:25:12.4007530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-08-17T12:25:12.4482550Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-08-17T12:25:12.4489078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-08-17T12:25:12.4960737Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-08-17T12:25:12.4965735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-08-17T12:25:12.5441779Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-08-17T12:25:12.5447177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-08-17T12:25:12.5881714Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-08-17T12:25:12.5886503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-08-17T12:25:12.6325454Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-08-17T12:25:12.6327481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:25:12.6760800Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-08-17T12:25:12.6762734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:25:12.7240714Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-08-17T12:25:12.7242584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-08-17T12:25:12.7680404Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-08-17T12:25:12.7682218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-08-17T12:25:12.8120005Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-08-17T12:25:12.8121864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:25:12.8600878Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-08-17T12:25:12.8602582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-08-17T12:25:12.9040433Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-08-17T12:25:12.9041785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-08-17T12:25:12.9231176Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-08-17T12:25:12.9252412Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-08-17T12:25:12.9528933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-08-17T12:25:13.2336538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-08-17T12:25:13.2349699Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-08-17T12:25:13.2358614Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-08-17T12:25:13.2393219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-08-17T12:25:13.2400270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-08-17T12:25:13.2809908Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-08-17T12:25:13.2815078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-08-17T12:25:13.3065372Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-08-17T12:25:13.3091463Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-08-17T12:25:13.3135668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:25:13.3240709Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-08-17T12:25:13.3246032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-08-17T12:25:13.3565998Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-08-17T12:25:13.3572722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:25:13.3687696Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-08-17T12:25:13.3692840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-08-17T12:25:13.4007172Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-08-17T12:25:13.4013915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-08-17T12:25:13.4169466Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-08-17T12:25:13.4487942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-08-17T12:25:13.4493401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-08-17T12:25:13.4964292Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-08-17T12:25:13.4973994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-08-17T12:25:13.5304851Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-08-17T12:25:13.5329025Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-08-17T12:25:13.5445843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-08-17T12:25:13.5454650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-08-17T12:25:13.5590370Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-08-17T12:25:13.5733710Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-08-17T12:25:13.5910247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-08-17T12:25:13.5940678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-08-17T12:25:13.6362922Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-08-17T12:25:13.6374114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:25:13.6802225Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-08-17T12:25:13.6813073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-08-17T12:25:13.6860219Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-08-17T12:25:13.6890222Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-08-17T12:25:13.7082265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-08-17T12:25:13.7240430Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-08-17T12:25:13.7244970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-08-17T12:25:13.7324348Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-08-17T12:25:13.7328752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:25:13.7680661Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-08-17T12:25:13.7685158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-08-17T12:25:13.7765140Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-08-17T12:25:13.7769693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-08-17T12:25:13.8119681Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-08-17T12:25:13.8123918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-08-17T12:25:13.8203018Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-08-17T12:25:13.8211816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-08-17T12:25:13.8645711Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-08-17T12:25:13.8655232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-08-17T12:25:13.8664577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-08-17T12:25:13.9093136Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-08-17T12:25:13.9102384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:25:13.9570946Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-08-17T12:25:13.9580671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:25:14.0052137Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-08-17T12:25:14.5135011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-08-17T12:25:14.5152452Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-08-17T12:25:14.5163791Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-08-17T12:25:14.5178005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-08-17T12:25:14.5888089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-08-17T12:25:14.5907594Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-08-17T12:25:14.6282922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-08-17T12:25:14.6307691Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-08-17T12:25:14.6342956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:25:14.6809959Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-08-17T12:25:14.6870190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-08-17T12:25:14.7201180Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-08-17T12:25:14.7209408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-08-17T12:25:14.7651180Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-08-17T12:25:14.7660241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-08-17T12:25:14.8080816Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-08-17T12:25:14.8089078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-08-17T12:25:14.8523580Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-08-17T12:25:14.8531909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-08-17T12:25:14.8959981Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-08-17T12:25:14.8968291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-08-17T12:25:14.9401236Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-08-17T12:25:14.9409351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-08-17T12:25:14.9839944Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-08-17T12:25:14.9848099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:25:15.0252756Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-08-17T12:25:15.0282892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-08-17T12:25:15.0772361Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-08-17T12:25:15.0896623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:25:15.0918048Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-08-17T12:25:15.1681548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-08-17T12:25:15.1701398Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-08-17T12:25:16.0500289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-08-17T12:25:16.0586810Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-08-17T12:25:16.2468680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:25:16.2490777Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-08-17T12:25:16.2515379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-08-17T12:25:16.2892372Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-08-17T12:25:16.2921875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-08-17T12:25:16.3359222Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-08-17T12:25:16.3367532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-08-17T12:25:16.3799291Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-08-17T12:25:16.3807570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-08-17T12:25:16.4238755Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-08-17T12:25:16.4246989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-08-17T12:25:16.4321584Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-08-17T12:25:16.4343272Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-08-17T12:25:16.4688586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-08-17T12:25:16.4693576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-08-17T12:25:16.5094314Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-08-17T12:25:16.5131213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:25:16.5535323Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-08-17T12:25:16.5568699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-08-17T12:25:16.6007222Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-08-17T12:25:16.6013083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:25:16.6190650Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-08-17T12:25:16.6215389Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-08-17T12:25:16.6249420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-08-17T12:25:16.6447826Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-08-17T12:25:16.6454231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-08-17T12:25:16.6693132Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-08-17T12:25:16.6693787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-08-17T12:25:16.6888744Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-08-17T12:25:16.6894444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-08-17T12:25:16.7129545Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-08-17T12:25:16.7132616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-08-17T12:25:16.7327489Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-08-17T12:25:16.7330773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-08-17T12:25:16.7566161Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-08-17T12:25:16.7569568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-08-17T12:25:16.7759914Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-08-17T12:25:16.7765641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-08-17T12:25:16.7973591Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-08-17T12:25:16.7996776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-08-17T12:25:16.8172868Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-08-17T12:25:16.8195649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-08-17T12:25:16.8412288Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-08-17T12:25:16.8612863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-08-17T12:25:16.8875443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-08-17T12:25:16.9130495Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-08-17T12:25:17.0003250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-08-17T12:25:17.0861271Z [gw0] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-08-17T12:25:17.0880115Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-08-17T12:25:17.1063384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:25:20.2894235Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-08-17T12:25:20.2904023Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-08-17T12:25:22.1233350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:25:22.1246580Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-08-17T12:25:22.6417724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:25:22.6430212Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-08-17T12:25:23.1839077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:25:23.1871814Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-08-17T12:25:23.9318263Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:25:23.9329446Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-08-17T12:25:24.2600146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:25:24.2605809Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-08-17T12:25:24.5851882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:25:24.5878132Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-08-17T12:25:25.0053422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:25:25.0063400Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-08-17T12:25:25.0210805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:25:25.0493528Z [gw1] [ 95%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-08-17T12:25:25.2354485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:25:25.2388484Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-08-17T12:25:25.4504583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:25:25.4513876Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-08-17T12:25:25.7853565Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:25:25.7879394Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-08-17T12:25:25.8234609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:25:25.8291650Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-08-17T12:25:25.8327774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:25:25.8731532Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-08-17T12:25:25.9095405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:25:25.9170997Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-08-17T12:25:26.0139686Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:25:26.0158329Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-08-17T12:25:26.0669007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-08-17T12:25:26.0694458Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-08-17T12:25:27.2945641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:25:27.2953613Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-08-17T12:25:27.5185208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:25:27.5194358Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-08-17T12:25:28.2118725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:25:28.2143202Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-08-17T12:25:29.1399689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:25:29.1423569Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-08-17T12:25:33.3000695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:25:33.3009562Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-08-17T12:25:33.5397671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-08-17T12:25:33.5406933Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-08-17T12:25:33.5901757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-08-17T12:25:33.5912186Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-08-17T12:25:33.5937220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:25:33.6332032Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-08-17T12:25:33.6356072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:25:33.6772700Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-08-17T12:25:33.7092102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-08-17T12:25:33.7211498Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-08-17T12:25:33.7233363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-08-17T12:25:33.7682963Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-08-17T12:25:33.7687600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-08-17T12:25:33.8122901Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-08-17T12:25:33.8131055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:25:33.8532874Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-08-17T12:25:33.8565697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-08-17T12:25:33.8971295Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-08-17T12:25:33.8991629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-08-17T12:25:33.9412445Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-08-17T12:25:33.9431763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-08-17T12:25:33.9853077Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-08-17T12:25:33.9880059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-08-17T12:25:34.0292442Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-08-17T12:25:34.0319036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-08-17T12:25:34.0774551Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-08-17T12:25:34.0803173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:25:34.1213642Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-08-17T12:25:34.1239993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-08-17T12:25:34.1652619Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-08-17T12:25:34.1677395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-08-17T12:25:34.2091864Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-08-17T12:25:34.2440905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-08-17T12:25:34.2590694Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-08-17T12:25:34.2619710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-08-17T12:25:34.3049940Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-08-17T12:25:34.3061331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-08-17T12:25:34.3455189Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-08-17T12:25:34.4561674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:25:34.4590354Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-08-17T12:25:35.3692397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:35.3724632Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:35.5524846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:35.5553366Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:35.6665482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:25:35.6696077Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-08-17T12:25:35.6740631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-08-17T12:25:35.7134954Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-08-17T12:25:35.7178298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-08-17T12:25:35.7575396Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-08-17T12:25:35.7618008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-08-17T12:25:35.8014133Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-08-17T12:25:35.8055336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-08-17T12:25:35.8454568Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-08-17T12:25:35.8494058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-08-17T12:25:35.8893618Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-08-17T12:25:35.8919657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-08-17T12:25:35.9331379Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-08-17T12:25:35.9351331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-08-17T12:25:35.9770731Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-08-17T12:25:35.9791546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-08-17T12:25:36.0211196Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-08-17T12:25:36.0230031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eig_cpu_complex128 2022-08-17T12:25:36.0651002Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eig_cpu_complex128 2022-08-17T12:25:36.0672687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eig_cpu_float64 2022-08-17T12:25:36.1090560Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eig_cpu_float64 2022-08-17T12:25:36.1106690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-08-17T12:25:36.1531559Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-08-17T12:25:36.1551575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-08-17T12:25:36.1971492Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-08-17T12:25:36.1991757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-08-17T12:25:36.2413924Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-08-17T12:25:36.2436831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-08-17T12:25:36.2852395Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-08-17T12:25:36.2871116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-08-17T12:25:36.3290805Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-08-17T12:25:36.3306766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-08-17T12:25:36.3731319Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-08-17T12:25:36.3746939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-08-17T12:25:36.4170710Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-08-17T12:25:36.4187831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-08-17T12:25:36.4610514Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-08-17T12:25:36.4627672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-08-17T12:25:36.5050634Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-08-17T12:25:36.5069802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-08-17T12:25:36.5490656Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-08-17T12:25:36.5623079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-08-17T12:25:36.5933030Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-08-17T12:25:36.6315641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-08-17T12:25:36.6371416Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-08-17T12:25:36.6549595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-08-17T12:25:36.6811498Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-08-17T12:25:36.7152716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-08-17T12:25:36.7251889Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-08-17T12:25:36.8882929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-08-17T12:25:36.8894870Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-08-17T12:25:36.9250581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-08-17T12:25:36.9332878Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-08-17T12:25:36.9355265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-08-17T12:25:36.9812740Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-08-17T12:25:36.9837746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-08-17T12:25:37.0252516Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-08-17T12:25:37.0275278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-08-17T12:25:37.0692240Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-08-17T12:25:37.0713784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-08-17T12:25:37.1131148Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-08-17T12:25:37.1263732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-08-17T12:25:37.1571709Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-08-17T12:25:37.1591949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:25:37.2013162Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-08-17T12:25:37.2034771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:25:37.2451712Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-08-17T12:25:37.2474373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:25:37.2892630Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-08-17T12:25:37.2919000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-08-17T12:25:37.3334096Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-08-17T12:25:37.3361830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:25:37.3772363Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-08-17T12:25:37.3789873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:25:37.4211403Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-08-17T12:25:37.4228401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:25:37.4650162Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-08-17T12:25:37.4666681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:25:37.5093991Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-08-17T12:25:37.5114696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:25:37.5533431Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-08-17T12:25:37.5554947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:25:37.5972842Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-08-17T12:25:37.5993897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:25:37.6411358Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-08-17T12:25:37.6429421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:25:37.6851143Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-08-17T12:25:37.6975001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:25:43.1561580Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-08-17T12:25:43.1570743Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-08-17T12:25:43.2395976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:25:43.2401932Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-08-17T12:25:43.6784718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:25:43.6792255Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-08-17T12:25:43.6819390Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:25:43.7214231Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-08-17T12:25:43.8968466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:25:43.8975793Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-08-17T12:25:43.9518829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:25:43.9525295Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-08-17T12:25:43.9546231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:25:43.9931159Z [gw1] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-08-17T12:25:44.0425642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:25:44.0432619Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-08-17T12:25:44.0909342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:25:44.0917114Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-08-17T12:25:44.2236830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:25:44.2246179Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-08-17T12:25:44.4086746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:25:44.4096496Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-08-17T12:25:44.6993149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:25:44.6999833Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-08-17T12:25:44.8198153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:25:44.8205144Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-08-17T12:25:44.9336439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:25:44.9343640Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-08-17T12:25:45.0595978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:25:45.0605673Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-08-17T12:25:45.1596265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:25:45.1605834Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-08-17T12:25:45.2689412Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:25:45.2698134Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-08-17T12:25:45.3910923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:25:45.3917485Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-08-17T12:25:45.6379369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:25:45.6407600Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-08-17T12:25:46.3271132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:25:46.3278598Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-08-17T12:25:46.4508579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:25:46.4515822Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-08-17T12:25:46.6176042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:25:46.6182765Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-08-17T12:25:46.6986413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:25:46.6991364Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-08-17T12:25:48.8093698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:25:48.8101233Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-08-17T12:25:49.2259523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:25:49.2266284Z [gw1] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-08-17T12:25:49.3807068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:25:49.3814135Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-08-17T12:25:49.4067129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:25:49.4250776Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-08-17T12:25:49.4619827Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-08-17T12:25:49.4691128Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-08-17T12:25:49.5279015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-08-17T12:25:49.5289331Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-08-17T12:25:50.8460509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-08-17T12:25:50.8467052Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-08-17T12:25:51.0282801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-08-17T12:25:51.0290581Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-08-17T12:25:51.0360288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-08-17T12:25:51.0730634Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-08-17T12:25:52.0290548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-08-17T12:25:52.0298958Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-08-17T12:25:52.1809160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-08-17T12:25:52.1817717Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-08-17T12:25:52.2187655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-08-17T12:25:52.2251234Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-08-17T12:25:52.4080352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:52.4089655Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-08-17T12:25:52.4469191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:52.4490769Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-08-17T12:25:52.4851138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-08-17T12:25:52.4930025Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-08-17T12:25:52.5361567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-08-17T12:25:52.5370050Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-08-17T12:25:52.5426315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-08-17T12:25:52.5809705Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-08-17T12:25:52.6202964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-08-17T12:25:52.6249331Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-08-17T12:25:52.6348348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-08-17T12:25:52.6691003Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-08-17T12:25:52.6935870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-08-17T12:25:52.7129397Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-08-17T12:25:52.7190476Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-08-17T12:25:52.7570252Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-08-17T12:25:52.8172295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-08-17T12:25:52.8179864Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-08-17T12:25:52.8275284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-08-17T12:25:52.8610574Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-08-17T12:25:52.8680839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eig_cpu_complex128 2022-08-17T12:25:52.9050088Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eig_cpu_complex128 2022-08-17T12:25:52.9103721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eig_cpu_float64 2022-08-17T12:25:52.9490026Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eig_cpu_float64 2022-08-17T12:25:53.1157031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-08-17T12:25:53.1166416Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-08-17T12:25:53.1457494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-08-17T12:25:53.1570569Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-08-17T12:25:53.1588158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-08-17T12:25:53.2010280Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-08-17T12:25:53.2027835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-08-17T12:25:53.2449641Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-08-17T12:25:53.2466293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-08-17T12:25:53.2890288Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-08-17T12:25:53.2907447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-08-17T12:25:53.3330355Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-08-17T12:25:53.3349386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-08-17T12:25:53.3770612Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-08-17T12:25:53.3787411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-08-17T12:25:53.4212905Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-08-17T12:25:53.4232222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-08-17T12:25:53.4650534Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-08-17T12:25:53.4667580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-08-17T12:25:53.5090505Z [gw1] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-08-17T12:25:53.5136274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-08-17T12:25:53.5530018Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-08-17T12:25:53.5607369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-08-17T12:25:53.5970195Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-08-17T12:25:53.6011966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-08-17T12:25:53.6409982Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-08-17T12:25:53.6474622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-08-17T12:25:53.6849980Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-08-17T12:25:53.7108381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-08-17T12:25:53.7290073Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-08-17T12:25:53.7362577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-08-17T12:25:53.7729491Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-08-17T12:25:53.7987940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-08-17T12:25:53.8169819Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-08-17T12:25:53.8241942Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-08-17T12:25:53.8609519Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-08-17T12:25:53.9356143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-08-17T12:25:53.9364883Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-08-17T12:25:53.9540227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-08-17T12:25:53.9770036Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-08-17T12:25:53.9808567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-08-17T12:25:54.0209911Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-08-17T12:25:54.0785219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-08-17T12:25:54.0792502Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-08-17T12:25:54.0960922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-08-17T12:25:54.1210334Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-08-17T12:25:54.2094598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-08-17T12:25:54.2101264Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-08-17T12:25:54.2246923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-08-17T12:25:54.2530374Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-08-17T12:25:54.3285260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-08-17T12:25:54.3295477Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-08-17T12:25:54.3460491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-08-17T12:25:54.3730747Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-08-17T12:25:54.4293471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-08-17T12:25:54.4300691Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-08-17T12:25:54.4443159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-08-17T12:25:54.4731693Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-08-17T12:25:54.5530083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-08-17T12:25:54.5538036Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-08-17T12:25:54.5680590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-08-17T12:25:54.5972490Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-08-17T12:25:54.6648737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-08-17T12:25:54.6655618Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-08-17T12:25:54.6806921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-08-17T12:25:54.7092887Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-08-17T12:25:54.7883483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-08-17T12:25:54.7890638Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-08-17T12:25:54.8064047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-08-17T12:25:54.8332787Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-08-17T12:25:54.8999715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-08-17T12:25:54.9006568Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-08-17T12:25:54.9177839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-08-17T12:25:54.9410526Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-08-17T12:25:55.0167522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-08-17T12:25:55.0174533Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-08-17T12:25:55.0369904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-08-17T12:25:55.0610172Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-08-17T12:25:55.1483360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-08-17T12:25:55.1491129Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-08-17T12:25:55.1662440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-08-17T12:25:55.1931287Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-08-17T12:25:55.2412131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-08-17T12:25:55.2418697Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-08-17T12:25:55.2527388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-08-17T12:25:55.2851040Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-08-17T12:25:55.3024549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-08-17T12:25:55.3290323Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-08-17T12:25:55.3481168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-08-17T12:25:55.3730495Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-08-17T12:25:55.3952285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-08-17T12:25:55.4210206Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-08-17T12:25:55.4886321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-08-17T12:25:55.4892881Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-08-17T12:25:55.5025824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-08-17T12:25:55.5330939Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-08-17T12:25:55.6168607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-08-17T12:25:55.6175431Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-08-17T12:25:55.6361638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-08-17T12:25:55.6611605Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-08-17T12:25:55.7362293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-08-17T12:25:55.7370235Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-08-17T12:25:55.7584128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-08-17T12:25:55.7770787Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-08-17T12:25:55.7991609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-08-17T12:25:55.8250629Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-08-17T12:25:55.8503174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-08-17T12:25:55.8730237Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-08-17T12:25:55.9019347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-08-17T12:25:55.9210488Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-08-17T12:25:55.9536045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-08-17T12:25:55.9690978Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-08-17T12:25:55.9770421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-08-17T12:25:56.0170404Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-08-17T12:25:56.0707722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-08-17T12:25:56.0714383Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-08-17T12:25:56.0809916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-08-17T12:25:56.1130179Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-08-17T12:25:56.1972562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-08-17T12:25:56.1980444Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-08-17T12:25:56.2183293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-08-17T12:25:56.2409711Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-08-17T12:25:56.2596631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-08-17T12:25:56.2849411Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-08-17T12:25:56.2902378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-08-17T12:25:56.3290782Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-08-17T12:25:56.3483321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-08-17T12:25:56.3730124Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-08-17T12:25:56.3783463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-08-17T12:25:56.4169987Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-08-17T12:25:56.4243768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-08-17T12:25:56.4611200Z [gw1] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-08-17T12:25:56.4657106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-08-17T12:25:56.5050319Z [gw1] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-08-17T12:25:56.7546978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-08-17T12:25:56.7552802Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-08-17T12:25:56.8035759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-08-17T12:25:56.8043890Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-08-17T12:25:56.8082680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-08-17T12:25:56.8451170Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-08-17T12:25:56.8467572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-08-17T12:25:56.8893446Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-08-17T12:25:56.9287199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-08-17T12:25:56.9330363Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-08-17T12:25:56.9712765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-08-17T12:25:56.9770126Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-08-17T12:25:57.0156113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-08-17T12:25:57.0210305Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-08-17T12:25:57.0276280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-08-17T12:25:57.0649561Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-08-17T12:25:57.0725904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-08-17T12:25:57.1089599Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-08-17T12:25:57.1105002Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-08-17T12:25:57.1530344Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-08-17T12:25:57.1546564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-08-17T12:25:57.1969629Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-08-17T12:25:57.2417310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-08-17T12:25:57.2424783Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-08-17T12:25:57.2531123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-08-17T12:25:57.2850140Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-08-17T12:25:57.2866424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-08-17T12:25:57.3289434Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-08-17T12:25:57.3305991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-08-17T12:25:57.3729855Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-08-17T12:25:57.3745587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-08-17T12:25:57.4170863Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-08-17T12:25:57.5311729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-08-17T12:25:57.5320585Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-08-17T12:25:57.5532559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-08-17T12:25:57.5730497Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-08-17T12:25:57.5747232Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-08-17T12:25:57.6170420Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-08-17T12:25:57.6245078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-08-17T12:25:57.6611844Z [gw1] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-08-17T12:25:57.6661111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-08-17T12:25:57.7053944Z [gw1] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-08-17T12:25:57.7073396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-08-17T12:25:57.7490398Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-08-17T12:25:57.7506529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-08-17T12:25:57.7931251Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-08-17T12:25:57.7945082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-08-17T12:25:57.8369652Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-08-17T12:25:57.8386247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-08-17T12:25:57.8809863Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-08-17T12:25:57.9045411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-08-17T12:25:57.9249627Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-08-17T12:25:57.9306467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-08-17T12:25:57.9690569Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-08-17T12:25:58.0350638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-08-17T12:25:58.0358918Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-08-17T12:25:58.0484534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-08-17T12:25:58.0769648Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-08-17T12:25:58.1154182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-08-17T12:25:58.1209723Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-08-17T12:25:58.1276959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-08-17T12:25:58.1649819Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-08-17T12:25:58.1664846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-08-17T12:25:58.2090018Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-08-17T12:25:58.2104847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-08-17T12:25:58.2529551Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-08-17T12:25:58.2738858Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-08-17T12:25:58.2970182Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-08-17T12:25:58.4473383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-08-17T12:25:58.4481460Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-08-17T12:25:58.4743658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-08-17T12:25:58.4891091Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-08-17T12:25:58.5402836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-08-17T12:25:58.5409043Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-08-17T12:25:58.5504749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-08-17T12:25:58.5810433Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-08-17T12:25:58.6056856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-08-17T12:25:58.6251609Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-08-17T12:25:58.6318312Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-08-17T12:25:58.6693279Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-08-17T12:25:58.7483750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-08-17T12:25:58.7491557Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-08-17T12:25:58.7623067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-08-17T12:25:58.7932864Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-08-17T12:25:58.7994066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-08-17T12:25:58.8371676Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-08-17T12:25:58.8642686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-08-17T12:25:58.8811150Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-08-17T12:25:58.8886026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-08-17T12:25:58.9251271Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-08-17T12:25:58.9625158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-08-17T12:25:58.9690532Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-08-17T12:25:58.9765276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-08-17T12:25:59.0130036Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-08-17T12:25:59.0148464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-08-17T12:25:59.0570669Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-08-17T12:25:59.0586642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-08-17T12:25:59.1010555Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-08-17T12:25:59.1748952Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inverse_cpu_complex128 2022-08-17T12:25:59.1757952Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inverse_cpu_complex128 2022-08-17T12:25:59.1940802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inverse_cpu_float64 2022-08-17T12:25:59.2170820Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inverse_cpu_float64 2022-08-17T12:25:59.2192064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-08-17T12:25:59.2610978Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-08-17T12:25:59.2630311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-08-17T12:25:59.3050555Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-08-17T12:25:59.3070307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-08-17T12:25:59.3490644Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-08-17T12:25:59.3509861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-08-17T12:25:59.3930218Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-08-17T12:25:59.3945128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-08-17T12:25:59.4369630Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-08-17T12:25:59.4385042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-08-17T12:25:59.4810280Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-08-17T12:25:59.4834070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-08-17T12:25:59.5250240Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-08-17T12:25:59.5266104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-08-17T12:25:59.5689896Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-08-17T12:25:59.5706206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-08-17T12:25:59.6130115Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-08-17T12:25:59.6146116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-08-17T12:25:59.6570295Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-08-17T12:25:59.6586101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-08-17T12:25:59.7010378Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-08-17T12:25:59.7026331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-08-17T12:25:59.7449921Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-08-17T12:25:59.7465656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-08-17T12:25:59.7890953Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-08-17T12:25:59.9883121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-08-17T12:25:59.9891959Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-08-17T12:26:00.0255679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-08-17T12:26:00.0331337Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-08-17T12:26:00.0352224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:26:00.0770532Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-08-17T12:26:00.0791497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:26:00.1210555Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-08-17T12:26:00.1230188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:26:00.1650740Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-08-17T12:26:00.1669711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:26:00.2090388Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-08-17T12:26:00.2110021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-08-17T12:26:00.2529773Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-08-17T12:26:00.2546196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-08-17T12:26:00.2970372Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-08-17T12:26:00.2984943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:26:00.3410264Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-08-17T12:26:00.3426395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:26:00.3850459Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-08-17T12:26:00.3866294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-08-17T12:26:00.4289866Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-08-17T12:26:00.4306863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-08-17T12:26:00.4730325Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-08-17T12:26:00.5015355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-08-17T12:26:00.5170292Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-08-17T12:26:00.5236985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-08-17T12:26:00.5610134Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-08-17T12:26:00.5845101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-08-17T12:26:00.6050746Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-08-17T12:26:00.8032686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-08-17T12:26:00.8040759Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-08-17T12:26:00.8430221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-08-17T12:26:00.8451390Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-08-17T12:26:00.8470162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-08-17T12:26:00.8894208Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-08-17T12:26:01.4447387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-08-17T12:26:01.4454424Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-08-17T12:26:01.5126595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-08-17T12:26:01.5132117Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-08-17T12:26:01.5209438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-08-17T12:26:01.5573592Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-08-17T12:26:01.7032972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-08-17T12:26:01.7039892Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-08-17T12:26:01.7320318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-08-17T12:26:01.7451645Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-08-17T12:26:01.8956869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:26:01.8966092Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-08-17T12:26:01.9265420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-08-17T12:26:01.9372790Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-08-17T12:26:01.9893639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-08-17T12:26:01.9903320Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-08-17T12:26:02.0017142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-08-17T12:26:02.0333390Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-08-17T12:26:02.0984785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-08-17T12:26:02.0991383Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-08-17T12:26:02.1170147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-08-17T12:26:02.1412485Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-08-17T12:26:02.2340102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-08-17T12:26:02.2350085Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-08-17T12:26:02.2639756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-08-17T12:26:02.2770643Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-08-17T12:26:02.6254746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-08-17T12:26:02.6261549Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-08-17T12:26:02.7024420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-08-17T12:26:02.7030949Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-08-17T12:26:02.8072648Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-08-17T12:26:02.8079860Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-08-17T12:26:02.8363148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-08-17T12:26:02.8492236Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-08-17T12:26:02.9437892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-08-17T12:26:02.9445203Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-08-17T12:26:02.9656846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-08-17T12:26:02.9851524Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-08-17T12:26:03.0877582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-08-17T12:26:03.0885052Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-08-17T12:26:03.1126371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-08-17T12:26:03.1290425Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-08-17T12:26:03.2162104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-08-17T12:26:03.2171448Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-08-17T12:26:03.2345896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-08-17T12:26:03.2611169Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-08-17T12:26:03.5444992Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-08-17T12:26:03.5451977Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-08-17T12:26:03.5859826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-08-17T12:26:03.5890905Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-08-17T12:26:03.6759238Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-08-17T12:26:03.6766425Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-08-17T12:26:03.7016257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-08-17T12:26:03.7171374Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-08-17T12:26:03.8004471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-08-17T12:26:03.8010750Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-08-17T12:26:03.8231146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-08-17T12:26:03.8451349Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-08-17T12:26:03.8471489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-08-17T12:26:03.8891385Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-08-17T12:26:03.8910547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-08-17T12:26:03.9330411Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-08-17T12:26:03.9348818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:26:03.9810663Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-08-17T12:26:03.9826777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:26:04.0250270Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-08-17T12:26:04.0265717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-08-17T12:26:04.0695020Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-08-17T12:26:04.0719966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-08-17T12:26:04.1133099Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-08-17T12:26:04.1147798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-08-17T12:26:04.1572102Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-08-17T12:26:04.1585336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-08-17T12:26:04.2011487Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-08-17T12:26:05.6209883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:26:05.6219759Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-08-17T12:26:05.9231409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:26:05.9238151Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-08-17T12:26:06.1850292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-08-17T12:26:06.1858527Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-08-17T12:26:06.2720059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-08-17T12:26:06.2727894Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-08-17T12:26:06.4984106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-08-17T12:26:06.4993527Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-08-17T12:26:06.5580777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-08-17T12:26:06.5591111Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-08-17T12:26:06.7858519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:26:06.7868435Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-08-17T12:26:06.8537351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:26:06.8544024Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-08-17T12:26:10.6237740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-08-17T12:26:10.6244995Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-08-17T12:26:11.2888801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-08-17T12:26:11.2895043Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-08-17T12:26:11.8840392Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-08-17T12:26:11.8848418Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-08-17T12:26:12.0074070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-08-17T12:26:12.0081155Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-08-17T12:26:12.1890649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-08-17T12:26:12.1898588Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-08-17T12:26:12.2438906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-08-17T12:26:13.1310674Z [gw1] [100%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-08-17T12:26:13.1312459Z 2022-08-17T12:26:13.1313576Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml - 2022-08-17T12:26:13.1334602Z === 3421 passed, 3941 skipped, 62 xfailed, 222 warnings in 708.19s (0:11:48) === 2022-08-17T12:26:13.2425831Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-08-17T12:26:14.0460104Z Running test_ops_jit ... [2022-08-17 12:26:14.045650] 2022-08-17T12:26:14.0460629Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:26:14.045728] 2022-08-17T12:26:16.0907045Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-08-17T12:26:16.2252267Z ============================= test session starts ============================== 2022-08-17T12:26:16.2253082Z platform linux -- Python 3.7.13, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-08-17T12:26:16.2297119Z cachedir: .pytest_cache 2022-08-17T12:26:16.2297957Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-08-17T12:26:16.2325024Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-08-17T12:26:16.2325520Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0 2022-08-17T12:26:16.2325712Z 2022-08-17T12:26:16.2698053Z gw0 I / gw1 I / gw2 I / gw3 I 2022-08-17T12:26:16.2698410Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:26:16.2698565Z 2022-08-17T12:26:16.3183678Z gw0 C / gw1 I / gw2 I / gw3 I 2022-08-17T12:26:16.3184182Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:26:16.3184486Z 2022-08-17T12:26:16.3672990Z gw0 C / gw1 C / gw2 I / gw3 I 2022-08-17T12:26:16.3673516Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:26:16.3673701Z 2022-08-17T12:26:16.4222474Z gw0 C / gw1 C / gw2 C / gw3 I 2022-08-17T12:26:16.4222981Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-08-17T12:26:16.4223178Z 2022-08-17T12:26:16.5510406Z gw0 C / gw1 C / gw2 C / gw3 C 2022-08-17T12:26:16.5511106Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:26:16.5511390Z 2022-08-17T12:26:16.5921586Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-08-17T12:26:16.5922319Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:26:16.5922844Z 2022-08-17T12:26:16.6324654Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-08-17T12:26:16.6325372Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:26:16.6325647Z 2022-08-17T12:26:16.6825073Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-08-17T12:26:16.6825807Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-08-17T12:26:16.6826052Z 2022-08-17T12:26:19.0752898Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-08-17T12:26:19.1054260Z gw0 [997] / gw1 ok / gw2 ok / gw3 ok 2022-08-17T12:26:19.1351551Z gw0 [997] / gw1 ok / gw2 ok / gw3 [997] 2022-08-17T12:26:19.1624770Z gw0 [997] / gw1 [997] / gw2 ok / gw3 [997] 2022-08-17T12:26:19.1628446Z gw0 [997] / gw1 [997] / gw2 [997] / gw3 [997] 2022-08-17T12:26:19.1629036Z scheduling tests via LoadScheduling 2022-08-17T12:26:19.1712593Z 2022-08-17T12:26:19.1712946Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-08-17T12:26:19.1713451Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-08-17T12:26:19.1715591Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-08-17T12:26:19.2205762Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-08-17T12:26:19.2318501Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-08-17T12:26:19.2321129Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-08-17T12:26:19.2331738Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-08-17T12:26:19.2334644Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-08-17T12:26:19.2345964Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-08-17T12:26:19.2346886Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-08-17T12:26:19.2347222Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-08-17T12:26:19.2385689Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-08-17T12:26:19.2450492Z [gw1] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-08-17T12:26:19.2494290Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-08-17T12:26:19.2498551Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-08-17T12:26:19.2730485Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-08-17T12:26:19.2775703Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-08-17T12:26:19.2779617Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-08-17T12:26:19.2780149Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-08-17T12:26:19.2785873Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-08-17T12:26:19.2817754Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-08-17T12:26:19.2863727Z [gw0] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-08-17T12:26:19.3171154Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-08-17T12:26:19.3198726Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-08-17T12:26:19.3217121Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-08-17T12:26:19.3218514Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:19.3220943Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-08-17T12:26:19.3270083Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-08-17T12:26:19.3287523Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-08-17T12:26:19.3323222Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-08-17T12:26:19.3330118Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-08-17T12:26:19.3610503Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-08-17T12:26:19.3653887Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-08-17T12:26:19.3658678Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-08-17T12:26:19.3667661Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-08-17T12:26:19.3668477Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-08-17T12:26:19.3713908Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-08-17T12:26:19.3720295Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-08-17T12:26:19.3722499Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-08-17T12:26:19.4050810Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-08-17T12:26:19.4095027Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-08-17T12:26:19.4106639Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-08-17T12:26:19.4108275Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-08-17T12:26:19.4110080Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-08-17T12:26:19.4137957Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-08-17T12:26:19.4200656Z [gw3] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-08-17T12:26:19.4210131Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-08-17T12:26:19.4491283Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-08-17T12:26:19.4534952Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-08-17T12:26:19.4536346Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-08-17T12:26:19.4542928Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-08-17T12:26:19.4546680Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-08-17T12:26:19.4569105Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-08-17T12:26:19.4636371Z [gw0] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-08-17T12:26:19.4691801Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-08-17T12:26:19.4930622Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-08-17T12:26:19.4975772Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-08-17T12:26:19.4976381Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-08-17T12:26:19.4977216Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-08-17T12:26:19.4988362Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-08-17T12:26:19.5072721Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-08-17T12:26:19.5082340Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-08-17T12:26:19.5138450Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-08-17T12:26:19.5370574Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-08-17T12:26:19.5416015Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-08-17T12:26:19.5418549Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-08-17T12:26:19.5420299Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-08-17T12:26:19.5444196Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-08-17T12:26:19.5498790Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-08-17T12:26:19.5547335Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-08-17T12:26:19.5549900Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-08-17T12:26:19.5811963Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-08-17T12:26:19.5854973Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-08-17T12:26:19.5858471Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-08-17T12:26:19.5861904Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-08-17T12:26:19.5879662Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-08-17T12:26:19.5904826Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-08-17T12:26:19.5943382Z [gw3] [ 3%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-08-17T12:26:19.5960732Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-08-17T12:26:19.6251720Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-08-17T12:26:19.6368315Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-08-17T12:26:19.6373340Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:26:19.6380399Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:26:19.6383505Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-08-17T12:26:19.6394311Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-08-17T12:26:19.6409421Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-08-17T12:26:19.6426644Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-08-17T12:26:19.6691291Z [gw0] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-08-17T12:26:19.6733493Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-08-17T12:26:19.6735852Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:26:19.6752435Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-08-17T12:26:19.6812208Z [gw1] [ 4%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:26:19.6821587Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:26:19.6831885Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-08-17T12:26:19.6847773Z [gw0] [ 4%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:26:19.7131020Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-08-17T12:26:19.7173901Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:26:19.7174574Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:26:19.7228627Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-08-17T12:26:19.7251585Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:26:19.7311954Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-08-17T12:26:19.7328884Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-08-17T12:26:19.7391150Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:26:19.7571685Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-08-17T12:26:19.7639750Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-08-17T12:26:19.7693328Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-08-17T12:26:19.7696546Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-08-17T12:26:19.7705246Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-08-17T12:26:19.7722760Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-08-17T12:26:19.7804175Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:26:19.7935038Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-08-17T12:26:19.8030973Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:26:19.8035209Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-08-17T12:26:19.8083128Z [gw2] [ 5%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-08-17T12:26:19.8091220Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-08-17T12:26:19.8143852Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-08-17T12:26:19.8149488Z [gw3] [ 5%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-08-17T12:26:19.8172816Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-08-17T12:26:19.8234824Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-08-17T12:26:19.8452466Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-08-17T12:26:19.8559419Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-08-17T12:26:19.8562168Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-08-17T12:26:19.8572549Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-08-17T12:26:19.8628365Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-08-17T12:26:19.8651444Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-08-17T12:26:19.8743343Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-08-17T12:26:19.8788776Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-08-17T12:26:19.8891519Z [gw0] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-08-17T12:26:19.9038907Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-08-17T12:26:19.9043895Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-08-17T12:26:19.9054201Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-08-17T12:26:19.9091606Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-08-17T12:26:19.9194391Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-08-17T12:26:19.9248173Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-08-17T12:26:19.9275284Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-08-17T12:26:19.9331380Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-08-17T12:26:19.9383555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-08-17T12:26:19.9388468Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-08-17T12:26:19.9438829Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-08-17T12:26:19.9450347Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-08-17T12:26:19.9481775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-08-17T12:26:19.9531006Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-08-17T12:26:19.9574607Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-08-17T12:26:19.9770168Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-08-17T12:26:19.9810739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-08-17T12:26:19.9834965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-08-17T12:26:19.9890522Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-08-17T12:26:19.9971423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-08-17T12:26:20.0008902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-08-17T12:26:20.0251713Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-08-17T12:26:20.0289944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-08-17T12:26:20.0411963Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-08-17T12:26:20.0507323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-08-17T12:26:20.0691432Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-08-17T12:26:20.0758495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-08-17T12:26:20.0851376Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-08-17T12:26:20.0993903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-08-17T12:26:20.1133979Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-08-17T12:26:20.1245084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-08-17T12:26:20.1293761Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-08-17T12:26:20.1336371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-08-17T12:26:20.1574391Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-08-17T12:26:20.1591020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-08-17T12:26:20.1732698Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-08-17T12:26:20.1769696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-08-17T12:26:20.2012260Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-08-17T12:26:20.2028433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-08-17T12:26:20.2171889Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-08-17T12:26:20.2220620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-08-17T12:26:20.2453191Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-08-17T12:26:20.2517093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-08-17T12:26:20.2612528Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-08-17T12:26:20.2630636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-08-17T12:26:20.2893340Z [gw0] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-08-17T12:26:20.2945735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-08-17T12:26:20.3051345Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-08-17T12:26:20.3177880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-08-17T12:26:20.3331079Z [gw0] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-08-17T12:26:20.3415952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-08-17T12:26:20.3491305Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-08-17T12:26:20.3661118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-08-17T12:26:20.3771240Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-08-17T12:26:20.3830367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-08-17T12:26:20.3930926Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-08-17T12:26:20.3986044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-08-17T12:26:20.4212364Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-08-17T12:26:20.4266253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-08-17T12:26:20.4371416Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-08-17T12:26:20.4506020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-08-17T12:26:20.4651738Z [gw0] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-08-17T12:26:20.4852628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-08-17T12:26:20.6761824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-08-17T12:26:20.6801331Z [gw0] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-08-17T12:26:20.7116341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-08-17T12:26:20.7128336Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-08-17T12:26:20.9407298Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-08-17T12:26:20.9415942Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-08-17T12:26:21.1447923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-08-17T12:26:21.1461005Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-08-17T12:26:21.1506693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-08-17T12:26:21.1894632Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-08-17T12:26:21.2036067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-08-17T12:26:21.2382440Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-08-17T12:26:21.2388570Z [gw0] [ 10%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-08-17T12:26:21.2395506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-08-17T12:26:21.2469769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-08-17T12:26:21.2822693Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-08-17T12:26:21.2941841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-08-17T12:26:21.3315073Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-08-17T12:26:21.3319829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-08-17T12:26:21.3741381Z [gw3] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-08-17T12:26:21.3763242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-08-17T12:26:21.4273188Z [gw3] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-08-17T12:26:21.4277407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-08-17T12:26:21.4705137Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-08-17T12:26:21.4749645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-08-17T12:26:21.5217131Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-08-17T12:26:21.5217865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-08-17T12:26:21.5657135Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-08-17T12:26:21.5657862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-08-17T12:26:21.6049925Z [gw3] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-08-17T12:26:21.8273253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-08-17T12:26:21.8284905Z [gw1] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-08-17T12:26:21.9715775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-08-17T12:26:21.9740825Z [gw3] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-08-17T12:26:22.1212279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-08-17T12:26:22.1228373Z [gw2] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-08-17T12:26:22.1366758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-08-17T12:26:22.1654253Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-08-17T12:26:22.1698147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-08-17T12:26:22.2094045Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-08-17T12:26:22.2146982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-08-17T12:26:22.2534669Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-08-17T12:26:22.2617712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-08-17T12:26:22.2974148Z [gw2] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-08-17T12:26:22.3004984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-08-17T12:26:22.3412973Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-08-17T12:26:22.3435850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-08-17T12:26:22.3852272Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-08-17T12:26:22.3876637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-08-17T12:26:22.4291677Z [gw2] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-08-17T12:26:22.4460363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-08-17T12:26:22.4732184Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-08-17T12:26:22.5792806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-08-17T12:26:22.5803650Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-08-17T12:26:22.6856506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-08-17T12:26:22.6866370Z [gw2] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-08-17T12:26:23.2719089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-08-17T12:26:23.2735202Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-08-17T12:26:23.4314968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-08-17T12:26:23.4323500Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-08-17T12:26:23.7486145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-08-17T12:26:23.7489980Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-08-17T12:26:24.2218429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-08-17T12:26:24.2231112Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-08-17T12:26:24.6636009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-08-17T12:26:24.6650787Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-08-17T12:26:24.7529434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-08-17T12:26:24.7537062Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-08-17T12:26:24.7559818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-08-17T12:26:24.7972473Z [gw1] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-08-17T12:26:24.9280679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-08-17T12:26:24.9289041Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-08-17T12:26:24.9733504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-08-17T12:26:24.9745374Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-08-17T12:26:24.9914604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-08-17T12:26:25.0173315Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-08-17T12:26:25.3047365Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-08-17T12:26:25.3056725Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-08-17T12:26:25.3124970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-08-17T12:26:25.3134973Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-08-17T12:26:25.3148593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-08-17T12:26:25.3575417Z [gw1] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-08-17T12:26:25.5657125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-08-17T12:26:25.5668807Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-08-17T12:26:25.6527888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-08-17T12:26:25.6537786Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-08-17T12:26:25.6632891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-08-17T12:26:25.6640296Z [gw2] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-08-17T12:26:25.7104195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-08-17T12:26:25.7115025Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-08-17T12:26:25.7574732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-08-17T12:26:25.7586430Z [gw1] [ 14%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-08-17T12:26:25.7635127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-08-17T12:26:25.8012954Z [gw1] [ 14%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-08-17T12:26:25.8824435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-08-17T12:26:25.8839192Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-08-17T12:26:26.0618798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-08-17T12:26:26.0634285Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-08-17T12:26:26.0647551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-08-17T12:26:26.1052660Z [gw1] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-08-17T12:26:26.2190146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-08-17T12:26:26.2197243Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-08-17T12:26:26.7056987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-08-17T12:26:26.7065678Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-08-17T12:26:26.9548304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-08-17T12:26:26.9561272Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-08-17T12:26:27.2191761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-08-17T12:26:27.2200668Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-08-17T12:26:27.8240593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-08-17T12:26:27.8248703Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-08-17T12:26:27.9264040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-08-17T12:26:27.9272176Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-08-17T12:26:28.3754469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-08-17T12:26:28.3766978Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-08-17T12:26:28.4885721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-08-17T12:26:28.4897706Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-08-17T12:26:28.8508694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-08-17T12:26:28.8519557Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-08-17T12:26:29.1350745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-08-17T12:26:29.1359198Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-08-17T12:26:29.1861239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-08-17T12:26:29.1868789Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-08-17T12:26:29.1886142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-08-17T12:26:29.2293087Z [gw0] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-08-17T12:26:29.2852524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-08-17T12:26:29.2860328Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-08-17T12:26:29.5251249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-08-17T12:26:29.5264279Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-08-17T12:26:29.5638750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-08-17T12:26:29.5641010Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-08-17T12:26:29.5815672Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-08-17T12:26:29.5817755Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-08-17T12:26:29.5839455Z 2022-08-17T12:26:29.5851257Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-08-17T12:26:29.9213134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-08-17T12:26:29.9220460Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-08-17T12:26:29.9237120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-08-17T12:26:29.9652799Z [gw0] [ 16%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-08-17T12:26:30.1801884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-08-17T12:26:30.1810178Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-08-17T12:26:30.2120577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-08-17T12:26:30.2129174Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-08-17T12:26:30.2677885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-08-17T12:26:30.2686680Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-08-17T12:26:30.3817990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-08-17T12:26:30.3825984Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-08-17T12:26:30.4474424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-08-17T12:26:30.4486567Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-08-17T12:26:30.4630536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-08-17T12:26:30.4638808Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-08-17T12:26:30.5109478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-08-17T12:26:30.5116614Z [gw3] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-08-17T12:26:30.8643084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-08-17T12:26:30.8655945Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-08-17T12:26:30.9751941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-08-17T12:26:30.9766357Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-08-17T12:26:31.2555724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-08-17T12:26:31.2574404Z [gw3] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-08-17T12:26:31.4914778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-08-17T12:26:31.4923735Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-08-17T12:26:31.4965761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-08-17T12:26:31.5332215Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-08-17T12:26:31.5839659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-08-17T12:26:31.5847243Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-08-17T12:26:31.5889528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-08-17T12:26:31.6251815Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-08-17T12:26:32.0144281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-08-17T12:26:32.0155643Z [gw3] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-08-17T12:26:32.0200345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-08-17T12:26:32.0574592Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-08-17T12:26:32.1392773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-08-17T12:26:32.1399267Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-08-17T12:26:32.1698796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-08-17T12:26:32.1811962Z [gw3] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-08-17T12:26:32.7531130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-08-17T12:26:32.7538167Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-08-17T12:26:32.7611273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-08-17T12:26:32.7622545Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-08-17T12:26:32.7841103Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-08-17T12:26:32.8092374Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-08-17T12:26:32.8171134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-08-17T12:26:32.8180948Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-08-17T12:26:32.8277064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-08-17T12:26:32.8434311Z [gw3] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-08-17T12:26:32.8443753Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-08-17T12:26:32.8611112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-08-17T12:26:33.3022398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-08-17T12:26:33.3030407Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-08-17T12:26:33.3648142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-08-17T12:26:33.3658994Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-08-17T12:26:33.3768180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-08-17T12:26:33.4092022Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-08-17T12:26:33.4432744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-08-17T12:26:33.4446579Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-08-17T12:26:33.4465549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-08-17T12:26:33.4928989Z [gw2] [ 19%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-08-17T12:26:33.6129651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-08-17T12:26:33.6140588Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-08-17T12:26:33.8192070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-08-17T12:26:33.8206939Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-08-17T12:26:34.3703124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-08-17T12:26:34.3726378Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-08-17T12:26:35.4833101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-08-17T12:26:35.4845665Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-08-17T12:26:36.6383195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-08-17T12:26:36.6409639Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-08-17T12:26:36.6868746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-08-17T12:26:36.6905685Z [gw1] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-08-17T12:26:36.9852977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-08-17T12:26:36.9878432Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-08-17T12:26:37.0479623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-08-17T12:26:37.0508627Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-08-17T12:26:38.0706222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-08-17T12:26:38.0732097Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-08-17T12:26:38.4637164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-08-17T12:26:38.4662327Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-08-17T12:26:38.9587091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-08-17T12:26:38.9598440Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-08-17T12:26:38.9633535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-08-17T12:26:39.0061408Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-08-17T12:26:39.0076077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-08-17T12:26:39.0093327Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-08-17T12:26:39.0116781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-08-17T12:26:39.0648795Z [gw0] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-08-17T12:26:39.1233170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-08-17T12:26:39.1257255Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-08-17T12:26:39.2461824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-08-17T12:26:39.2497410Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-08-17T12:26:39.2955410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-08-17T12:26:39.2979707Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-08-17T12:26:39.3007086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-08-17T12:26:39.3412774Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-08-17T12:26:39.3948267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-08-17T12:26:39.3958898Z [gw2] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-08-17T12:26:39.4050365Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-08-17T12:26:39.4060716Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-08-17T12:26:39.5049232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-08-17T12:26:39.5061824Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-08-17T12:26:39.5343449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-08-17T12:26:39.5495939Z [gw2] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-08-17T12:26:39.8258153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-08-17T12:26:39.8270946Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-08-17T12:26:40.1614983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-08-17T12:26:40.1625509Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-08-17T12:26:40.1713154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-08-17T12:26:40.1727095Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-08-17T12:26:40.5006914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-08-17T12:26:40.5017766Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-08-17T12:26:40.6880902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-08-17T12:26:40.6892537Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-08-17T12:26:40.8072436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-08-17T12:26:40.8100983Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-08-17T12:26:41.0247280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-08-17T12:26:41.0259448Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-08-17T12:26:41.0516216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-08-17T12:26:41.0524870Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-08-17T12:26:41.1722369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-08-17T12:26:41.1734604Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-08-17T12:26:41.2151826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-08-17T12:26:41.2162539Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-08-17T12:26:41.5013706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-08-17T12:26:41.5022338Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-08-17T12:26:41.5299637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-08-17T12:26:41.5308100Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-08-17T12:26:41.5976730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-08-17T12:26:41.5987169Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-08-17T12:26:41.6822864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-08-17T12:26:41.6835201Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-08-17T12:26:41.6901637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-08-17T12:26:41.6910194Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-08-17T12:26:41.8610603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-08-17T12:26:41.8619088Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-08-17T12:26:42.2481576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-08-17T12:26:42.2494036Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-08-17T12:26:42.5509450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-08-17T12:26:42.5522781Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-08-17T12:26:42.7833788Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-08-17T12:26:42.7843463Z [gw3] [ 23%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-08-17T12:26:43.0434032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-08-17T12:26:43.0442081Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-08-17T12:26:43.2982103Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-08-17T12:26:43.2995797Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-08-17T12:26:43.4887188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-08-17T12:26:43.4900841Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-08-17T12:26:43.5562751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-08-17T12:26:43.5575435Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-08-17T12:26:43.5588742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-08-17T12:26:43.5598727Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-08-17T12:26:43.8699724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-08-17T12:26:43.8708647Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-08-17T12:26:44.0181714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-08-17T12:26:44.0191243Z [gw3] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-08-17T12:26:44.0893327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-08-17T12:26:44.0903497Z [gw3] [ 23%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-08-17T12:26:44.1501288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-08-17T12:26:44.1509561Z [gw3] [ 24%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-08-17T12:26:44.1525869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-08-17T12:26:44.1933138Z [gw3] [ 24%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-08-17T12:26:44.1953588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-08-17T12:26:44.2373299Z [gw3] [ 24%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-08-17T12:26:44.3281730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-08-17T12:26:44.3289075Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-08-17T12:26:44.3309118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-08-17T12:26:44.3649177Z [gw3] [ 24%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-08-17T12:26:44.3658035Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-08-17T12:26:44.3692346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-08-17T12:26:45.1011340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-08-17T12:26:45.1017732Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-08-17T12:26:45.1992693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-08-17T12:26:45.2002973Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-08-17T12:26:45.4858706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-08-17T12:26:45.4866862Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-08-17T12:26:45.5719078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-08-17T12:26:45.5728043Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-08-17T12:26:45.8653387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-08-17T12:26:45.8665461Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-08-17T12:26:46.0500992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-08-17T12:26:46.0518302Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-08-17T12:26:46.1402980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-08-17T12:26:46.1416926Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-08-17T12:26:46.3890174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-08-17T12:26:46.3896586Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-08-17T12:26:46.8084872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-08-17T12:26:46.8091975Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-08-17T12:26:46.9309576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-08-17T12:26:46.9328459Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-08-17T12:26:47.1566452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-08-17T12:26:47.1580031Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-08-17T12:26:47.1921710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-08-17T12:26:47.1935323Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-08-17T12:26:47.4902840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-08-17T12:26:47.4911115Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-08-17T12:26:47.5386436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-08-17T12:26:47.5396051Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-08-17T12:26:47.6208045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-08-17T12:26:47.6219775Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-08-17T12:26:47.6719855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-08-17T12:26:47.6730723Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-08-17T12:26:47.8427134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-08-17T12:26:47.8437338Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-08-17T12:26:47.9013605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-08-17T12:26:47.9024055Z [gw2] [ 26%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-08-17T12:26:48.1071263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-08-17T12:26:48.1081518Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-08-17T12:26:48.1187761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-08-17T12:26:48.1197647Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-08-17T12:26:48.1915909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-08-17T12:26:48.1926952Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-08-17T12:26:48.2444255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-08-17T12:26:48.2455341Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-08-17T12:26:48.2964350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-08-17T12:26:48.2974892Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-08-17T12:26:48.5477514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-08-17T12:26:48.5487433Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-08-17T12:26:49.1351434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-08-17T12:26:49.1362999Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-08-17T12:26:49.2374646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-08-17T12:26:49.2450473Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-08-17T12:26:49.4802956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-08-17T12:26:49.4831694Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-08-17T12:26:49.7215719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-08-17T12:26:49.7240266Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-08-17T12:26:49.7678004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-08-17T12:26:49.7698324Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-08-17T12:26:50.0338218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-08-17T12:26:50.0347370Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-08-17T12:26:50.0749903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-08-17T12:26:50.0757619Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-08-17T12:26:50.1420231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-08-17T12:26:50.1430579Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-08-17T12:26:50.2724118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-08-17T12:26:50.2737281Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-08-17T12:26:50.2853501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-08-17T12:26:50.2865821Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-08-17T12:26:50.3270240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-08-17T12:26:50.3281027Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-08-17T12:26:50.3524229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-08-17T12:26:50.3732227Z [gw2] [ 28%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-08-17T12:26:50.3771193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-08-17T12:26:50.3782535Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-08-17T12:26:50.3966919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-08-17T12:26:50.4173187Z [gw2] [ 28%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-08-17T12:26:50.5228348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-08-17T12:26:50.5241171Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-08-17T12:26:51.3421851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-08-17T12:26:51.3422497Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-08-17T12:26:51.7552157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-08-17T12:26:51.7557304Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-08-17T12:26:52.6149376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-08-17T12:26:52.6162433Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-08-17T12:26:52.7160993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-08-17T12:26:52.7171983Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-08-17T12:26:53.0198365Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-08-17T12:26:53.0206337Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-08-17T12:26:53.5466522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-08-17T12:26:53.5494702Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-08-17T12:26:54.0040955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-08-17T12:26:54.0067032Z [gw3] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-08-17T12:26:54.0090808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-08-17T12:26:54.0493110Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-08-17T12:26:54.0511585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-08-17T12:26:54.0550105Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-08-17T12:26:54.0560934Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-08-17T12:26:54.0933280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-08-17T12:26:54.4215031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-08-17T12:26:54.4225646Z [gw3] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-08-17T12:26:54.4915635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-08-17T12:26:54.4929774Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-08-17T12:26:54.4942055Z [gw3] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-08-17T12:26:54.4951698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-08-17T12:26:54.5603642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-08-17T12:26:54.5615735Z [gw3] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-08-17T12:26:54.5758580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-08-17T12:26:54.5769409Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-08-17T12:26:54.8374717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-08-17T12:26:54.8387817Z [gw3] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-08-17T12:26:55.1122556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-08-17T12:26:55.1136516Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-08-17T12:26:55.2364106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-08-17T12:26:55.2375534Z [gw1] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-08-17T12:26:55.3688473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-08-17T12:26:55.3699262Z [gw0] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-08-17T12:26:55.4379374Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-08-17T12:26:55.4388790Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-08-17T12:26:55.7786158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-08-17T12:26:55.7797697Z [gw0] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-08-17T12:26:55.8746162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-08-17T12:26:55.8755946Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-08-17T12:26:56.0904868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-08-17T12:26:56.0930055Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-08-17T12:26:56.1240637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-08-17T12:26:56.1332166Z [gw2] [ 30%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-08-17T12:26:56.1626619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-08-17T12:26:56.1772036Z [gw2] [ 30%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-08-17T12:26:56.7458138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inverse_cpu_complex64 2022-08-17T12:26:56.7474798Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-08-17T12:26:57.2666648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-08-17T12:26:57.2674462Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-08-17T12:26:57.8930082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-08-17T12:26:57.8942639Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inverse_cpu_complex64 2022-08-17T12:26:57.9639590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inverse_cpu_float32 2022-08-17T12:26:57.9653109Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-08-17T12:26:58.2917366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-08-17T12:26:58.2947056Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-08-17T12:26:58.4607557Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-08-17T12:26:58.4633613Z [gw3] [ 31%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-08-17T12:26:58.6859878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-08-17T12:26:58.6884340Z [gw3] [ 31%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-08-17T12:26:58.7280744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-08-17T12:26:58.7356704Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inverse_cpu_float32 2022-08-17T12:26:58.9328315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-08-17T12:26:58.9342138Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-08-17T12:26:59.0462752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-08-17T12:26:59.0476095Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-08-17T12:26:59.2155641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-08-17T12:26:59.2164475Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-08-17T12:26:59.4143199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-08-17T12:26:59.4149682Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-08-17T12:26:59.4305327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-08-17T12:26:59.4313381Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-08-17T12:26:59.5942109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-08-17T12:26:59.5950546Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-08-17T12:26:59.6332761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-08-17T12:26:59.6337554Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-08-17T12:26:59.6856427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-08-17T12:26:59.6867549Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-08-17T12:26:59.7512078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-08-17T12:26:59.7524456Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-08-17T12:27:00.0564528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-08-17T12:27:00.0581531Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-08-17T12:27:00.3495832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-08-17T12:27:00.3508882Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-08-17T12:27:00.4349763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-08-17T12:27:00.4374292Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-08-17T12:27:00.5149791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-08-17T12:27:00.5179022Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-08-17T12:27:00.5303063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-08-17T12:27:00.5313214Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-08-17T12:27:00.6108969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-08-17T12:27:00.6118695Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-08-17T12:27:00.6250402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-08-17T12:27:00.6255970Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-08-17T12:27:00.6621318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-08-17T12:27:00.6693214Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-08-17T12:27:00.7329821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-08-17T12:27:00.7343036Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-08-17T12:27:00.7678483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-08-17T12:27:00.7773324Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-08-17T12:27:00.8373257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-08-17T12:27:00.8387275Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-08-17T12:27:00.8730661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-08-17T12:27:00.8814126Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-08-17T12:27:00.9145969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-08-17T12:27:00.9254393Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-08-17T12:27:00.9464826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-08-17T12:27:00.9475718Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-08-17T12:27:00.9587706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-08-17T12:27:00.9694599Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-08-17T12:27:01.0448032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-08-17T12:27:01.0458264Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-08-17T12:27:01.1507841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-08-17T12:27:01.1522341Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-08-17T12:27:01.2453999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-08-17T12:27:01.2467219Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-08-17T12:27:01.2486098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-08-17T12:27:01.2623653Z [gw2] [ 34%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-08-17T12:27:01.2637315Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-08-17T12:27:01.2893163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-08-17T12:27:01.2911284Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-08-17T12:27:01.3333479Z [gw2] [ 34%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-08-17T12:27:01.3359246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:27:01.3457020Z [gw2] [ 34%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-08-17T12:27:01.3465903Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-08-17T12:27:01.3772829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-08-17T12:27:01.3803873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:27:01.4213400Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-08-17T12:27:01.4254594Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:27:01.4652837Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-08-17T12:27:01.4681538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:27:01.5094459Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-08-17T12:27:01.5120618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-08-17T12:27:01.5576825Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-08-17T12:27:01.5584239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-08-17T12:27:01.5800698Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-08-17T12:27:01.5817649Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-08-17T12:27:01.5976508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-08-17T12:27:01.6031830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:27:01.6417335Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-08-17T12:27:01.6445924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:27:01.6853641Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-08-17T12:27:01.6884716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-08-17T12:27:01.7334628Z [gw2] [ 35%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-08-17T12:27:01.7362508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-08-17T12:27:01.7375515Z [gw2] [ 36%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-08-17T12:27:01.7383726Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-08-17T12:27:01.7775213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-08-17T12:27:01.8478255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-08-17T12:27:01.8490414Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-08-17T12:27:01.9144777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-08-17T12:27:01.9156821Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-08-17T12:27:02.0286811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-08-17T12:27:02.0299706Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-08-17T12:27:02.2750539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-08-17T12:27:02.2779881Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-08-17T12:27:02.3115715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-08-17T12:27:02.3130247Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-08-17T12:27:03.1441093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-08-17T12:27:03.1452827Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-08-17T12:27:03.5816891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-08-17T12:27:03.5845147Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-08-17T12:27:04.2819080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-08-17T12:27:04.2850257Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-08-17T12:27:04.5138704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-08-17T12:27:04.5160593Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-08-17T12:27:04.7853269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-08-17T12:27:04.7875284Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-08-17T12:27:05.4338644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-08-17T12:27:05.4365449Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-08-17T12:27:05.5239098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-08-17T12:27:05.5260759Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-08-17T12:27:06.0280149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-08-17T12:27:06.0318403Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-08-17T12:27:06.2854955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-08-17T12:27:06.2879939Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-08-17T12:27:06.4347750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-08-17T12:27:06.4362824Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-08-17T12:27:06.6479266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-08-17T12:27:06.6495242Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-08-17T12:27:06.7646091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-08-17T12:27:06.7662265Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-08-17T12:27:06.7769551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-08-17T12:27:06.7780102Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-08-17T12:27:06.8024797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-08-17T12:27:06.8038433Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-08-17T12:27:06.8087390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-08-17T12:27:06.8454195Z [gw0] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-08-17T12:27:06.8504168Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-08-17T12:27:06.8894635Z [gw0] [ 38%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-08-17T12:27:07.7430798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-08-17T12:27:07.7444668Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-08-17T12:27:08.0655927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-08-17T12:27:08.0667309Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-08-17T12:27:08.3494193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-08-17T12:27:08.3505320Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-08-17T12:27:08.6909520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-08-17T12:27:08.6922477Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-08-17T12:27:09.2710779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-08-17T12:27:09.2729974Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-08-17T12:27:09.2934198Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-08-17T12:27:09.2951423Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-08-17T12:27:10.0284623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-08-17T12:27:10.0294757Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-08-17T12:27:10.2639691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-08-17T12:27:10.2647669Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-08-17T12:27:10.5756402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-08-17T12:27:10.5757598Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-08-17T12:27:11.6206772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-08-17T12:27:11.6216559Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-08-17T12:27:12.0391823Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-08-17T12:27:12.0406257Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-08-17T12:27:12.1826441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-08-17T12:27:12.1841661Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-08-17T12:27:12.2295951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:27:12.2306132Z [gw2] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-08-17T12:27:12.2499776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:27:12.2510315Z [gw2] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-08-17T12:27:12.2518660Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-08-17T12:27:12.2732381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-08-17T12:27:13.3181847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-08-17T12:27:13.3193716Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-08-17T12:27:14.5022496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-08-17T12:27:14.5037420Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-08-17T12:27:15.4637549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-08-17T12:27:15.4652921Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-08-17T12:27:15.6376195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-08-17T12:27:15.6386556Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-08-17T12:27:15.6787115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-08-17T12:27:15.6801315Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-08-17T12:27:16.8583728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-08-17T12:27:16.8596667Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-08-17T12:27:18.0395471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-08-17T12:27:18.0419805Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-08-17T12:27:18.1738736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-08-17T12:27:18.1752653Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-08-17T12:27:18.3431611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-08-17T12:27:18.3456853Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-08-17T12:27:19.6101046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-08-17T12:27:19.6121795Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-08-17T12:27:20.6847984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:27:20.6873687Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-08-17T12:27:22.1453406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-08-17T12:27:22.1476877Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-08-17T12:27:23.1708974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:27:23.1735381Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-08-17T12:27:24.2982679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:27:24.2999236Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-08-17T12:27:25.1932068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-08-17T12:27:25.1958602Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-08-17T12:27:25.4948204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-08-17T12:27:25.4977728Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-08-17T12:27:26.7440038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-08-17T12:27:26.7465438Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-08-17T12:27:27.2044710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-08-17T12:27:27.2060959Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-08-17T12:27:27.3947446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-08-17T12:27:27.3961938Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-08-17T12:27:27.7050235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-08-17T12:27:27.7058008Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-08-17T12:27:27.8287498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-08-17T12:27:27.8295462Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-08-17T12:27:28.7476037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-08-17T12:27:28.7502313Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-08-17T12:27:29.2488647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-08-17T12:27:29.2498618Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-08-17T12:27:30.6073307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-08-17T12:27:30.6099602Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-08-17T12:27:31.4502247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-08-17T12:27:31.4542518Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-08-17T12:27:32.8940087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-08-17T12:27:32.8949682Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-08-17T12:27:33.3294520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-08-17T12:27:33.3309913Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-08-17T12:27:34.0508558Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-08-17T12:27:34.0535220Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-08-17T12:27:34.2302704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-08-17T12:27:34.2326979Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-08-17T12:27:34.3415116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-08-17T12:27:34.3428987Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-08-17T12:27:34.7116423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-08-17T12:27:34.7140831Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-08-17T12:27:35.5286947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-08-17T12:27:35.5312019Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-08-17T12:27:35.9796249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-08-17T12:27:35.9806562Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-08-17T12:27:37.0812972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-08-17T12:27:37.0838288Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-08-17T12:27:37.6861994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-08-17T12:27:37.6887972Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-08-17T12:27:38.5973704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-08-17T12:27:38.5985552Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-08-17T12:27:39.1549190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-08-17T12:27:39.1559234Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-08-17T12:27:40.0158759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-08-17T12:27:40.0170074Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-08-17T12:27:40.4268640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-08-17T12:27:40.4353501Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-08-17T12:27:40.6417962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-08-17T12:27:40.6426363Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-08-17T12:27:40.7169528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-08-17T12:27:40.7185443Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-08-17T12:27:40.9539522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:27:40.9551041Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-08-17T12:27:41.0362709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:27:41.0374691Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-08-17T12:27:41.8243885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-08-17T12:27:41.8253735Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-08-17T12:27:43.8869246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-08-17T12:27:43.8891506Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-08-17T12:27:45.1357601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-08-17T12:27:45.1383391Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-08-17T12:27:45.1456162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-08-17T12:27:45.1860378Z [gw3] [ 44%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-08-17T12:27:45.1866055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-08-17T12:27:45.2324390Z [gw3] [ 44%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-08-17T12:27:45.2329952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-08-17T12:27:45.2742968Z [gw3] [ 44%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-08-17T12:27:45.2748593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-08-17T12:27:45.3210224Z [gw3] [ 44%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-08-17T12:27:46.1721608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-08-17T12:27:46.1746646Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-08-17T12:27:46.8972344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-08-17T12:27:46.8985394Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-08-17T12:27:47.7342673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-08-17T12:27:47.7351167Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-08-17T12:27:48.5871725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-08-17T12:27:48.5897935Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-08-17T12:27:49.1303302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-08-17T12:27:49.1314113Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-08-17T12:27:50.4655263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-08-17T12:27:50.4663586Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-08-17T12:27:50.9990459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-08-17T12:27:50.9996157Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-08-17T12:27:51.4283289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-08-17T12:27:51.4293882Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-08-17T12:27:52.6589519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-08-17T12:27:52.6603024Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-08-17T12:27:54.0690093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-08-17T12:27:54.0703680Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-08-17T12:27:55.0854502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-08-17T12:27:55.0867801Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-08-17T12:27:55.8595253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-08-17T12:27:55.8617431Z [gw3] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-08-17T12:27:56.7084369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-08-17T12:27:56.7109781Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-08-17T12:27:56.9739876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-08-17T12:27:56.9775841Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-08-17T12:27:57.1380680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-08-17T12:27:57.1406162Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-08-17T12:27:58.0828055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-08-17T12:27:58.0836878Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-08-17T12:27:58.1265104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-08-17T12:27:58.1274849Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-08-17T12:27:58.2736860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-08-17T12:27:58.2744487Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-08-17T12:27:58.5054430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-08-17T12:27:58.5076096Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-08-17T12:27:58.7463376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-08-17T12:27:58.7485651Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-08-17T12:27:58.8315892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-08-17T12:27:58.8328272Z [gw1] [ 46%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-08-17T12:27:58.8962719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-08-17T12:27:58.8975135Z [gw1] [ 46%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-08-17T12:27:58.9265317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-08-17T12:27:58.9276296Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-08-17T12:27:59.4237069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-08-17T12:27:59.4245566Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-08-17T12:27:59.6215157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-08-17T12:27:59.6222620Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-08-17T12:27:59.7717204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-08-17T12:27:59.7729342Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-08-17T12:27:59.8353545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-08-17T12:27:59.8365437Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-08-17T12:27:59.9524361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-08-17T12:27:59.9535419Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-08-17T12:28:00.2375528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eig_cpu_complex64 2022-08-17T12:28:00.2406089Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eig_cpu_complex64 2022-08-17T12:28:00.3794990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eig_cpu_float32 2022-08-17T12:28:00.3805570Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eig_cpu_float32 2022-08-17T12:28:00.3824961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-08-17T12:28:00.4214174Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-08-17T12:28:00.4231342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-08-17T12:28:00.4654207Z [gw1] [ 47%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-08-17T12:28:00.4669689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-08-17T12:28:00.5093658Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-08-17T12:28:00.5106944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-08-17T12:28:00.5574283Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-08-17T12:28:00.5589041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-08-17T12:28:00.6013570Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-08-17T12:28:00.6035429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-08-17T12:28:00.6454451Z [gw1] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-08-17T12:28:01.0971274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-08-17T12:28:01.0979950Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-08-17T12:28:01.3650874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-08-17T12:28:01.3660771Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-08-17T12:28:01.5137818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-08-17T12:28:01.5147120Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-08-17T12:28:01.5951419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-08-17T12:28:01.5960867Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-08-17T12:28:01.6860672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-08-17T12:28:01.6870353Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-08-17T12:28:01.9282905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-08-17T12:28:01.9291705Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-08-17T12:28:02.0114259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-08-17T12:28:02.0126240Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-08-17T12:28:02.1694155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-08-17T12:28:02.1707432Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-08-17T12:28:02.2429356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-08-17T12:28:02.2445391Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-08-17T12:28:02.8329040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-08-17T12:28:02.8336968Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-08-17T12:28:03.1448508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-08-17T12:28:03.1459837Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-08-17T12:28:03.4424684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-08-17T12:28:03.4439686Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-08-17T12:28:03.4871871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-08-17T12:28:03.4883088Z [gw3] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-08-17T12:28:03.6112877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-08-17T12:28:03.6113544Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-08-17T12:28:03.7562811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-08-17T12:28:03.7577034Z [gw1] [ 49%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-08-17T12:28:04.2074892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-08-17T12:28:04.2081367Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-08-17T12:28:04.4467167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-08-17T12:28:04.4472224Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-08-17T12:28:04.6101915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-08-17T12:28:04.6109962Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-08-17T12:28:04.7281463Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-08-17T12:28:04.7290509Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-08-17T12:28:04.7309945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-08-17T12:28:04.7696392Z [gw1] [ 50%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-08-17T12:28:04.7711039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-08-17T12:28:04.8135702Z [gw1] [ 50%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-08-17T12:28:05.0347976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-08-17T12:28:05.0357896Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-08-17T12:28:05.1387626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-08-17T12:28:05.1396361Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-08-17T12:28:05.3484288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-08-17T12:28:05.3491845Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-08-17T12:28:05.4468824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-08-17T12:28:05.4482030Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-08-17T12:28:05.5005738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-08-17T12:28:05.5018028Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-08-17T12:28:05.6437763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-08-17T12:28:05.6450660Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-08-17T12:28:05.7658132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-08-17T12:28:05.7683479Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-08-17T12:28:05.9893527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-08-17T12:28:05.9901804Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-08-17T12:28:06.3943136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:28:06.3959154Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-08-17T12:28:06.5466530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:28:06.5490252Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-08-17T12:28:06.7033691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:28:06.7058476Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-08-17T12:28:07.1141954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:28:07.1168639Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-08-17T12:28:07.4575968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:28:07.4601787Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-08-17T12:28:07.8613134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:28:07.8652579Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-08-17T12:28:07.8830023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:28:07.9108817Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-08-17T12:28:08.5555013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:28:08.5569771Z [gw0] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-08-17T12:28:08.6255981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-08-17T12:28:08.6269835Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-08-17T12:28:09.0639499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:28:09.0673786Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-08-17T12:28:09.3125775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:28:09.3151553Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-08-17T12:28:09.3179974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:28:09.3637774Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-08-17T12:28:09.3646962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:28:09.4131635Z [gw3] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-08-17T12:28:09.6487609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-08-17T12:28:09.6513191Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-08-17T12:28:10.0536941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:28:10.0544416Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-08-17T12:28:10.7290254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-08-17T12:28:10.7317739Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-08-17T12:28:10.9424546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-08-17T12:28:10.9453904Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-08-17T12:28:11.7729233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-08-17T12:28:11.8010199Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-08-17T12:28:11.9951220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-08-17T12:28:11.9971800Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-08-17T12:28:13.1289958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-08-17T12:28:13.1302455Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-08-17T12:28:13.2500051Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:28:13.2508190Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-08-17T12:28:13.6895349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-08-17T12:28:13.6905726Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-08-17T12:28:13.8093165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-08-17T12:28:13.8104649Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-08-17T12:28:13.9363767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-08-17T12:28:13.9393344Z [gw1] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-08-17T12:28:13.9421408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:28:13.9890346Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-08-17T12:28:14.1465069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-08-17T12:28:14.1489687Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-08-17T12:28:14.1517029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-08-17T12:28:14.1933363Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-08-17T12:28:14.1957156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-08-17T12:28:14.2402195Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-08-17T12:28:14.2410633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-08-17T12:28:14.2839972Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-08-17T12:28:14.2849308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-08-17T12:28:14.3290620Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-08-17T12:28:14.4395768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:28:14.4420521Z [gw1] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-08-17T12:28:14.4447739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:28:14.4920751Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-08-17T12:28:14.4929318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:28:14.5450625Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-08-17T12:28:14.7129935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:28:14.7139560Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-08-17T12:28:15.0468926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-08-17T12:28:15.0480731Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-08-17T12:28:15.2395483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:28:15.2449836Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-08-17T12:28:15.5678765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-08-17T12:28:15.5703791Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-08-17T12:28:15.6631615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:28:15.6657608Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-08-17T12:28:16.0148034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-08-17T12:28:16.0173503Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-08-17T12:28:17.9778585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-08-17T12:28:17.9809441Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-08-17T12:28:17.9838927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:28:18.0316027Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-08-17T12:28:18.0325808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-08-17T12:28:18.0753781Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-08-17T12:28:18.0762835Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-08-17T12:28:18.1195909Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-08-17T12:28:18.1204432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-08-17T12:28:18.1649535Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-08-17T12:28:18.2909183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-08-17T12:28:18.2920112Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-08-17T12:28:18.3019992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:28:18.3276943Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-08-17T12:28:18.3290731Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-08-17T12:28:18.3371187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-08-17T12:28:18.3415245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-08-17T12:28:18.3860042Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-08-17T12:28:18.3868694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:28:18.4335306Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-08-17T12:28:18.4345302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:28:18.4732198Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-08-17T12:28:18.4776419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:28:18.5171910Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-08-17T12:28:18.5235530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:28:18.5611532Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-08-17T12:28:18.5687869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:28:18.6052557Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-08-17T12:28:18.6076962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:28:18.6493283Z [gw1] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-08-17T12:28:19.2460060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-08-17T12:28:19.2486431Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-08-17T12:28:19.5223816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-08-17T12:28:19.5231222Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-08-17T12:28:19.5271963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-08-17T12:28:19.5653556Z [gw3] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-08-17T12:28:19.8264325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-08-17T12:28:19.8279131Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-08-17T12:28:19.9630112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-08-17T12:28:19.9643296Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-08-17T12:28:21.1765952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:28:21.1773423Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-08-17T12:28:21.1791662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:28:21.2215651Z [gw3] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-08-17T12:28:21.2238416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:28:21.2656419Z [gw3] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-08-17T12:28:21.5926829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-08-17T12:28:21.5934888Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-08-17T12:28:21.5951596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-08-17T12:28:21.6374738Z [gw3] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-08-17T12:28:21.8524931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-08-17T12:28:21.8533568Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-08-17T12:28:22.0327207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-08-17T12:28:22.0338320Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-08-17T12:28:22.8479723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-08-17T12:28:22.8498104Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-08-17T12:28:23.3465599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-08-17T12:28:23.3487386Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-08-17T12:28:23.3768949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-08-17T12:28:23.3891492Z [gw1] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-08-17T12:28:23.7172444Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-08-17T12:28:23.7180515Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-08-17T12:28:23.8006524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:28:23.8043042Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-08-17T12:28:23.9990313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-08-17T12:28:24.0004151Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-08-17T12:28:24.3642176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-08-17T12:28:24.3654312Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-08-17T12:28:25.1800826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:28:25.1812784Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-08-17T12:28:25.1827528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-08-17T12:28:25.2255675Z [gw1] [ 58%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-08-17T12:28:25.2638209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-08-17T12:28:25.2695723Z [gw1] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-08-17T12:28:25.8453914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:28:25.8479796Z [gw1] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-08-17T12:28:26.1793129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:28:26.1823187Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-08-17T12:28:26.4682631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:28:26.4691074Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-08-17T12:28:26.6976227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:28:26.6987846Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-08-17T12:28:26.9276025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:28:26.9283776Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-08-17T12:28:27.1751917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:28:27.1760126Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-08-17T12:28:28.1290988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-08-17T12:28:28.1393262Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-08-17T12:28:29.3212869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:28:29.3216384Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-08-17T12:28:29.3600213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-08-17T12:28:29.3610744Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-08-17T12:28:29.3627986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-08-17T12:28:29.4012447Z [gw3] [ 59%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-08-17T12:28:29.4504249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-08-17T12:28:29.4519581Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-08-17T12:28:29.5381819Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-08-17T12:28:29.5391731Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-08-17T12:28:29.9728115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-08-17T12:28:29.9738495Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-08-17T12:28:30.3899467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:28:30.3912091Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-08-17T12:28:30.4806341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-08-17T12:28:30.4814697Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-08-17T12:28:30.8752332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-08-17T12:28:30.8761075Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-08-17T12:28:32.4909176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:28:32.4917771Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-08-17T12:28:32.9067949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-08-17T12:28:32.9092211Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-08-17T12:28:33.2640606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-08-17T12:28:33.2668979Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-08-17T12:28:33.7208681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-08-17T12:28:33.7218015Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-08-17T12:28:34.0392725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:28:34.0422249Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-08-17T12:28:34.2565001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:28:34.2592638Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-08-17T12:28:35.5210227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:28:35.5239766Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-08-17T12:28:36.5952192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-08-17T12:28:36.5982329Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-08-17T12:28:36.7959141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-08-17T12:28:36.7988006Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-08-17T12:28:36.9548300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:28:36.9573325Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-08-17T12:28:37.1141930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-08-17T12:28:37.1158924Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-08-17T12:28:37.5140262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:28:37.5166171Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-08-17T12:28:37.7972403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:28:37.7996527Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-08-17T12:28:39.0780757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-08-17T12:28:39.0807411Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-08-17T12:28:39.5151380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-08-17T12:28:39.5178259Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-08-17T12:28:43.7568600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-08-17T12:28:43.7586020Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-08-17T12:28:45.5340541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-08-17T12:28:45.5366708Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-08-17T12:28:49.0728510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:28:49.0774322Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-08-17T12:28:50.8601842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:28:50.8645674Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-08-17T12:28:55.0727725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-08-17T12:28:55.0754573Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-08-17T12:28:57.1191341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-08-17T12:28:57.1218070Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-08-17T12:28:58.6567693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:28:58.6593072Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-08-17T12:28:59.1596985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:28:59.1622707Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-08-17T12:28:59.1658484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-08-17T12:28:59.2084452Z [gw2] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-08-17T12:28:59.2093074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-08-17T12:28:59.2571361Z [gw2] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-08-17T12:29:00.1489186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-08-17T12:29:00.1520570Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-08-17T12:29:03.2803074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:29:03.2826894Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-08-17T12:29:06.0446236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:29:06.0465898Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-08-17T12:29:09.5157398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-08-17T12:29:09.5240634Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-08-17T12:29:10.9055360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-08-17T12:29:10.9081383Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-08-17T12:29:11.6846186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-08-17T12:29:11.6863189Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-08-17T12:29:12.7118206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-08-17T12:29:12.7163840Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-08-17T12:29:14.6802322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-08-17T12:29:14.6823416Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-08-17T12:29:14.7026537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:29:14.7370137Z [gw2] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-08-17T12:29:14.7389482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:29:14.7797989Z [gw2] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-08-17T12:29:14.7807419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-08-17T12:29:14.8278426Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-08-17T12:29:14.8283489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-08-17T12:29:14.8801468Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-08-17T12:29:15.5123846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:29:15.5197129Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-08-17T12:29:15.8379027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:29:15.8452958Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-08-17T12:29:15.8554073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-08-17T12:29:15.8948804Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-08-17T12:29:15.8957091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-08-17T12:29:15.9409973Z [gw2] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-08-17T12:29:32.4614074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-08-17T12:29:32.4635793Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-08-17T12:29:32.4643397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-08-17T12:29:32.4663598Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-08-17T12:29:37.6426987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-08-17T12:29:37.6451724Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-08-17T12:29:39.9638293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-08-17T12:29:39.9664578Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-08-17T12:29:40.2186008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-08-17T12:29:40.2214587Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-08-17T12:29:40.3441532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-08-17T12:29:40.3468484Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-08-17T12:29:40.6306150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-08-17T12:29:40.6332579Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-08-17T12:29:40.8709679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-08-17T12:29:40.8735557Z [gw2] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-08-17T12:29:40.9597981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-08-17T12:29:40.9621769Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-08-17T12:29:41.1161942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-08-17T12:29:41.1191407Z [gw2] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-08-17T12:29:41.2058268Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-08-17T12:29:41.2077755Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-08-17T12:29:42.3351648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-08-17T12:29:42.3384968Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-08-17T12:29:42.4868148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-08-17T12:29:42.4890711Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-08-17T12:29:43.1556795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-08-17T12:29:43.1583496Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-08-17T12:29:43.1791019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-08-17T12:29:43.1814063Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-08-17T12:29:43.3259666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-08-17T12:29:43.3284409Z [gw2] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-08-17T12:29:43.4616808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-08-17T12:29:43.4638076Z [gw2] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-08-17T12:29:43.4691766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-08-17T12:29:43.5131310Z [gw2] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-08-17T12:29:43.5136899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-08-17T12:29:43.5608922Z [gw2] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-08-17T12:29:43.8185117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-08-17T12:29:43.8209784Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-08-17T12:29:43.9420856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-08-17T12:29:43.9445857Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-08-17T12:29:49.2140076Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-08-17T12:29:49.2154543Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-08-17T12:29:52.9982614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-08-17T12:29:53.0008095Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-08-17T12:29:55.7407502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-08-17T12:29:55.7433083Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-08-17T12:30:00.3927801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-08-17T12:30:00.3961380Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-08-17T12:30:02.5652131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:30:02.5680786Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-08-17T12:30:02.8251322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-08-17T12:30:02.8289555Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-08-17T12:30:02.9420308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-08-17T12:30:02.9444205Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-08-17T12:30:02.9947322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-08-17T12:30:02.9970898Z [gw2] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-08-17T12:30:03.2223974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-08-17T12:30:03.2256101Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-08-17T12:30:04.2125509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:30:04.2152000Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-08-17T12:30:04.7206666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-08-17T12:30:04.7232769Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-08-17T12:30:07.6870665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-08-17T12:30:07.6900287Z [gw2] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-08-17T12:30:08.6620403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-08-17T12:30:08.6646167Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-08-17T12:30:09.2352288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-08-17T12:30:09.2379892Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-08-17T12:30:09.8732423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:30:09.8760205Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-08-17T12:30:09.8800843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:30:09.9199924Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-08-17T12:30:09.9208814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:30:09.9645898Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-08-17T12:30:09.9657151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:30:10.0090360Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-08-17T12:30:10.0100019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:30:10.0571959Z [gw2] [ 68%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-08-17T12:30:11.0483124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-08-17T12:30:11.0509072Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-08-17T12:30:11.3398750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-08-17T12:30:11.3425238Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-08-17T12:30:14.3059322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-08-17T12:30:14.3085106Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-08-17T12:30:15.4571075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-08-17T12:30:15.4596556Z [gw2] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-08-17T12:30:19.0982713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-08-17T12:30:19.1008007Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-08-17T12:30:19.1035516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:30:19.1490686Z [gw1] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-08-17T12:30:20.8002513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:30:20.8016356Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-08-17T12:30:23.0196023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-08-17T12:30:23.0222934Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-08-17T12:30:26.0787827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:30:26.0884221Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-08-17T12:30:26.2969720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-08-17T12:30:26.2984934Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-08-17T12:30:26.3893110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-08-17T12:30:26.3916300Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-08-17T12:30:26.6815008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:30:26.6840098Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-08-17T12:30:26.8397169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:30:26.8415846Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-08-17T12:30:27.5518158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:30:27.5544124Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-08-17T12:30:28.3617838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-08-17T12:30:28.3639500Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-08-17T12:30:28.3665272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-08-17T12:30:28.4206090Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-08-17T12:30:30.0686175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-08-17T12:30:30.0698626Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-08-17T12:30:30.8271642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-08-17T12:30:30.8293332Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-08-17T12:30:31.8473727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:30:31.8496894Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-08-17T12:30:31.8521175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-08-17T12:30:31.8936343Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-08-17T12:30:31.9658853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:30:31.9667625Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-08-17T12:30:33.6902466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-08-17T12:30:33.6913182Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-08-17T12:30:35.3717565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-08-17T12:30:35.3733753Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-08-17T12:30:35.3971882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-08-17T12:30:35.4172697Z [gw0] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-08-17T12:30:36.0637940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-08-17T12:30:36.0651697Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-08-17T12:30:36.4109717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-08-17T12:30:36.4138413Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-08-17T12:30:36.5366796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-08-17T12:30:36.5375872Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-08-17T12:30:36.6551307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-08-17T12:30:36.6563042Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-08-17T12:30:37.1935637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-08-17T12:30:37.1947085Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-08-17T12:30:37.5420119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-08-17T12:30:37.5449204Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-08-17T12:30:37.7594795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-08-17T12:30:37.7605967Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-08-17T12:30:38.0572598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-08-17T12:30:38.0584255Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-08-17T12:30:38.2954579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-08-17T12:30:38.2966026Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-08-17T12:30:38.8249773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-08-17T12:30:38.8264028Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-08-17T12:30:39.0249013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-08-17T12:30:39.0260985Z [gw2] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-08-17T12:30:40.3465566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-08-17T12:30:40.3478519Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-08-17T12:30:40.9756408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-08-17T12:30:40.9771345Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-08-17T12:30:41.1003427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:30:41.1010721Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-08-17T12:30:41.2264610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-08-17T12:30:41.2272919Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-08-17T12:30:41.3433035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-08-17T12:30:41.3460329Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-08-17T12:30:42.3211498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-08-17T12:30:42.3239042Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-08-17T12:30:43.8448877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-08-17T12:30:43.8474971Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-08-17T12:30:43.8568179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:30:43.8969636Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-08-17T12:30:45.1150843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:30:45.1176648Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-08-17T12:30:46.3142550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-08-17T12:30:46.3169725Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-08-17T12:30:46.3202723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:30:46.3636452Z [gw3] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-08-17T12:30:46.3645432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:30:46.4116538Z [gw3] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-08-17T12:30:46.4126575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:30:46.4650908Z [gw3] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-08-17T12:30:46.5571355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-08-17T12:30:46.5592047Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-08-17T12:30:46.8548247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-08-17T12:30:46.8568218Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-08-17T12:30:46.8593085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:30:46.8972857Z [gw3] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-08-17T12:30:47.2327499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-08-17T12:30:47.2341518Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-08-17T12:30:47.4045733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-08-17T12:30:47.4060470Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-08-17T12:30:47.5288889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-08-17T12:30:47.5302977Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-08-17T12:30:47.7089701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-08-17T12:30:47.7103965Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-08-17T12:30:47.8159394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-08-17T12:30:47.8187933Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-08-17T12:30:48.3777371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-08-17T12:30:48.3801995Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-08-17T12:30:48.6706747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-08-17T12:30:48.6732558Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-08-17T12:30:49.2312814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-08-17T12:30:49.2337446Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-08-17T12:30:49.5251206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-08-17T12:30:49.5274658Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-08-17T12:30:50.2853115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-08-17T12:30:50.2870820Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-08-17T12:30:50.4447872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-08-17T12:30:50.4461568Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-08-17T12:30:50.6651512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-08-17T12:30:50.6667408Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-08-17T12:30:51.6112935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-08-17T12:30:51.6141483Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-08-17T12:30:51.6169540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-08-17T12:30:51.6638569Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-08-17T12:30:51.6647826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-08-17T12:30:51.7131451Z [gw3] [ 75%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-08-17T12:30:52.1282591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-08-17T12:30:52.1290306Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-08-17T12:30:52.3256261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-08-17T12:30:52.3280992Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-08-17T12:30:55.2512488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-08-17T12:30:55.2540349Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-08-17T12:30:56.0549764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-08-17T12:30:56.0638663Z [gw2] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-08-17T12:30:56.4947275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-08-17T12:30:56.4957615Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-08-17T12:30:56.5219058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-08-17T12:30:56.5373809Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-08-17T12:30:56.5628641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-08-17T12:30:56.5813837Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-08-17T12:30:56.6093888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-08-17T12:30:56.6253709Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-08-17T12:30:56.6504140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-08-17T12:30:56.6693968Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-08-17T12:30:57.0560495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-08-17T12:30:57.0571483Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-08-17T12:30:57.2429147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-08-17T12:30:57.2440887Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-08-17T12:30:57.6142868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-08-17T12:30:57.6151794Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-08-17T12:30:57.8033784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-08-17T12:30:57.8044219Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-08-17T12:31:01.2059130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-08-17T12:31:01.2063775Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-08-17T12:31:02.8998894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-08-17T12:31:02.9003786Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-08-17T12:31:03.1034455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-08-17T12:31:03.1048748Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-08-17T12:31:03.3861929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-08-17T12:31:03.3872346Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-08-17T12:31:03.3930404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-08-17T12:31:03.4293672Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-08-17T12:31:03.4336008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-08-17T12:31:03.4734136Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-08-17T12:31:03.4780761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-08-17T12:31:03.5173400Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-08-17T12:31:03.5242972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-08-17T12:31:03.5614065Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-08-17T12:31:03.5663960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-08-17T12:31:03.6054241Z [gw2] [ 77%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-08-17T12:31:04.3002990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-08-17T12:31:04.3012595Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-08-17T12:31:04.7026602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-08-17T12:31:04.7036743Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-08-17T12:31:04.9929912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-08-17T12:31:04.9943382Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-08-17T12:31:05.1345900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-08-17T12:31:05.1357504Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-08-17T12:31:05.7168147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-08-17T12:31:05.7182339Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-08-17T12:31:05.8240994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-08-17T12:31:05.8254683Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-08-17T12:31:05.8495344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-08-17T12:31:05.8652171Z [gw0] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-08-17T12:31:06.0127380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-08-17T12:31:06.0152180Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-08-17T12:31:07.0060194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-08-17T12:31:07.0065555Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-08-17T12:31:07.6923294Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-08-17T12:31:07.6933206Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-08-17T12:31:07.7255737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-08-17T12:31:07.7333659Z [gw0] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-08-17T12:31:07.7623244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-08-17T12:31:07.7774019Z [gw0] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-08-17T12:31:07.9408401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-08-17T12:31:07.9418526Z [gw2] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-08-17T12:31:08.1232099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-08-17T12:31:08.1246348Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-08-17T12:31:08.5114705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-08-17T12:31:08.5159847Z [gw0] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-08-17T12:31:08.6811207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-08-17T12:31:08.6831554Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-08-17T12:31:08.7157875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-08-17T12:31:08.7185096Z [gw0] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-08-17T12:31:10.3530652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-08-17T12:31:10.3545476Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-08-17T12:31:10.5734204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-08-17T12:31:10.5735262Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-08-17T12:31:11.1930353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-08-17T12:31:11.1942240Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-08-17T12:31:12.3355726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-08-17T12:31:12.3612939Z [gw1] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-08-17T12:31:12.3632533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:31:12.4082025Z [gw1] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-08-17T12:31:12.4086625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:31:12.4525161Z [gw1] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-08-17T12:31:12.4526859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:31:12.4971070Z [gw1] [ 79%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-08-17T12:31:13.1357296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:31:13.1365650Z [gw2] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-08-17T12:31:13.7862777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-08-17T12:31:13.7871517Z [gw2] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-08-17T12:31:13.8845478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-08-17T12:31:13.8853797Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-08-17T12:31:13.9696602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-08-17T12:31:13.9706383Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-08-17T12:31:14.1947908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-08-17T12:31:14.1963572Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-08-17T12:31:14.1983179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-08-17T12:31:14.2373911Z [gw3] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-08-17T12:31:14.2390601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-08-17T12:31:14.2814044Z [gw3] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-08-17T12:31:14.8696279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-08-17T12:31:14.8708143Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-08-17T12:31:15.0460520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-08-17T12:31:15.0477554Z [gw2] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-08-17T12:31:15.1702939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-08-17T12:31:15.1714080Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-08-17T12:31:16.1708330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-08-17T12:31:16.1716622Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-08-17T12:31:16.3248275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-08-17T12:31:16.3254798Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-08-17T12:31:16.3410966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-08-17T12:31:16.3419812Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-08-17T12:31:16.4357412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-08-17T12:31:16.4364696Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-08-17T12:31:16.8784538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-08-17T12:31:16.8793119Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-08-17T12:31:17.1021263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-08-17T12:31:17.1030194Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-08-17T12:31:17.2810227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-08-17T12:31:17.2811359Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-08-17T12:31:17.3906112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-08-17T12:31:17.3917558Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-08-17T12:31:17.6330899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-08-17T12:31:17.6339347Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-08-17T12:31:18.1313227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-08-17T12:31:18.1321434Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-08-17T12:31:18.1436920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-08-17T12:31:18.1772562Z [gw1] [ 81%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-08-17T12:31:18.3471366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-08-17T12:31:18.3480670Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-08-17T12:31:18.5036355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-08-17T12:31:18.5044185Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-08-17T12:31:18.5188093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-08-17T12:31:18.5197308Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-08-17T12:31:18.5226370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-08-17T12:31:18.5612588Z [gw1] [ 82%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-08-17T12:31:18.7454457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-08-17T12:31:18.7463038Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-08-17T12:31:18.8212603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:31:18.8219421Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-08-17T12:31:19.0034878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-08-17T12:31:19.0048822Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-08-17T12:31:19.0884182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:31:19.0898215Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-08-17T12:31:19.1157179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-08-17T12:31:19.1167419Z [gw1] [ 82%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-08-17T12:31:19.1940479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:31:19.1953680Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-08-17T12:31:19.6634288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-08-17T12:31:19.6648731Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-08-17T12:31:20.1034372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-08-17T12:31:20.1042144Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-08-17T12:31:20.2870959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:31:20.2880280Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-08-17T12:31:20.6827225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-08-17T12:31:20.6834988Z [gw2] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-08-17T12:31:20.6849556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-08-17T12:31:20.7252981Z [gw2] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-08-17T12:31:20.7704798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-08-17T12:31:20.7712034Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-08-17T12:31:20.8036525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:31:20.8043753Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-08-17T12:31:21.1633465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-08-17T12:31:21.1644882Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-08-17T12:31:21.2911373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-08-17T12:31:21.2916995Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-08-17T12:31:21.5594950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-08-17T12:31:21.5609605Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-08-17T12:31:22.0009250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-08-17T12:31:22.0038130Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-08-17T12:31:22.4432243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-08-17T12:31:22.4443726Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-08-17T12:31:22.7150753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:31:22.7160078Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-08-17T12:31:22.9912072Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:31:22.9919223Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-08-17T12:31:23.1844474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-08-17T12:31:23.1852611Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-08-17T12:31:23.8900355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:31:23.8908056Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-08-17T12:31:23.8922975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-08-17T12:31:23.9334498Z [gw2] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-08-17T12:31:23.9701941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-08-17T12:31:23.9773792Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-08-17T12:31:24.0277105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-08-17T12:31:24.0298451Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-08-17T12:31:24.0658482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-08-17T12:31:24.0773920Z [gw2] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-08-17T12:31:24.1140357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-08-17T12:31:24.1212940Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-08-17T12:31:24.1569027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-08-17T12:31:24.1652570Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-08-17T12:31:24.1975560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:24.1991396Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-08-17T12:31:24.3184974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:31:24.3193458Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:24.4446487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:24.4454756Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:24.4472062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:24.4747264Z [gw2] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:24.4757316Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-08-17T12:31:24.4891804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-08-17T12:31:24.4910585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:24.5333439Z [gw2] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:24.6112236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-08-17T12:31:24.6123817Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-08-17T12:31:24.7238093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-08-17T12:31:24.7249988Z [gw2] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-08-17T12:31:24.7709421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:31:24.7722168Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-08-17T12:31:24.8383669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-08-17T12:31:24.8393937Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-08-17T12:31:24.9206513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:31:24.9213378Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-08-17T12:31:24.9487949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:31:24.9498916Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-08-17T12:31:25.0257334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-08-17T12:31:25.0289342Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-08-17T12:31:25.0616586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-08-17T12:31:25.0627598Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-08-17T12:31:25.0643206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:31:25.1053618Z [gw1] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-08-17T12:31:25.1575795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-08-17T12:31:25.1611064Z [gw2] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-08-17T12:31:25.1613611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:25.2014768Z [gw2] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-08-17T12:31:25.2034046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:25.2392971Z [gw2] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-08-17T12:31:25.2400005Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-08-17T12:31:25.2452197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-08-17T12:31:25.2474489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:25.2867215Z [gw2] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-08-17T12:31:25.2879660Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-08-17T12:31:25.2929115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-08-17T12:31:25.3335108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:31:25.3346028Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-08-17T12:31:25.3390899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-08-17T12:31:25.3413691Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-08-17T12:31:25.3860629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-08-17T12:31:25.3874666Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-08-17T12:31:25.4343570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-08-17T12:31:25.4355751Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-08-17T12:31:25.5918808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-08-17T12:31:25.5931455Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-08-17T12:31:25.7056682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-08-17T12:31:25.7065788Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-08-17T12:31:25.7117305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:31:25.7533285Z [gw1] [ 87%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-08-17T12:31:25.7763611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:31:25.7772846Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-08-17T12:31:25.8037847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-08-17T12:31:25.8049604Z [gw1] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-08-17T12:31:25.8406549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:31:25.8452852Z [gw1] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-08-17T12:31:25.8470155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:25.8897560Z [gw1] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-08-17T12:31:25.8904669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-08-17T12:31:25.8914355Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-08-17T12:31:26.0526580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-08-17T12:31:26.0534298Z [gw1] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-08-17T12:31:26.1375919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-08-17T12:31:26.1383163Z [gw1] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-08-17T12:31:26.2638024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-08-17T12:31:26.2655629Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-08-17T12:31:26.3456121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-08-17T12:31:26.3475449Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-08-17T12:31:26.3494640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:31:26.3896184Z [gw3] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-08-17T12:31:26.4767609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-08-17T12:31:26.4781086Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-08-17T12:31:26.7070536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-08-17T12:31:26.7084518Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-08-17T12:31:26.9914852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-08-17T12:31:26.9926637Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-08-17T12:31:27.3060753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-08-17T12:31:27.3068191Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-08-17T12:31:27.6233838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-08-17T12:31:27.6245532Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-08-17T12:31:27.7825379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-08-17T12:31:27.7833511Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-08-17T12:31:28.1060205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-08-17T12:31:28.1067458Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-08-17T12:31:28.3915740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-08-17T12:31:28.3921892Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-08-17T12:31:28.4763037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-08-17T12:31:28.4778613Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-08-17T12:31:28.6727478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-08-17T12:31:28.6728254Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-08-17T12:31:28.9919439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-08-17T12:31:28.9926164Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-08-17T12:31:29.1366793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-08-17T12:31:29.1378087Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-08-17T12:31:29.4673007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-08-17T12:31:29.4688488Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-08-17T12:31:29.4708172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-08-17T12:31:29.5091617Z [gw3] [ 90%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-08-17T12:31:29.5110828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-08-17T12:31:29.5571543Z [gw3] [ 90%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-08-17T12:31:29.6711660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-08-17T12:31:29.6724560Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-08-17T12:31:30.0632073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-08-17T12:31:30.0641016Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-08-17T12:31:30.7925567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-08-17T12:31:30.7939287Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-08-17T12:31:30.7941244Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-08-17T12:31:30.7948265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-08-17T12:31:30.9580743Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-08-17T12:31:30.9589323Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-08-17T12:31:31.0810947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-08-17T12:31:31.0821541Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-08-17T12:31:31.2500269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-08-17T12:31:31.2507467Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-08-17T12:31:31.3019301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-08-17T12:31:31.3026472Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-08-17T12:31:31.3362423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-08-17T12:31:31.3372195Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-08-17T12:31:31.4982575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-08-17T12:31:31.4990013Z [gw2] [ 91%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-08-17T12:31:31.6019222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-08-17T12:31:31.6030816Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-08-17T12:31:31.6976068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-08-17T12:31:31.6987274Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-08-17T12:31:32.7097874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-08-17T12:31:32.7106558Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-08-17T12:31:33.4036464Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-08-17T12:31:33.4044483Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-08-17T12:31:34.4426793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-08-17T12:31:34.4439280Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-08-17T12:31:34.4946233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-08-17T12:31:34.4954247Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-08-17T12:31:34.7136815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-08-17T12:31:34.7141981Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-08-17T12:31:34.8442479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-08-17T12:31:34.8450802Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-08-17T12:31:35.3070410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-08-17T12:31:35.3078568Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-08-17T12:31:35.7467420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-08-17T12:31:35.7478224Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-08-17T12:31:35.8599482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-08-17T12:31:35.8607155Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-08-17T12:31:36.1737694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-08-17T12:31:36.1744427Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-08-17T12:31:36.2885888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-08-17T12:31:36.2893102Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-08-17T12:31:36.3928176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-08-17T12:31:36.3936460Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-08-17T12:31:36.4730723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-08-17T12:31:36.4742278Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-08-17T12:31:36.5061418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-08-17T12:31:36.5178389Z [gw0] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-08-17T12:31:36.5180908Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-08-17T12:31:36.5187097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-08-17T12:31:36.5401200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-08-17T12:31:36.5611784Z [gw0] [ 93%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-08-17T12:31:37.0256015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-08-17T12:31:37.0264438Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-08-17T12:31:37.2572115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-08-17T12:31:37.2581482Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-08-17T12:31:37.3617924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-08-17T12:31:37.3631668Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-08-17T12:31:37.3731588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-08-17T12:31:37.3740173Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-08-17T12:31:37.3955520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-08-17T12:31:37.4051795Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-08-17T12:31:37.5136509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-08-17T12:31:37.5150998Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-08-17T12:31:37.8233766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-08-17T12:31:37.8249383Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-08-17T12:31:38.8147900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-08-17T12:31:38.8158550Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-08-17T12:31:38.9612434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-08-17T12:31:38.9625975Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-08-17T12:31:39.0358184Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-08-17T12:31:39.0371684Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-08-17T12:31:39.2634972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-08-17T12:31:39.2642910Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-08-17T12:31:39.3438785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-08-17T12:31:39.3447508Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-08-17T12:31:40.0700626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-08-17T12:31:40.0709528Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-08-17T12:31:40.4361786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-08-17T12:31:40.4369720Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-08-17T12:31:40.8269462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-08-17T12:31:40.8279040Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-08-17T12:31:40.9077956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-08-17T12:31:40.9093720Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-08-17T12:31:41.4029001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-08-17T12:31:41.4044330Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-08-17T12:31:41.6252924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-08-17T12:31:41.6273846Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-08-17T12:31:41.7009158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-08-17T12:31:41.7024569Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-08-17T12:31:42.2272414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-08-17T12:31:42.2280701Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-08-17T12:31:42.8752744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-08-17T12:31:42.8765708Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-08-17T12:31:43.9138752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-08-17T12:31:43.9149407Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-08-17T12:31:44.2549984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-08-17T12:31:44.2567505Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-08-17T12:31:44.2903341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-08-17T12:31:44.2922719Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-08-17T12:31:45.0891684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-08-17T12:31:45.0902554Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-08-17T12:31:45.0984633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-08-17T12:31:45.1003436Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-08-17T12:31:45.2095605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-08-17T12:31:45.2111431Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-08-17T12:31:46.0427529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-08-17T12:31:46.0442286Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-08-17T12:31:46.1441614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-08-17T12:31:46.1454813Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-08-17T12:31:46.7598983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-08-17T12:31:46.7614007Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-08-17T12:31:47.1518240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-08-17T12:31:47.1526419Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-08-17T12:31:47.2141195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-08-17T12:31:47.2158758Z [gw0] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-08-17T12:31:47.5711358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-08-17T12:31:47.5728042Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-08-17T12:31:47.8997097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-08-17T12:31:47.9005750Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-08-17T12:31:48.6671567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-08-17T12:31:48.6680401Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-08-17T12:31:48.8069398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-08-17T12:31:48.8086298Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-08-17T12:31:48.8575673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-08-17T12:31:48.8591185Z [gw1] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-08-17T12:31:49.2110563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-08-17T12:31:49.2126925Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-08-17T12:31:49.3686437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-08-17T12:31:49.3699422Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-08-17T12:31:49.5381635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-08-17T12:31:49.5393263Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-08-17T12:31:49.8565740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-08-17T12:31:49.8581100Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-08-17T12:31:49.8649633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-08-17T12:31:49.8665439Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-08-17T12:31:49.9043853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-08-17T12:31:49.9092423Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-08-17T12:31:50.0347698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-08-17T12:31:50.0362919Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-08-17T12:31:50.1099041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-08-17T12:31:50.1114660Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-08-17T12:31:50.2012577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-08-17T12:31:50.2028055Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-08-17T12:31:50.4274508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-08-17T12:31:50.4287933Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-08-17T12:31:50.5992816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-08-17T12:31:50.6011031Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-08-17T12:31:50.6634232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-08-17T12:31:50.6645340Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-08-17T12:31:50.7135198Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-08-17T12:31:50.7151052Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-08-17T12:31:50.8746834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-08-17T12:31:50.8760254Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-08-17T12:31:50.9049230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-08-17T12:31:50.9065057Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-08-17T12:31:50.9079514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-08-17T12:31:50.9496557Z [gw0] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-08-17T12:31:50.9606776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-08-17T12:31:50.9621428Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-08-17T12:31:51.0510676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-08-17T12:31:51.0523621Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-08-17T12:31:51.0553677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-08-17T12:31:51.0924700Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-08-17T12:31:51.0936799Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-08-17T12:31:51.0973889Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-08-17T12:31:51.0997470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-08-17T12:31:51.3301184Z [gw3] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-08-17T12:31:51.3315391Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-08-17T12:31:51.4760391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-08-17T12:31:51.7510027Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-08-17T12:31:51.7521016Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-08-17T12:31:51.7580874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-08-17T12:32:17.5785783Z [gw0] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-08-17T12:32:17.5793666Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-08-17T12:32:38.8728090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-08-17T12:32:38.8735084Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-08-17T12:32:38.9128940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-08-17T12:32:38.9171398Z [gw2] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-08-17T12:32:40.4659383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-08-17T12:32:40.4667024Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-08-17T12:32:41.2256143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-08-17T12:32:42.6500755Z [gw2] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-08-17T12:32:42.6502641Z 2022-08-17T12:32:42.6504304Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-08-17T12:32:42.6509619Z ==== 749 passed, 98 skipped, 150 xfailed, 166 warnings in 386.43s (0:06:26) ==== 2022-08-17T12:32:42.6647707Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-08-17T12:32:43.0978168Z Running test_sparse ... [2022-08-17 12:32:43.097376] 2022-08-17T12:32:43.0979750Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:32:43.097459] 2022-08-17T12:32:45.1277435Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-08-17T12:32:45.1504663Z 2022-08-17T12:32:45.1504853Z Running tests... 2022-08-17T12:32:45.1507425Z ---------------------------------------------------------------------- 2022-08-17T12:32:45.2658765Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py:155: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T12:32:45.2660509Z if t.grad is not None: 2022-08-17T12:32:45.3134269Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T12:32:45.3135571Z r = func(*args, **kwargs) 2022-08-17T12:32:46.0452262Z ok (0.894s) 2022-08-17T12:32:46.1029917Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T12:32:46.1030754Z r = func(*args, **kwargs) 2022-08-17T12:32:47.0299219Z ok (0.985s) 2022-08-17T12:32:47.9631797Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.933s) 2022-08-17T12:32:47.9645474Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-08-17T12:32:47.9658898Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-08-17T12:32:48.0008085Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.035s) 2022-08-17T12:32:48.0351288Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-08-17T12:32:48.0900326Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.055s) 2022-08-17T12:32:48.1443782Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.054s) 2022-08-17T12:32:48.1918273Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.047s) 2022-08-17T12:32:48.2388966Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-08-17T12:32:49.6674510Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.428s) 2022-08-17T12:32:51.0596269Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (1.392s) 2022-08-17T12:32:51.1877066Z test_allow_tensor_metadata_change_cpu (__main__.TestSparseCPU) ... ok (0.128s) 2022-08-17T12:32:51.2277263Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.040s) 2022-08-17T12:32:52.2207042Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.993s) 2022-08-17T12:32:53.1101686Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.889s) 2022-08-17T12:32:53.8735277Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.763s) 2022-08-17T12:32:54.6374759Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.764s) 2022-08-17T12:32:55.4016567Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.764s) 2022-08-17T12:32:56.1641554Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.763s) 2022-08-17T12:32:56.9291595Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.765s) 2022-08-17T12:32:57.0144163Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-08-17T12:32:58.0913196Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.077s) 2022-08-17T12:32:59.1437039Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (1.052s) 2022-08-17T12:33:23.7915011Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (24.648s) 2022-08-17T12:33:43.8364474Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (20.045s) 2022-08-17T12:33:43.8377209Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:33:43.8393922Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-08-17T12:33:43.8401116Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-08-17T12:33:46.4951180Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.655s) 2022-08-17T12:33:49.2582291Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (2.763s) 2022-08-17T12:33:49.3652865Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.107s) 2022-08-17T12:33:49.4721774Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.107s) 2022-08-17T12:33:50.1575787Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.685s) 2022-08-17T12:33:50.8247659Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.667s) 2022-08-17T12:33:52.2387302Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (1.414s) 2022-08-17T12:33:53.5930875Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.354s) 2022-08-17T12:33:54.9064869Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (1.313s) 2022-08-17T12:33:54.9197463Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-08-17T12:33:55.5634221Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.643s) 2022-08-17T12:33:55.5783662Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:33:55.7747316Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.196s) 2022-08-17T12:33:55.9701648Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.195s) 2022-08-17T12:33:56.1678523Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.198s) 2022-08-17T12:33:56.3661017Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.198s) 2022-08-17T12:33:56.3756130Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-08-17T12:33:56.3842978Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-08-17T12:33:56.3928425Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-08-17T12:33:56.3942184Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:33:56.4218084Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.027s) 2022-08-17T12:33:57.0552328Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.633s) 2022-08-17T12:33:57.6676861Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.612s) 2022-08-17T12:33:59.0586715Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.391s) 2022-08-17T12:33:59.0658090Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.007s) 2022-08-17T12:33:59.1204132Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.054s) 2022-08-17T12:33:59.5278917Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.407s) 2022-08-17T12:33:59.8865838Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.359s) 2022-08-17T12:33:59.9435278Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.057s) 2022-08-17T12:34:00.3996048Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.456s) 2022-08-17T12:34:00.8674885Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.468s) 2022-08-17T12:34:01.3369548Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.469s) 2022-08-17T12:34:01.8003310Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.463s) 2022-08-17T12:34:02.2554426Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.455s) 2022-08-17T12:34:02.2677517Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.012s) 2022-08-17T12:34:02.2863232Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-08-17T12:34:02.3046668Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-08-17T12:34:02.3063439Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:34:02.3547467Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.048s) 2022-08-17T12:34:02.3730443Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-08-17T12:34:02.3914149Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-08-17T12:34:02.5505580Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.159s) 2022-08-17T12:34:02.7092081Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.159s) 2022-08-17T12:34:02.7473685Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.038s) 2022-08-17T12:34:02.7856122Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-08-17T12:34:02.8002858Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:34:02.8149221Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:34:02.8295642Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:34:02.8441376Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.014s) 2022-08-17T12:34:02.8587686Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:34:02.8734200Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-08-17T12:34:02.8988539Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.025s) 2022-08-17T12:34:04.4675248Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.569s) 2022-08-17T12:34:05.9703639Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (1.503s) 2022-08-17T12:34:07.3400097Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.370s) 2022-08-17T12:34:17.3023973Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (9.962s) 2022-08-17T12:34:26.8612640Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (9.559s) 2022-08-17T12:34:27.3474805Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.486s) 2022-08-17T12:34:27.8032020Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.456s) 2022-08-17T12:34:33.7625288Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (5.959s) 2022-08-17T12:34:39.5765622Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (5.814s) 2022-08-17T12:35:09.8222312Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (30.246s) 2022-08-17T12:35:39.9662379Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (30.144s) 2022-08-17T12:35:39.9674625Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-08-17T12:35:43.7622957Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (3.796s) 2022-08-17T12:35:43.7632192Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-08-17T12:35:48.1778691Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (4.416s) 2022-08-17T12:35:48.3125440Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.135s) 2022-08-17T12:35:48.3154900Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-08-17T12:35:48.3889795Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.073s) 2022-08-17T12:35:48.3911271Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-08-17T12:35:48.3952852Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-08-17T12:35:48.7079746Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.312s) 2022-08-17T12:35:49.0141076Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.306s) 2022-08-17T12:35:49.2402520Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.226s) 2022-08-17T12:35:49.4675864Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.227s) 2022-08-17T12:35:49.6951727Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.227s) 2022-08-17T12:35:49.9221278Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.227s) 2022-08-17T12:35:50.1489706Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.227s) 2022-08-17T12:35:53.0858227Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.937s) 2022-08-17T12:35:55.6268755Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.541s) 2022-08-17T12:35:57.8574459Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (2.230s) 2022-08-17T12:36:00.9219895Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (3.064s) 2022-08-17T12:36:03.9102856Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (2.988s) 2022-08-17T12:36:04.8159043Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.906s) 2022-08-17T12:36:05.7144741Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.898s) 2022-08-17T12:36:06.2294229Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.515s) 2022-08-17T12:36:06.7340604Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.505s) 2022-08-17T12:36:06.7346330Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-08-17T12:36:06.7356423Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:36:07.6851679Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.949s) 2022-08-17T12:36:08.6101488Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.925s) 2022-08-17T12:36:25.0445961Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (16.434s) 2022-08-17T12:36:34.5269830Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (9.482s) 2022-08-17T12:36:35.0548096Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.528s) 2022-08-17T12:36:36.6597769Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (1.605s) 2022-08-17T12:36:38.2626000Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (1.603s) 2022-08-17T12:36:38.3814962Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.119s) 2022-08-17T12:36:38.6310161Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.249s) 2022-08-17T12:36:38.8775639Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.246s) 2022-08-17T12:36:41.7958498Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.918s) 2022-08-17T12:36:44.4912200Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.695s) 2022-08-17T12:36:44.4933782Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:36:44.7960831Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.302s) 2022-08-17T12:36:45.0970420Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.301s) 2022-08-17T12:36:53.7083429Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (8.611s) 2022-08-17T12:37:01.9434820Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (8.235s) 2022-08-17T12:37:02.0179030Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.074s) 2022-08-17T12:37:02.0918874Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.074s) 2022-08-17T12:37:02.1662879Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.074s) 2022-08-17T12:37:02.2404322Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.074s) 2022-08-17T12:37:02.3150021Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.074s) 2022-08-17T12:37:02.4097852Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.095s) 2022-08-17T12:37:02.4950699Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-08-17T12:39:08.1348070Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (125.640s) 2022-08-17T12:39:08.1630864Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-08-17T12:39:17.4470193Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (9.284s) 2022-08-17T12:39:17.4710317Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.024s) 2022-08-17T12:39:17.4945615Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-08-17T12:39:17.5183220Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.024s) 2022-08-17T12:39:17.5416880Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-08-17T12:39:17.5429848Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:39:17.5442343Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:39:17.5460285Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-08-17T12:39:17.5477563Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-08-17T12:39:17.5495855Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-08-17T12:39:17.5690852Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-08-17T12:39:17.5884643Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-08-17T12:39:18.5647948Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.976s) 2022-08-17T12:39:19.5217153Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.957s) 2022-08-17T12:39:28.0742077Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (8.552s) 2022-08-17T12:39:29.0222933Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.948s) 2022-08-17T12:39:47.8206664Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (18.798s) 2022-08-17T12:40:07.0352597Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (19.214s) 2022-08-17T12:40:15.5915374Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (8.556s) 2022-08-17T12:40:34.0524274Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (18.461s) 2022-08-17T12:40:52.0831348Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (18.031s) 2022-08-17T12:41:07.5336769Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (15.450s) 2022-08-17T12:41:23.1153172Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (15.582s) 2022-08-17T12:41:38.1026322Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (14.987s) 2022-08-17T12:41:53.5233217Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (15.421s) 2022-08-17T12:42:08.9453320Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (15.422s) 2022-08-17T12:42:12.6162004Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (3.671s) 2022-08-17T12:42:16.1899034Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (3.574s) 2022-08-17T12:42:21.2410416Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (5.051s) 2022-08-17T12:42:26.1315571Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (4.890s) 2022-08-17T12:42:26.1351862Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-08-17T12:42:26.1352770Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.004s) 2022-08-17T12:42:26.1390093Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-08-17T12:42:26.1392137Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.004s) 2022-08-17T12:42:26.1426731Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-08-17T12:42:26.1427522Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.004s) 2022-08-17T12:42:26.1463753Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-08-17T12:42:26.1464488Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.004s) 2022-08-17T12:42:27.7550713Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.608s) 2022-08-17T12:42:28.4079205Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.653s) 2022-08-17T12:42:29.7963650Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T12:42:29.7965131Z r = func(*args, **kwargs) 2022-08-17T12:42:30.6871289Z ok (2.279s) 2022-08-17T12:42:33.3205522Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.633s) 2022-08-17T12:42:35.9833540Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (2.663s) 2022-08-17T12:42:37.4694907Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (1.486s) 2022-08-17T12:42:38.9448720Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (1.475s) 2022-08-17T12:42:41.2418510Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (2.297s) 2022-08-17T12:42:43.5341285Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (2.292s) 2022-08-17T12:42:45.8093905Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (2.275s) 2022-08-17T12:42:48.0989972Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (2.290s) 2022-08-17T12:42:50.3881586Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (2.289s) 2022-08-17T12:42:50.3911491Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... skip: fallback triggers cuda device error (0.003s) 2022-08-17T12:42:50.3955841Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-08-17T12:42:53.0854926Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.690s) 2022-08-17T12:42:55.4865650Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.401s) 2022-08-17T12:42:55.4876161Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:42:55.4996328Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-08-17T12:42:55.5113982Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-08-17T12:42:56.0984065Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.587s) 2022-08-17T12:42:56.6689315Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.570s) 2022-08-17T12:42:57.2541432Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.585s) 2022-08-17T12:42:57.8410228Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.587s) 2022-08-17T12:42:58.4241170Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.583s) 2022-08-17T12:42:59.1371306Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.713s) 2022-08-17T12:42:59.9834980Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.846s) 2022-08-17T12:43:00.3927148Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.409s) 2022-08-17T12:43:07.6360062Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (7.243s) 2022-08-17T12:43:14.8630410Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (7.227s) 2022-08-17T12:43:22.1234277Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (7.260s) 2022-08-17T12:43:29.3815542Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (7.258s) 2022-08-17T12:43:36.5708354Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (7.189s) 2022-08-17T12:43:43.4945226Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (6.924s) 2022-08-17T12:43:45.1456729Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.651s) 2022-08-17T12:43:46.7796099Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (1.634s) 2022-08-17T12:43:48.9848260Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.205s) 2022-08-17T12:43:51.1344117Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (2.150s) 2022-08-17T12:44:06.3223223Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (15.188s) 2022-08-17T12:44:20.7895266Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (14.467s) 2022-08-17T12:44:35.9089527Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (15.119s) 2022-08-17T12:44:50.6762104Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (14.767s) 2022-08-17T12:44:50.6772685Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.7045989Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-08-17T12:44:50.7055217Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.7322067Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-08-17T12:44:50.7333200Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.7597762Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:50.7608004Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.7871653Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:50.7881187Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.8079203Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:50.8089715Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.8290814Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:50.8300168Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.8501611Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:50.8510875Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.8711356Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:50.8720806Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.8920740Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:50.8930675Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.9198453Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-08-17T12:44:50.9208625Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.9471927Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:50.9481646Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:50.9742892Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:50.9753217Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.0014741Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:51.0024933Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.0220992Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:51.0231014Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.0426550Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.0436662Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.0630274Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.0640314Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.0839200Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:51.0848647Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.1046793Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:51.1056403Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.1249872Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.1259861Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.1469179Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-08-17T12:44:51.1479734Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.1683881Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-08-17T12:44:51.1693262Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.1960147Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-08-17T12:44:51.1969701Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.2230682Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-08-17T12:44:51.2240638Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.2434909Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.2445178Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.2638902Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.2648537Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.2840498Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.2850647Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.3046461Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.3054224Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.3249480Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-08-17T12:44:51.3258841Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.3552802Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-08-17T12:44:51.3562098Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.3786422Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-08-17T12:44:51.3796515Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.4033220Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-08-17T12:44:51.4042657Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.4276410Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-08-17T12:44:51.4286017Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.4577087Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-08-17T12:44:51.4587463Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.4885845Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-08-17T12:44:51.4895355Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.5188725Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-08-17T12:44:51.5197984Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.5428183Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-08-17T12:44:51.5437459Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.5664198Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-08-17T12:44:51.5674284Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.5900668Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-08-17T12:44:51.5910344Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.6137325Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-08-17T12:44:51.6146630Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-08-17T12:44:51.6371674Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-08-17T12:44:51.6406290Z test_basic (__main__.TestSparseMeta) ... ok (0.003s) 2022-08-17T12:44:51.6416707Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-08-17T12:44:51.6428168Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-08-17T12:44:51.6453002Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6476608Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6499125Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6520626Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6583168Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.6645439Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.6707155Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.6769465Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.6829749Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.6853736Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6877521Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6899170Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6920506Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.6981054Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7041858Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7101791Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7161265Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7220988Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7244202Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7266828Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7289553Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7311351Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7372823Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7433661Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7494160Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7554772Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7615521Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7640013Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7663065Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7684608Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7706470Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.7766742Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7826867Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7886785Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.7946555Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8006339Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8026464Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8048170Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8061093Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8073165Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8085597Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8097681Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8110082Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8122871Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8135743Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8149169Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8161881Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.8171184Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8179573Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8188268Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8196716Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8205763Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8214211Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8222732Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8231649Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8240348Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-08-17T12:44:51.8262832Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8284779Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8346127Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8408871Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8469732Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8531138Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8592452Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8614160Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8634962Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8696173Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8757901Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8818615Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8878696Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8939098Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.8960198Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8981541Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.8994304Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9006589Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9018107Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9029891Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9042328Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9054396Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9066413Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9078399Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9090784Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9103072Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9115718Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9128862Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9141550Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9154238Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9166497Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9178395Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9190276Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9202308Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9214816Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9226456Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9238505Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9250598Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9262633Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9274661Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9286873Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9298781Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9310775Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9322828Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9334823Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9346884Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9358876Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9371013Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:51.9393378Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9415295Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9476690Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.9537955Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.9598344Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.9658964Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.9719294Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:51.9739011Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9759421Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9777597Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9796204Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9813962Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9831816Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9849802Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9871238Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9893947Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9915030Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9936160Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9954960Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9973651Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:51.9991437Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0009818Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0028442Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0050304Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0071591Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0094804Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0117479Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0139557Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0161328Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0180529Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0198647Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0216554Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0234825Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0253377Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0273949Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0295765Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0315416Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0333188Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0351215Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0369364Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0387421Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0399735Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0411656Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0423739Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0436033Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0448018Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0459841Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0472419Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.0495127Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0517602Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0541176Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0562832Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0624593Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.0685451Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.0745851Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.0808824Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.0869881Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.0892952Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0915898Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0937078Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.0958096Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1020547Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1081893Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1143078Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1204203Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1265388Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1287667Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1310067Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1333747Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1354653Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1416032Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1477136Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1538724Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1599999Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1662605Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1685989Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1708559Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1730653Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1751972Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.1814393Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1876925Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1937732Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.1999269Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2060842Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2083674Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2128897Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2129493Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2150911Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2211551Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2272579Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2333867Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2394488Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2456096Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-08-17T12:44:52.2478789Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2501056Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2522902Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2544746Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2566035Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2586002Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2605567Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2624884Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2644523Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2664289Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2681852Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2704177Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2726651Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2747033Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2767835Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2786663Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2806825Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2825637Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2844706Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2864735Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2887277Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2908740Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2929533Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2949625Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2969430Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.2988548Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3008199Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3027399Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3047438Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3069767Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3092254Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3112959Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3134209Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3152897Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3172480Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3190948Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3209531Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3227370Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3246804Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3266751Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3278418Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3290213Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3300790Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3311505Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3322316Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3333602Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3344133Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3354644Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3365695Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3386995Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3408644Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3429536Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3449023Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3466577Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3483369Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3500501Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3517377Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3535063Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3556067Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3577135Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3597096Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3616521Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3635943Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3655634Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3674845Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3694303Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3714107Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3733700Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3752693Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3772161Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3791103Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3810839Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3830947Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3851781Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.3863305Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3874101Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3885259Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3895865Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3906852Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3918088Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3929284Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3940298Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3951693Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3963455Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3975080Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3986432Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.3997188Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4008308Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4019477Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4030013Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4040463Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4051074Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-08-17T12:44:52.4069973Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4089062Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4106054Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4123102Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4139924Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4156880Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4174305Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4193693Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4212347Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4230652Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4247687Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4264533Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4281610Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4298444Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4318747Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4339202Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4358957Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4378558Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4398617Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4418169Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4437958Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4456480Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4474265Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4491239Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4507762Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4524507Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4541060Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4557783Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4578886Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4599852Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4620426Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4639879Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4657834Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4674457Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4691604Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4708471Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4725487Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4744709Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4764886Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4785831Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4807640Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4827272Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4848081Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4865807Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4882765Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4899704Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4916466Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4934148Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4953575Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4973793Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.4991331Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5008757Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5025317Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5042159Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5059375Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5078460Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5098082Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5115431Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5133227Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5150733Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5167481Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5184181Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5206188Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5227958Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5249421Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5269484Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5289473Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5308964Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5328872Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5348302Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5368644Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5390372Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5413671Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5433787Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5453995Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5473178Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5492701Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5511965Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5532038Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5551265Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5572861Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5593302Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5613523Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5633173Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5653404Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5673875Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5692404Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5711340Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5730082Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5751572Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5774160Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5795039Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5816049Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5835245Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5854819Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5873372Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5893020Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5912365Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5934396Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5955813Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5975480Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.5995972Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6014947Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6033253Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6052028Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6070364Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6089311Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6109467Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6129919Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6149656Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6169563Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6188157Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6206847Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6224169Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6241617Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6259481Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6276970Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6293547Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6313277Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6334069Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6351892Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6370699Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6386886Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6405511Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6422736Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6439888Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6456605Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6477277Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6496818Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6515976Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6537013Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6554726Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6572411Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6590035Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6608333Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6626102Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6646076Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6665286Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6683435Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6701532Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6718579Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6736103Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6753036Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6770321Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6786742Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6806127Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6824386Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6842649Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6859861Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6875766Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6891841Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6906706Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.6922567Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.6937430Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.6952016Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.6966896Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.6985248Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7004445Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7022055Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7040039Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7055993Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7071290Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7086078Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7101171Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7115841Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7134283Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7152104Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7170467Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7188828Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7206420Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7223834Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7241201Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7258991Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7276674Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7294535Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7311422Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7329132Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7346396Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7363636Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7381788Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7400049Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7420058Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7438239Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7455896Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7473412Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7489124Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7504559Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7519592Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7535113Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7550361Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7568852Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7586738Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7604163Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7621089Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7636337Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7651608Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7666748Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7681638Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7696692Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7713462Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7730666Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7746262Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7762098Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7777546Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7792797Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7808687Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7825796Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7842951Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7858355Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7873614Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7889064Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7904474Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7919881Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.7937844Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7955545Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7973369Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.7990889Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8008909Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8026527Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8044525Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8060796Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8076872Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8092118Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8106993Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8121845Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8136956Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8151554Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8170300Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8189224Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8207443Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8225653Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8241997Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8257215Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8271834Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8287250Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8302354Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8319757Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8337776Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8356706Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8376782Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8394897Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8413050Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8428846Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8443917Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8460038Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8475701Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8491580Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8509449Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8528390Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8544533Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8560089Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8575791Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8591579Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8607380Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8624971Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8642455Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8658105Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8673904Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:52.8689840Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8705614Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8721233Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8741209Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8761600Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8780757Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8799675Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8817126Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8834976Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8852886Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8870625Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8888641Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8907581Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8927377Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8945543Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8963687Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8980909Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.8998276Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9015750Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9033028Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9050767Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9070731Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9090454Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9108633Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9128629Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9145443Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9162541Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9179944Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9196677Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9214398Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9234079Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9254906Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9273965Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9293286Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9312203Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9329717Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9347324Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9364740Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9385042Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9404819Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9424497Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9443155Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9461664Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9478632Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9496490Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9514437Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9531680Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9548631Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9567146Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9585294Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:52.9593363Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9601041Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9608757Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9617069Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9624589Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9633211Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9640714Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9649087Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:52.9693221Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:52.9871527Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-08-17T12:44:52.9953339Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-08-17T12:44:53.0041373Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T12:44:53.0082006Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0089894Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0098010Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0139263Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0151380Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0163570Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0175098Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0186422Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0197843Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0209548Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0216930Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0224821Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0312250Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-08-17T12:44:53.0354250Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0395383Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0403854Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0412139Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0453111Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0465235Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-08-17T12:44:53.0473342Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0481410Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0489302Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0497023Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0504858Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0512700Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0520499Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0529034Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0536782Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0544992Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-08-17T12:44:53.0588155Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-08-17T12:44:53.0603854Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:53.0618791Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0633562Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0648455Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0663078Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0677601Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0692535Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0707175Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0722052Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0737476Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0751831Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0766464Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0781015Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0795517Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0810228Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0824791Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0839269Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0854221Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0868727Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0883318Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0898488Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0912908Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0927826Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0942540Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0957834Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0972548Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.0987227Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1001877Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1016574Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1031059Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1046154Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1060927Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1075416Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1090704Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1105690Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1120569Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1135135Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1149636Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1164694Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1179269Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1193790Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1208196Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1222150Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1236148Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1250338Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1264307Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1278316Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1293100Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1307888Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1322223Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1336880Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1350697Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1365155Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1378903Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1393297Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1407802Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1423023Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1438255Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1453569Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1469356Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-08-17T12:44:53.1483900Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1498577Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1513078Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1527854Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1542249Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1557063Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1571753Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1586460Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1601472Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1616510Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1631896Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1646414Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1661264Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1675678Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1690403Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1704713Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1718946Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1733354Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1747633Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1761980Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1776294Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1790641Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1805364Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1819029Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1832980Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1847218Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1861240Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1875286Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1889611Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1903699Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1917867Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1932138Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1946418Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1960627Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1974903Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.1989025Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2003443Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2017659Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2031845Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2046238Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2060383Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2074457Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2088983Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2103119Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2117736Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2132620Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2147214Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2161949Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2177076Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2191154Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2206174Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2219860Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2233991Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2248548Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2262959Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2276932Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2291272Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2305548Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2320338Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2335580Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2350138Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2364862Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2378841Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2392994Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2407432Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2421928Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2435992Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2450569Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2464714Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2479160Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2493755Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2508145Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2522597Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2536713Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2550641Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2564768Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2578655Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2592634Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2607230Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2621434Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2635333Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2649466Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2663353Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2677273Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2691359Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2705071Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2719363Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2733219Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2746852Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2760698Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2774495Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2788296Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2802862Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2817169Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2831402Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2845784Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2859946Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2874214Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2888698Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2903001Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2917035Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2931468Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2945895Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2960118Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2974361Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.2988687Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3002873Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3017207Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3031384Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3045908Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3060161Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3074539Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3088908Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3102947Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3117079Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3132070Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3146288Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3160623Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3174969Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3189195Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3203659Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3217996Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3232163Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3246741Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3260933Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3275081Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3289590Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3303783Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3318018Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3332531Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3346663Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3360868Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3375297Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3390107Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3404714Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3419128Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3433663Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3448350Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3462630Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3476616Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3490457Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3504503Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3518886Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3533179Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3547439Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3561850Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3576298Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3590586Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3604562Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3617653Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3630828Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3644133Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3657290Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3670467Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3683773Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3697036Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3710272Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3724118Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3737461Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3751315Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3765768Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3780108Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3794539Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3809780Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3823760Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3838342Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3852087Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3865228Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3878506Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3891767Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3904940Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3918216Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3931704Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3944882Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3958092Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3971525Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3984489Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.3997799Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4011496Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4024360Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4037304Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4050063Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4062570Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4075098Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4087819Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4100359Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4113625Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4127075Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4140004Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4152864Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4165685Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4178172Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4190634Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4203283Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4215922Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4229854Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4244219Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4258438Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4272740Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4287159Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4301323Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4315565Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4329398Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4343059Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4357220Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4371017Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4384105Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4397306Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4411443Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4424935Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4438001Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4451567Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4464874Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4477967Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4491414Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4504226Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4517106Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4530296Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4543225Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4556202Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4569492Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4582507Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4595521Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4608736Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4621618Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4634532Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4647849Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4660719Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4673670Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4687007Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4699922Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4712811Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4726143Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4739193Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4752206Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4765465Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4778577Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4791603Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4805256Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4818152Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4831135Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4844416Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4857280Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4871403Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4885900Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4900150Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4914482Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4929087Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4943225Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4957404Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4971305Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4984466Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.4997249Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5010262Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5022794Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5035580Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5048586Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5061913Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5075265Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5088819Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5101971Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5114797Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5127865Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5140494Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5153211Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5166215Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5179379Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5192584Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5206099Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5220044Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5232650Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5246227Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5258856Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5271616Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5284512Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5297872Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5310524Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5323798Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5336998Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5349666Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5362661Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5375397Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5388160Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5400956Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5414212Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5427220Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5440236Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5453349Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5466430Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5479405Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5492532Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5505827Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5519284Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5533357Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5547535Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5561875Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5576328Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5590547Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5605069Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5619210Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5633316Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5646837Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5660101Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5673129Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5686539Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5699681Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5713166Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5726557Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5739538Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5753068Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5767333Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5780757Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5794700Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5809565Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5823743Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5837898Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5852451Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5866710Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5880444Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5894064Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5908086Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5922389Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5936743Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5950944Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5965609Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5979665Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.5993895Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6008146Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6021480Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6035306Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6049752Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6063887Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6078130Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6092593Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6106808Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6121144Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6135555Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6150094Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-08-17T12:44:53.6150427Z 2022-08-17T12:44:53.6150748Z ---------------------------------------------------------------------- 2022-08-17T12:44:53.6152147Z Ran 1299 tests in 728.465s 2022-08-17T12:44:53.6152302Z 2022-08-17T12:44:53.6153837Z OK (skipped=140) 2022-08-17T12:44:53.6153999Z 2022-08-17T12:44:53.6154089Z Generating XML reports... 2022-08-17T12:44:53.6347872Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220817123245.xml 2022-08-17T12:44:53.6387503Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220817123245.xml 2022-08-17T12:44:53.6389910Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220817123245.xml 2022-08-17T12:44:53.8941819Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220817123245.xml 2022-08-17T12:44:53.8946054Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220817123245.xml 2022-08-17T12:44:54.5910864Z Running test_schema_check ... [2022-08-17 12:44:54.590650] 2022-08-17T12:44:54.5911381Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:44:54.590734] 2022-08-17T12:44:56.7346765Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-08-17T12:44:56.7575627Z 2022-08-17T12:44:56.7575769Z Running tests... 2022-08-17T12:44:56.7576380Z ---------------------------------------------------------------------- 2022-08-17T12:44:56.7793763Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.022s) 2022-08-17T12:44:56.7815264Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.7835799Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.7850831Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.001s) 2022-08-17T12:44:56.7860093Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-08-17T12:44:56.7905109Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2022-08-17T12:44:56.7923912Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.7948339Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.7959242Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-08-17T12:44:56.7980654Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8072563Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-08-17T12:44:56.8097563Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8115234Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8132100Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8187918Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.006s) 2022-08-17T12:44:56.8239130Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-08-17T12:44:56.8267583Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-08-17T12:44:56.8283310Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8404892Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-08-17T12:44:56.8508394Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.010s) 2022-08-17T12:44:56.8530623Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8553084Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8571324Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:44:56.8574432Z r = func(*args, **kwargs) 2022-08-17T12:44:56.8574726Z ok (0.002s) 2022-08-17T12:44:56.8594136Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8616352Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8635397Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8655986Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8670726Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-08-17T12:44:56.8685969Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-08-17T12:44:56.8702214Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8759986Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-08-17T12:44:56.8815482Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.005s) 2022-08-17T12:44:56.8837622Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-08-17T12:44:56.8858479Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8874906Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8900986Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:44:56.8911340Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.8935672Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8952687Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8968219Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8984274Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:44:56.8998665Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9013137Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9027277Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9041533Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9055828Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9219781Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:56.9380364Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:56.9544057Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:56.9554117Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:56.9718705Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:56.9883728Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:57.0048350Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:57.0212940Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:44:57.0399145Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:44:57.0587223Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:44:57.0776123Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:44:57.0962509Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:44:57.1150143Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:44:57.1397462Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:44:57.1622869Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:44:57.1880360Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:44:57.1889928Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:44:57.2141708Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:44:57.2354844Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:44:57.2567304Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:44:57.2797910Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:44:57.2997308Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:44:57.3205338Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:44:57.3412704Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:44:57.3617377Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:44:57.3822642Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:44:57.3893245Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:57.3944191Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4028288Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.4112982Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.4183397Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:57.4250929Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:57.4316976Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:57.4370772Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4429036Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:57.4482503Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4535519Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4588183Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4635534Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4688519Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4737737Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4786872Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4835674Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4885320Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:57.4973695Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:57.5050102Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.5160028Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:44:57.5270824Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:44:57.5358940Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:57.5449192Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:57.5538501Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:57.5614669Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.5692734Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.5770507Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.5847567Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.5924814Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:57.6874014Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-08-17T12:44:57.7822748Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-08-17T12:44:57.8765312Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-08-17T12:44:57.9672672Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-08-17T12:44:58.0579376Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-08-17T12:44:58.1454217Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-08-17T12:44:58.2339701Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-08-17T12:44:58.3222878Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-08-17T12:44:58.4095016Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-08-17T12:44:58.4974351Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-08-17T12:44:58.5040689Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:58.5104619Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5170780Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:58.5234957Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5296555Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5344617Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5425783Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:58.5506995Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:44:58.5569352Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5633008Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5696731Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:58.5746017Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5796780Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5845436Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5894177Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5943216Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.5991388Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6040193Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6089118Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6138033Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6186488Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6235174Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:58.6250329Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:850: 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-08-17T12:44:58.6251025Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T12:44:58.6999274Z ok (0.076s) 2022-08-17T12:44:58.7783715Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-08-17T12:44:58.8574970Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-08-17T12:44:58.9446620Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-08-17T12:44:59.0256971Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-08-17T12:44:59.1012972Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-08-17T12:44:59.1756027Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:44:59.2497774Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:44:59.3236573Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:44:59.3975581Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:44:59.4716927Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:44:59.4789422Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:59.4877375Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:59.4964785Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:44:59.5032359Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:59.5106312Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:59.5174628Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:44:59.5229898Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5285038Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5339784Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5398478Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:44:59.5452697Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5500871Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5549815Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5599542Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5649407Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5698143Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.5747415Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:44:59.7442840Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-08-17T12:44:59.9122297Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-08-17T12:45:00.0797118Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-08-17T12:45:00.2447249Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-08-17T12:45:00.3923739Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:00.5404765Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:00.6902615Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-08-17T12:45:00.8380982Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:00.9858522Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:01.1536650Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-08-17T12:45:01.3214327Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-08-17T12:45:01.4887592Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-08-17T12:45:01.6545622Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-08-17T12:45:01.8023879Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:01.9507887Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:02.0987139Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:02.2466157Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:02.3945307Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:02.4944066Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:02.5948041Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:02.6952547Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:02.7940344Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:45:02.8788882Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:02.9635080Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.0260670Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-08-17T12:45:03.1107838Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.1956039Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.2955871Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:03.3955302Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:03.4955524Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:45:03.5948744Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:45:03.6804732Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.7657245Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.8283863Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-08-17T12:45:03.9133316Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:03.9981224Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-08-17T12:45:04.0170063Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.0379029Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:45:04.0585250Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:45:04.0781796Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:45:04.0973535Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.1161824Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.1349603Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.1536593Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.1721968Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:45:04.1906465Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:45:04.2090715Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:45:04.2293710Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:45:04.2495608Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:45:04.2687075Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.2876833Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.3064047Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.3253007Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.3438401Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.3626068Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.3813373Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:45:04.4030618Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:45:04.4246428Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:45:04.4461679Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:45:04.4744907Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:45:04.5037632Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:45:04.5327481Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:45:04.7072865Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-08-17T12:45:04.8856654Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-08-17T12:45:05.0609878Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-08-17T12:45:05.2547958Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-08-17T12:45:05.4486290Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-08-17T12:45:05.6430522Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-08-17T12:45:05.8369972Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-08-17T12:45:06.0312156Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-08-17T12:45:06.8677237Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.836s) 2022-08-17T12:45:07.5811985Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.713s) 2022-08-17T12:45:08.2993511Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.718s) 2022-08-17T12:45:09.0175150Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.718s) 2022-08-17T12:45:09.8528130Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.835s) 2022-08-17T12:45:10.6870724Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.834s) 2022-08-17T12:45:11.5213974Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.834s) 2022-08-17T12:45:12.2334342Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.712s) 2022-08-17T12:45:12.9446831Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.711s) 2022-08-17T12:45:13.6566095Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.712s) 2022-08-17T12:45:14.3674564Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.711s) 2022-08-17T12:45:15.0802889Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.713s) 2022-08-17T12:45:15.1015902Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:45:15.1236332Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:45:15.1454603Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:45:16.0316718Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.886s) 2022-08-17T12:45:16.9203889Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.889s) 2022-08-17T12:45:17.8075095Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.887s) 2022-08-17T12:45:18.6828735Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.875s) 2022-08-17T12:45:19.1188650Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.436s) 2022-08-17T12:45:19.5605537Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-08-17T12:45:20.0029755Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-08-17T12:45:20.4401163Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.436s) 2022-08-17T12:45:20.8827286Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-08-17T12:45:21.3225041Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-08-17T12:45:21.5058643Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:45:21.6523357Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-08-17T12:45:21.8006524Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:45:21.9582901Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-08-17T12:45:22.1238930Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-08-17T12:45:22.2972835Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-08-17T12:45:22.4801323Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:45:22.6175012Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-08-17T12:45:22.8009875Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:45:22.9749172Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-08-17T12:45:22.9964260Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:45:23.0184941Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:45:23.0420453Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:45:23.0664862Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:45:23.0927396Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:45:23.1178052Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:45:28.6531386Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.535s) 2022-08-17T12:45:28.6536131Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:45:28.6541514Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:45:34.1373492Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.483s) 2022-08-17T12:45:39.6187407Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.481s) 2022-08-17T12:45:44.2669758Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.648s) 2022-08-17T12:45:48.9543880Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.687s) 2022-08-17T12:45:53.5737771Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.619s) 2022-08-17T12:45:58.2082068Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.634s) 2022-08-17T12:46:02.8574516Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.649s) 2022-08-17T12:46:03.0304317Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-08-17T12:46:03.1829116Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-08-17T12:46:03.3386877Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:46:03.4944224Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:46:03.6690118Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-08-17T12:46:03.8430692Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-08-17T12:46:04.0146530Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-08-17T12:46:04.1676030Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-08-17T12:46:04.3196435Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-08-17T12:46:04.4712922Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-08-17T12:46:04.6243419Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-08-17T12:46:04.7764456Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-08-17T12:46:10.2139948Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.437s) 2022-08-17T12:46:10.2144962Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:46:10.2149731Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:15.6410258Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.426s) 2022-08-17T12:46:21.0655459Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.424s) 2022-08-17T12:46:26.4740299Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.408s) 2022-08-17T12:46:31.0345458Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.560s) 2022-08-17T12:46:35.6192316Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.585s) 2022-08-17T12:46:40.2568407Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.638s) 2022-08-17T12:46:44.9201085Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.663s) 2022-08-17T12:46:49.5626027Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.640s) 2022-08-17T12:46:49.5627708Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5641749Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5651293Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5666222Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5680625Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5694588Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5709013Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5722752Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5736475Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5750234Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5763742Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5776789Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.5799578Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5818881Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5842060Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5865241Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5887570Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5909951Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5930790Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5950494Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5970456Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.5990291Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6010124Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6031789Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6050008Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6073078Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6096261Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6116834Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6137253Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6155434Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6173974Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6192002Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6210647Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6228675Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:49.6307357Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.6369709Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.6471968Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:49.6481969Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:49.6583134Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:49.6662611Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.6743576Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.6823307Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.6886502Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.6950234Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.7013413Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.7076025Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.7139450Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.7202332Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:49.7366822Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:49.7531030Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:49.7599692Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:49.7667342Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:49.7718107Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:49.7771274Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:49.7825255Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:49.7875924Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:49.7929939Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:49.8038235Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:46:49.8180707Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:49.8319584Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:49.8427756Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:46:49.8532790Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:49.8640763Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:46:49.8783338Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:49.8923091Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:49.9032262Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:46:49.9138633Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:49.9223002Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.9308163Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.9391884Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.9476215Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.9561313Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:49.9595554Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9601045Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:49.9605810Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:49.9641779Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9676814Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9704677Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9732079Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9759057Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9785955Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9814383Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9847876Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9852571Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:49.9857511Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:49.9892956Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9928490Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9955533Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:49.9982947Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.0013410Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.0040791Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.0067820Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.0129016Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.0207584Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:50.0283829Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:50.0350231Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:50.0415551Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.0464126Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0511219Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0558295Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0604984Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0651386Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0705940Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0739626Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.0793742Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0848183Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0902522Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.0956540Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.1009713Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.1043614Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.1077410Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.1110804Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.1145246Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.1179294Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:50.1238236Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1294092Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.1320244Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T12:46:50.1320810Z r = func(*args, **kwargs) 2022-08-17T12:46:50.1357604Z ok (0.006s) 2022-08-17T12:46:50.1421653Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1481050Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1540634Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1598607Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1654515Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1710268Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1765765Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.1822001Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:50.1877124Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:50.2035080Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:50.2228864Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:50.2426009Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:46:50.2586025Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:50.2745052Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:50.2903793Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:50.3461858Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.4013063Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:50.4567681Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:50.5126825Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.5687730Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.6252229Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.6814669Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.7374815Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.7937720Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.8500951Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:50.9069406Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-08-17T12:46:50.9630273Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:51.0185608Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.0740916Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.1290000Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.1835874Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-08-17T12:46:51.2382174Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.2931063Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.3484670Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:46:51.4043538Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:46:51.4082246Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:46:51.4083575Z r = func(*args, **kwargs) 2022-08-17T12:46:51.4083869Z ok (0.004s) 2022-08-17T12:46:51.4121249Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:51.4162807Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:51.4196978Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:51.4232094Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:51.4267024Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:51.4301374Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:51.4336664Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:51.4350587Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4365151Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4381742Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:51.4397883Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:51.4412942Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4427661Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4442712Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4456655Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4470553Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4485300Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4499176Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4512865Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:51.4573707Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4629269Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:51.4693454Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4757685Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4818411Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4878246Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4937237Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.4993811Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.5050363Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.5107442Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.5165807Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.5222111Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:51.6225328Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-08-17T12:46:51.7297343Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-08-17T12:46:51.8290016Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:46:51.9281358Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:46:52.0271818Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:46:52.1260040Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-08-17T12:46:52.2245840Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-08-17T12:46:52.3197253Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-08-17T12:46:52.4153198Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-08-17T12:46:52.4221628Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:52.4288397Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:52.4353888Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:52.4419188Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4481634Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4543997Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4606345Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4668404Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4730807Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4796693Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4862252Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:52.4928552Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.4991801Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5053731Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5115543Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5178579Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5240433Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5302927Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.5445773Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.5582337Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.5729246Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:52.5872785Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6024338Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:52.6163884Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6306143Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6444695Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6583398Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6722120Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:52.6763653Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.6801324Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.6848750Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.6895668Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.6937059Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.6978676Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7019798Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7056948Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7094080Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7131087Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7167216Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7203665Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7263230Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.7305913Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7357659Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7367175Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.7418947Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7466150Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7513801Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7560723Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7603588Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7645990Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7688837Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7731250Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7774257Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.7828956Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7875385Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.7935088Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.7944297Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8004594Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.8057721Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8109944Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8161542Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8207766Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8254025Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8299990Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8346328Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8393522Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8409748Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8424131Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8441250Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.8457897Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.8473108Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8488202Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8502010Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8515958Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8529973Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8543622Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8557529Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8572979Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8586947Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8604710Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.8621845Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.8636563Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8652188Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8666027Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8680028Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8694195Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8708501Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8722590Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.8788728Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.8839278Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.8904722Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.8969162Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.9020798Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.9072867Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.9125139Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.9181943Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:52.9233908Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:52.9248828Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9262773Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9279907Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9296275Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9310953Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9326179Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9339504Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9352945Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9366660Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9380371Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9394292Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9410086Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9423377Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9440216Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9456361Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9470800Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9485443Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9498902Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9512264Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9525689Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9539020Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9552245Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9582848Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:52.9604950Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9642964Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.9651850Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:52.9693144Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.9722651Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:52.9752719Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:52.9782967Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:52.9806230Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9827979Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9850369Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9872343Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9894680Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:52.9933965Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:52.9963497Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0008274Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0016472Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.0060754Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0096291Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0133125Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0169949Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0201187Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0231627Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0260745Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0289755Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0318602Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.0366943Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.0407606Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0466060Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.0474944Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.0537770Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.0586235Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.0635467Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.0684315Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.0725974Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0771438Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0813732Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0855003Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0896477Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.0955875Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.0960871Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:53.0966492Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:46:53.1031373Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.1095521Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.1146455Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.1196639Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.1247022Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.1298596Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.1350038Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.1415111Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:53.1449839Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.1483576Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.1632006Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:53.2050587Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.2481508Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:53.2492980Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.2921541Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:53.3349057Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:53.3774162Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.4196505Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.4613617Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.5030013Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.5454529Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.5883766Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:53.6314922Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:53.6394377Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:53.6469791Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:53.6544984Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:53.6620175Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:53.6695090Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:53.6746625Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.6797920Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.6849286Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.6901069Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.6951652Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7002244Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7052497Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7102816Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7152139Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7201181Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7250543Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7268780Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7287532Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7305569Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7323686Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7341842Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7359887Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.7408822Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7456668Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7505783Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7554455Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7603110Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7652102Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7701178Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7750250Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7799142Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7848025Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7896604Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7944385Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.7992637Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.8042010Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.8091346Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.8139664Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.8188201Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:53.8227680Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.8257764Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8303402Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.8311919Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.8390549Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:53.8428060Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.8466222Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.8502553Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:53.8533601Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8563773Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8594262Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8624800Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8655108Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:53.8671798Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8690951Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8710631Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8728422Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8745447Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8760967Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.8776352Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.8791502Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.8807584Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:53.8822894Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:53.9246808Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:53.9394439Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:53.9833047Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:46:53.9844294Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:54.0278733Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:54.0712644Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:54.1139310Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:54.1558531Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.1972264Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:54.2385468Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:54.2803312Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.3222721Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.3646564Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.3658268Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:54.3694151Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3723770Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3759573Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3795443Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:54.3828237Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3860798Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3892930Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3921867Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3950997Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.3980337Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.4009633Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.4038459Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:54.4231399Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.4420012Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.4619881Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:46:54.4817857Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:46:54.5011639Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.5206388Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.5401066Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.5594224Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.5786320Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.5978489Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.6169729Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.6361481Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:46:54.6517775Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:46:54.6672612Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:54.6826373Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:54.6978567Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:46:54.7101380Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:46:54.7225305Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:46:54.7354340Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:46:54.7478641Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:46:54.7609111Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:46:54.8033181Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.8455269Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:54.8885838Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:54.9313188Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:54.9735464Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.0158779Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.0583700Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.1004569Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.1422685Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.1839467Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.2256081Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.2401328Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:55.2826786Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.3248008Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.3671157Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.4094578Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.4514322Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.4937173Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.5359450Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.5785797Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:55.6213472Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:55.6637840Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:55.7065277Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:55.7492664Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:55.7553817Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:55.7602585Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:55.7675381Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:55.7685610Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:55.7754698Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:55.7813165Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:55.7870709Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:55.7927572Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:55.7974991Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:55.8022134Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:55.8069136Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:55.8116456Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:55.8163724Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:56.0336856Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-08-17T12:46:56.2490526Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-08-17T12:46:56.2507323Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:56.2523100Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:56.2538204Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:56.2555571Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T12:46:56.2556711Z r = func(*args, **kwargs) 2022-08-17T12:46:56.3063417Z ok (0.052s) 2022-08-17T12:46:56.3582879Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:46:56.4118062Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.4129550Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:56.4666184Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.5196235Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.5732394Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-08-17T12:46:56.6268164Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.6801472Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.7326086Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:46:56.7850091Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:46:56.8370237Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:46:56.8902936Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-08-17T12:46:56.9330172Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:56.9752599Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:57.0182671Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:57.0192315Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:57.0620245Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:46:57.1038231Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:57.1454348Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:46:57.1869439Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:57.2279996Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:57.2693292Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:57.3104986Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:57.3246886Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:46:57.3659379Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:46:57.3689083Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T12:46:57.3689996Z L = torch.cholesky(A) 2022-08-17T12:46:57.3690330Z should be replaced with 2022-08-17T12:46:57.3690662Z L = torch.linalg.cholesky(A) 2022-08-17T12:46:57.3690949Z and 2022-08-17T12:46:57.3691241Z U = torch.cholesky(A, upper=True) 2022-08-17T12:46:57.3691782Z should be replaced with 2022-08-17T12:46:57.3692113Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T12:46:57.3694458Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1816.) 2022-08-17T12:46:57.3695217Z r = func(*args, **kwargs) 2022-08-17T12:46:57.3740710Z ok (0.008s) 2022-08-17T12:46:57.3820791Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:46:57.3891036Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.3959607Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.4030770Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.4099723Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.4164990Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.4227905Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.4337911Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:46:57.4443655Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:57.4538288Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:46:57.4634085Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:46:57.4663847Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4690366Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4725325Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4734842Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:57.4768875Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4798595Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4827933Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4859922Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4886510Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4912115Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4938596Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4965411Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.4991717Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5020057Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5050498Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5081348Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5109721Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5137920Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5166301Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5193107Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5221590Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.5284330Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.5333513Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5395842Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.5460941Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.5526006Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.5576941Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5627488Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5676872Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5726958Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5777206Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5843408Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.5892033Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.5955249Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.6021104Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:46:57.6085154Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:46:57.6140244Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.6191468Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.6242233Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.6292019Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.6342936Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:46:57.6362382Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6380168Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6402698Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6412732Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:57.6434940Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6454546Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6475039Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6495838Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6514223Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6532280Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6548840Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6566766Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6584434Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:46:57.6625587Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6661220Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6705189Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6714095Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:46:57.6758351Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6797714Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6836759Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6874895Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:46:57.6910038Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.6945338Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.6980766Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.7016017Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:57.7051472Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:46:58.0225792Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:46:58.3394962Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:46:58.6583890Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-08-17T12:46:58.9789791Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-08-17T12:46:59.2959148Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:46:59.6122468Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-08-17T12:46:59.9290369Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:47:00.2461810Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:47:00.5616338Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-08-17T12:47:00.8796410Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-08-17T12:47:01.1965492Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-08-17T12:47:01.5121796Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-08-17T12:47:01.5187034Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:01.5252509Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.5316640Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.5330585Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5341655Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5366087Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:01.5375060Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5398531Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:01.5411539Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5424255Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5436944Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5447880Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5458396Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5469124Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5479466Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5490185Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5501028Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5510778Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5527465Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:01.5536975Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5552105Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5563837Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5574999Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5586797Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5597486Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5607573Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5617397Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5626994Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5637151Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.5955234Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:01.6229300Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:01.6609030Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-08-17T12:47:01.6989108Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-08-17T12:47:01.7305653Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:01.7628586Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:01.7950505Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:01.8222739Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:01.8499702Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:01.8775583Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:01.9050475Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:01.9326626Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:01.9339757Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9350786Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9365537Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9374548Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9388203Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9400713Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9412936Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9425752Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9436636Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9447107Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9457278Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9467413Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9477591Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:01.9539825Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.9588605Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:01.9650752Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.9714283Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.9776917Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:01.9825666Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:01.9875281Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:01.9924332Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:01.9973355Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:02.0022532Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:02.0518755Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.0523885Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:02.0529196Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:02.1026334Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-08-17T12:47:02.1517899Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.2013598Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.2509016Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.3003631Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.3499459Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.3994950Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:47:02.4019112Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4038567Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4062345Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4085660Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4107655Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4130821Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4150669Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4170819Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4190668Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4210521Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4230403Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4251352Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4270149Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4293418Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4316462Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4338260Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4359498Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4378905Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4397894Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4417200Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4436228Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4455700Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:02.4628463Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.4795273Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.4971518Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.5147776Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:02.5320554Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.5494745Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.5668075Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.5839380Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.6010172Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.6180033Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.6350477Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.6520161Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:02.9356583Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.283s) 2022-08-17T12:47:02.9361494Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:02.9366664Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:03.2219843Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.285s) 2022-08-17T12:47:03.5047421Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.283s) 2022-08-17T12:47:03.7932921Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-08-17T12:47:04.0798933Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-08-17T12:47:04.3660937Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-08-17T12:47:04.6534486Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-08-17T12:47:04.9401543Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-08-17T12:47:04.9431103Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:04.9465882Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:04.9499234Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:04.9526486Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:04.9552739Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:04.9575776Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9598465Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9621460Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9644570Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9667322Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9691036Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9710438Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9732752Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9755342Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9775577Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9795485Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9815279Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9834746Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9854071Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9876381Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9896129Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9917370Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9940733Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9959939Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9979437Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:04.9998703Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0018237Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0037307Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0099387Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.0176154Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.0256974Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.0318457Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.0384717Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:05.0438242Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.0498037Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.0553142Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.0606482Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.0659603Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.0687314Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:05.0721364Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:05.0756964Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.0786243Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:05.0815309Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:05.0839448Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0864605Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0889299Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0913199Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.0937686Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.1218377Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.1519556Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:05.1825818Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:05.2112059Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.2388570Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.2666835Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.2944423Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.3222376Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.3501563Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.3778803Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:05.3802295Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3822217Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3844934Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3865438Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3886068Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3904088Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3922305Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3940657Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3958736Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.3976964Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:05.4037416Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4095500Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4170031Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:05.4238032Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:05.4298683Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4359818Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4423286Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4481193Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4539883Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4597363Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4655215Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:05.4748592Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.4822592Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:05.4927995Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.4937747Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:05.5044915Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:05.5133928Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.5226730Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.5315923Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.5392434Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.5468341Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.5543731Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:05.5619450Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.5695755Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.5745831Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.5790387Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.5843680Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.5896450Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.5944988Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.5991887Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:05.6036944Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.6081749Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.6127218Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.6172003Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.6216948Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:05.6308228Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.6385267Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.6494475Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:05.6503365Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:05.6609738Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:05.6701413Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.6792222Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.6883780Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:05.6961220Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.7038890Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.7116426Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.7193839Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.7271714Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:05.7390793Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:05.7486622Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.7607186Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:05.7728803Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:05.7851083Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:05.7948635Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.8046347Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.8144028Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.8242241Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:05.8340574Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:06.1010140Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-08-17T12:47:06.3570529Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.256s) 2022-08-17T12:47:06.6653354Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-08-17T12:47:06.9596462Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.294s) 2022-08-17T12:47:07.2397457Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.280s) 2022-08-17T12:47:07.5083721Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-08-17T12:47:07.7702831Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-08-17T12:47:08.0349635Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-08-17T12:47:08.3011244Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-08-17T12:47:08.5649822Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-08-17T12:47:08.8277323Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-08-17T12:47:09.0988279Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-08-17T12:47:09.1016792Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:09.1040849Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1065133Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1085742Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1103840Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1122101Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1140679Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1158414Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1176631Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:09.1495885Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:09.1936576Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:47:09.2358072Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:09.2680435Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:09.3007243Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:47:09.3338868Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:47:09.3417638Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:09.3493607Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:09.3571380Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:09.3648071Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:09.3710095Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.3772821Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.3833991Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.3895703Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.3956910Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4025597Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4081687Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4173217Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:09.4261640Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:09.4330959Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4401687Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4471687Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4528904Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4586426Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4643661Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4700730Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4757664Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.4831179Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4905544Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.4981893Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:09.5057149Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:09.5118802Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.5181241Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.5243381Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.5304845Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.5365591Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:09.5380735Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5386219Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:09.5390931Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:09.5406294Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5421806Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5435798Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5449292Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5462464Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5475712Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5489249Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.5913405Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:09.6335586Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:09.6766386Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:09.6777010Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:09.7202119Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:09.7617702Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:09.8033469Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:09.8180371Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:09.8596902Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:09.9009441Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:09.9423105Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:09.9839645Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:10.0256327Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:10.0297773Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0335392Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0381003Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0390686Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:10.0435387Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0474731Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0512905Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0554298Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0591401Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0629642Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0667693Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0705414Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0741647Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:10.0794162Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.0841375Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.0899581Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:10.0909218Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:10.0966383Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:10.1017864Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1069323Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1119150Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1166845Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1213707Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1260754Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1308123Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1355306Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:10.1377780Z test_schema_correctness_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T12:47:10.1378585Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T12:47:10.1378885Z L, _ = torch.eig(A) 2022-08-17T12:47:10.1379153Z should be replaced with 2022-08-17T12:47:10.1379551Z L_complex = torch.linalg.eigvals(A) 2022-08-17T12:47:10.1379731Z and 2022-08-17T12:47:10.1379913Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T12:47:10.1380118Z should be replaced with 2022-08-17T12:47:10.1380449Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T12:47:10.1380779Z r = func(*args, **kwargs) 2022-08-17T12:47:10.1380954Z ok (0.002s) 2022-08-17T12:47:10.1399234Z test_schema_correctness_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:10.1453271Z test_schema_correctness_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:10.1453711Z test_schema_correctness_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:10.1778384Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.2135780Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:47:10.2495520Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:47:10.2837024Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.3168821Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:47:10.3506735Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.3844856Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.4183622Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.4523224Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.4862578Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:47:10.5175063Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.5491460Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.5808363Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.5818567Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:10.6131505Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.6444359Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.6757666Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.7088548Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:47:10.7406544Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.7723311Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.8039979Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.8355093Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.8672383Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:10.8977709Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:10.9274700Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:10.9585333Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:10.9595431Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:10.9905596Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:11.0210018Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.0515260Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.0820071Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.1119270Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.1418271Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.1715820Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.2012211Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.2308981Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:11.2380123Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:11.2434139Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.2523756Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:11.2534884Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.2622124Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:11.2689828Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:11.2759534Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:11.2827947Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:11.2882024Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.2935905Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.2989610Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3042853Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3096333Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3149023Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3191059Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3253789Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:11.3316535Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:11.3368206Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3421870Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3472176Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:11.3514773Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3557286Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3599822Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3642352Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3685520Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:11.3700590Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3715136Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3730380Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3745292Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3759132Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3773159Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3786813Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3800917Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3814734Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.3837824Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3857902Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3880088Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3902897Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3923406Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3943510Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3963187Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.3983607Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4003693Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4018389Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4031500Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4046716Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4061345Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4075213Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4089319Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4102945Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4116664Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4130500Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.4152059Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4170259Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4190634Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4211497Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4231568Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4250198Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4268146Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4286587Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4304611Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4323041Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4343776Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4362889Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4387049Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4411281Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4432961Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4455498Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4475341Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4494867Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4514026Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4533886Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4553813Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.4728306Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.4897553Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.5077510Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.5258642Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.5436056Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.5613494Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.5791362Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.5963575Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.6137274Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.6309709Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.6483222Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.6658906Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.6841993Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.7013273Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.7195472Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.7381495Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.7559054Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.7737214Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.7915620Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:11.8087460Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.8257462Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.8427702Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.8597262Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.8767367Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:11.8783237Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.8798303Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8814110Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:11.8828712Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8842217Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8855691Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8869093Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8882401Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8895814Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:11.8999354Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9078363Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:11.9154722Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:11.9259846Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9365855Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9463359Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9563258Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9662606Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9761396Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9859297Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:11.9961178Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0033485Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.0105990Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.0172405Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.0238410Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.0335973Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0435848Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0534416Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0632984Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0729587Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.0852148Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.0943450Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:12.1035421Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:12.1166160Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:12.1297227Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:12.1418018Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.1541490Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.1662473Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.1784401Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.1906125Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.1949748Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.1987902Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2039852Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:12.2049890Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:12.2098112Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:12.2141476Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2184010Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2226499Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2265332Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2303648Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2342329Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2380570Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2418433Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.2423723Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2429220Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2433744Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2438924Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2444154Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2449280Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2454273Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2459133Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2464952Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:12.2470842Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:12.2612514Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.2618679Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:12.2624510Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.2773429Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:12.2926321Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:12.3065902Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.3207248Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.3346983Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.3489539Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.3628677Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.3634879Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:12.3639941Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3645729Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3650148Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3655406Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3659842Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3664873Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3669666Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3674302Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3679095Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:12.3777901Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.3855411Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:12.3932008Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:12.4036657Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4142329Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4240432Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4341647Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4445440Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4545465Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4643807Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:12.4760998Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.4833805Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.4905417Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:12.4991963Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:12.5077257Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:12.5194343Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.5317138Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.5433780Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.5555937Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.5672914Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.5796273Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.5889501Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:12.5981286Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:12.6111712Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:12.6244120Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:12.6368545Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.6494907Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:12.6619996Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.6743598Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.6867667Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.6916389Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:12.6955736Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7009469Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:12.7019257Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:12.7068783Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:12.7112348Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7155758Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7199413Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7238149Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7276848Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7315022Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7353233Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7391990Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:12.7534157Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.7652100Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.7765139Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.7909201Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.8051829Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.8196944Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.8336888Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.8478765Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:12.8594144Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.8679937Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:12.8765145Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:12.8880830Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.8998238Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.9113358Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.9229152Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.9343423Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:12.9501124Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:12.9622601Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.9744506Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:12.9900438Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:13.0061025Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:13.0215484Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:13.0372984Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:13.0529613Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:13.0627330Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.0703933Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:13.0783518Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:13.0889061Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.0993931Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1090545Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1189933Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1288609Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1386389Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1483912Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1583673Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.1656663Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:13.1732567Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:13.1839429Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:13.1946061Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:13.2042293Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.2141744Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.2242358Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.2338971Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.2434317Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.2555320Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.2647021Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.2737183Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.2864841Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:13.2994328Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:13.3114527Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.3237617Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.3359540Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.3482450Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.3604201Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.3703841Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.3774274Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:13.3844982Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:13.3939759Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.4036698Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4134017Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4227731Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.4321669Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.4421543Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4486414Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:13.4550837Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:13.4648768Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4747271Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4845858Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.4941193Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.5042220Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:13.5160914Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.5250010Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:13.5333748Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:13.5455759Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.5583619Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:13.5706577Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.5827280Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.5948789Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:13.5985316Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6014511Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6049807Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6058932Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:13.6093242Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6125030Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6156387Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6187592Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6217035Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6248971Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6277696Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6306883Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6335907Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6373532Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6405538Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6449664Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6459019Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:13.6502816Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6539637Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6575781Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6613234Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:13.6646588Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6679129Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6712132Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6744860Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.6777016Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:13.7023896Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.7266705Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.7531193Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:13.7790937Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:13.8036147Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.8284321Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:47:13.8531361Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:47:13.8771801Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.9009703Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.9245279Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:13.9482246Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.9718827Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:13.9739822Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9759174Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9782646Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9805948Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9825508Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9846542Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9867277Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9885406Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9904036Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9922929Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9940963Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9959516Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9979514Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:13.9997045Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0020135Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0043023Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0062747Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0083237Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0104139Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0123114Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0142165Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0161148Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0180143Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0199013Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.0616029Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:14.1029296Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.1452635Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:14.1461985Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:14.1882112Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:14.2298044Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.2442464Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.2858992Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.3271087Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.3686564Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.4102611Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:14.4517656Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.4932099Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:14.5087680Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:14.5226458Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.5313375Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:14.5492913Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:14.5647918Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:14.5804584Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:14.5870739Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.6013322Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.6155250Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.6297459Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.6438298Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.6579894Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:14.6595074Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:14.6610622Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:14.6625863Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:14.6699783Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.6771334Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.6845428Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.6917481Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.6976062Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7034476Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7092271Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7149697Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7207390Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7269753Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7318640Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7381508Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7445765Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7508660Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7558272Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7608004Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7656748Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7705580Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7754653Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7816778Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7863417Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.7925686Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.7989286Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8052493Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8101516Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.8151286Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.8200993Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.8249155Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.8298116Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:14.8370747Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.8441916Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.8514627Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.8586573Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:14.8643907Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8701973Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8758105Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8815450Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8871558Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:14.8892520Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.8912961Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.8933726Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.8953758Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.8975478Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.8996168Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.9017458Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.9038347Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:14.9350375Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:14.9654959Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:14.9975235Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:15.0297843Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:15.0613855Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:47:15.0926391Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:15.1237987Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:15.1543608Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:15.1847486Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:15.2151308Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:15.2456291Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:15.2760747Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:15.2804996Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.2842591Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.2889248Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.2935134Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.2975297Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3016130Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3055373Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3091843Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3128272Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3164854Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3201540Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3237771Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:15.3287817Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3337429Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3388037Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3437726Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3487188Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3548970Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:15.3596175Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3658294Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:15.3721985Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:15.3784193Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:15.3833050Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3882077Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3929419Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.3978075Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.4026621Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:15.4288939Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:15.4552089Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:15.4778950Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:15.5003154Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:15.6585406Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-08-17T12:47:15.8263526Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-08-17T12:47:15.9925340Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-08-17T12:47:16.1492015Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-08-17T12:47:16.3053591Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:47:16.4554077Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-08-17T12:47:16.6114722Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:47:16.7678539Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:47:16.9239660Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:47:17.0796756Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-08-17T12:47:17.0862401Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:17.0912994Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.0977331Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.1042831Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.1107824Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.1158767Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.1210512Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.1260777Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.1311619Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.1361829Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.1789394Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:17.2214658Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.2651584Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:47:17.3086556Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:17.3238719Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:17.3671485Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:17.4097228Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.4513683Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.4930833Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.5349934Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.5768920Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.6191286Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:17.6257750Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:17.6307584Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.6371439Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.6436873Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.6500643Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:17.6550523Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.6601072Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.6650886Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.6699709Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.6749397Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:17.7209221Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:47:17.7679581Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:17.8156191Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:47:17.9357505Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-08-17T12:47:18.0531135Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-08-17T12:47:18.1911501Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-08-17T12:47:18.3268420Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-08-17T12:47:18.3313616Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:18.3351791Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3397417Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3408214Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.3452790Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3492674Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3531547Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3573694Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3611105Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3648484Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3685775Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3722029Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3758847Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.3786143Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.3808858Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.3839700Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.3849925Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.3880303Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.3906382Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.3933061Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.3958525Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.3981316Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4004248Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4026949Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4049904Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4072836Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4137488Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4202528Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4266617Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4285295Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4301000Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4317183Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4333840Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.4349067Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4364643Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4380000Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4395228Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4411008Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.4473853Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4537367Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4601532Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4670080Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.4733012Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4796343Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4862400Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.4927464Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.4962057Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.4971295Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.5005089Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.5085323Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:18.5149901Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:18.5245727Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:18.5255808Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.5350165Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:18.5429609Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:18.5508773Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:18.5587487Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:18.5655448Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.5720580Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.5786814Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.5853707Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.5920692Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:18.5953676Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.5981169Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6018528Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6055805Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6087953Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6119299Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6150775Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6178293Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6205637Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6232498Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6260042Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6287947Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6320900Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6346692Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6382867Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6418863Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6450018Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6480926Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6511444Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6538650Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6565044Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6590989Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6617485Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6643710Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.6689390Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6728453Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6781650Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:18.6791368Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.6841979Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:18.6886230Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6930088Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.6973586Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7012784Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7051605Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7090391Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7128895Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7167657Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:18.7187582Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-08-17T12:47:18.7188646Z r = func(*args, **kwargs) 2022-08-17T12:47:18.7447240Z ok (0.028s) 2022-08-17T12:47:18.7727959Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:18.8019302Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:47:18.8307710Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:47:18.8547082Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:18.8781350Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:18.9018120Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:18.9254858Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:18.9494043Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:18.9525787Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9550376Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.9580195Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9589544Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:18.9619038Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9646015Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9672653Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9699412Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:18.9723826Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.9747324Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.9770764Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.9794374Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:18.9818019Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:19.0286014Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.0761483Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.1239202Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:47:19.1711434Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.2184280Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.2651219Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.3119617Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.3589931Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.4060718Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.4528386Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:47:19.4951808Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.5373191Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.5808776Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:19.6245431Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:47:19.6671364Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:19.7098330Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:19.7527495Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:19.7951468Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.8099532Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:47:19.8523909Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.8945489Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.9362186Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:19.9430686Z test_schema_correctness_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:19.9497958Z test_schema_correctness_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:19.9556423Z test_schema_correctness_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:19.9613777Z test_schema_correctness_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:20.0291480Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.1042741Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-08-17T12:47:20.1779277Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:47:20.2505507Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-08-17T12:47:20.3182360Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.3864771Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.4522818Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-08-17T12:47:20.5206544Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.5892854Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-08-17T12:47:20.6580304Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-08-17T12:47:20.7265015Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.7945974Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-08-17T12:47:20.7995051Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:20.8396346Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:20.8523204Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:20.8534063Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:20.8655971Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:20.8703141Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:20.8749264Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:20.8794046Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:20.9190367Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:47:20.9590309Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:20.9992078Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.0391393Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.0794385Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.0822740Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:21.0846949Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0867534Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0888359Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0908878Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0929485Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0949875Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.0964355Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.0977007Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.0993334Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.1003312Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1018819Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1033372Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1047956Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1062687Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1076355Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1089963Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1103457Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1116687Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1130317Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1144236Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1156654Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1172557Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.1188510Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:21.1202787Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1216691Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1231069Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1244625Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1257970Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1271227Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1284825Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1298169Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1312400Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1325321Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1339686Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1353777Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1368865Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1382362Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1396097Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1409991Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1423395Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1436933Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1451694Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1464436Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1478804Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1493071Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1507742Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1521575Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1535191Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1548748Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1562515Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1576185Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.1977632Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.2373873Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.2419346Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:21.2429217Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:21.2471751Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:21.2871665Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.3272526Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.3669639Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.4065265Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:47:21.4460025Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:47:21.4855400Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:47:21.5249282Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:47:21.5649928Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:47:21.8273294Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-08-17T12:47:22.0871626Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-08-17T12:47:22.1156055Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-08-17T12:47:22.1157336Z r = func(*args, **kwargs) 2022-08-17T12:47:22.3409314Z ok (0.254s) 2022-08-17T12:47:22.5947502Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-08-17T12:47:22.5958623Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.5968668Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.5978144Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.5987478Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.5996714Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6006508Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6016348Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6026174Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6035926Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6045985Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6055776Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6065755Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6075844Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6085934Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6095734Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6105596Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6115661Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6125681Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6135651Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6145501Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6155268Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6165586Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6175601Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6185214Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6195443Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6205441Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6215082Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6225054Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6234782Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6244705Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6254332Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6263323Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6272380Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6281629Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6290983Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6300182Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6309294Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6318455Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6327820Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6337057Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6346173Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6355347Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6364779Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6374141Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6382587Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6391665Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6401091Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6410201Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6419475Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6428423Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6437546Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6447067Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6456384Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6465835Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6474885Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6483630Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6492549Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6501597Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6510546Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6519480Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:47:22.6551930Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6581249Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6617809Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:22.6651992Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6682617Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6713190Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6746622Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6774939Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6804450Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6832703Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6862342Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6891611Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:22.6952359Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.7012527Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.7074640Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.7126614Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7178935Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7230282Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7281973Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7333465Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7384069Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7434996Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7484691Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7534135Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7584022Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.7675120Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.7750791Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.7860685Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:22.7969810Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:22.8057050Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.8148202Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.8237242Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.8314359Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.8392614Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.8469534Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.8546390Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.8623331Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:22.8685185Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.8732891Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.8794848Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.8859059Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.8921480Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:22.8970347Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.9019048Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.9067654Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.9116531Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.9165463Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:22.9350752Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:22.9527777Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:22.9621306Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.9714817Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:22.9739285Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9759865Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9782508Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9806388Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9826638Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9846379Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9865750Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9885447Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:22.9904824Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.0039476Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:23.0176315Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:23.0300839Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:23.0424870Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:23.0508650Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.0597341Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:23.0675637Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.0751601Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.0834757Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.0919431Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.0996361Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.1071563Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.1099746Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:23.1137385Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:23.1170254Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:23.1197252Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:23.1224132Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:23.1247032Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.1270179Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.1293353Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.1315990Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.1339052Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:23.1418410Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.1500128Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.1568915Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.1636764Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.1937324Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:47:23.2167195Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:23.2247010Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.2320522Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.2386240Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:23.2448823Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:23.2529986Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.2609566Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:23.2685359Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.2755238Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:23.6787207Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.403s) 2022-08-17T12:47:24.0836454Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.405s) 2022-08-17T12:47:24.6112476Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.527s) 2022-08-17T12:47:25.1337748Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.523s) 2022-08-17T12:47:25.1420796Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:25.1500148Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:25.1570743Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.1640556Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.1707735Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.1775018Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.1830901Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:25.1884463Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:25.1981259Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.2077169Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.2166110Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:25.2252747Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:25.2326993Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.2400365Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.2464390Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:25.2526813Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:25.2593613Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:25.2655822Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:25.2698539Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:25.2740735Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:25.2783102Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:25.2826225Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:25.2856487Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:25.2885766Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:25.3072389Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:47:25.3258648Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:25.3372381Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:25.3485741Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:25.3896138Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:25.4309801Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:25.4684704Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-08-17T12:47:25.5047687Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:47:25.5465126Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:25.5884806Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:25.6257693Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-08-17T12:47:25.6622526Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:47:25.6741663Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:25.6859589Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:25.6957919Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.7058098Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.7278413Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:25.7491341Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:25.7686885Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:47:25.7879722Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:47:25.7995995Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:25.8111683Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:25.8215582Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.8313763Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:25.9111325Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-08-17T12:47:25.9913543Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-08-17T12:47:26.0649937Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:47:26.1375514Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-08-17T12:47:26.1796206Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:26.2727940Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-08-17T12:47:26.3663894Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-08-17T12:47:26.4084710Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:26.4959369Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-08-17T12:47:26.5818270Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-08-17T12:47:26.7028019Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-08-17T12:47:26.8237232Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-08-17T12:47:26.9406022Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-08-17T12:47:27.0553041Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-08-17T12:47:27.4083419Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.353s) 2022-08-17T12:47:27.7670832Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-08-17T12:47:28.1233427Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-08-17T12:47:28.4774515Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.354s) 2022-08-17T12:47:28.8349530Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.357s) 2022-08-17T12:47:29.1900556Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-08-17T12:47:29.5437967Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.354s) 2022-08-17T12:47:29.9002272Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-08-17T12:47:29.9102565Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:29.9223146Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:29.9342910Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:29.9446213Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:29.9547380Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:29.9632157Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:29.9715564Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:29.9811078Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:29.9895394Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:29.9980082Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:30.0126153Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:30.0290249Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:30.0454566Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:47:30.0598002Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:30.0741493Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:30.0882889Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:30.0999567Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:30.1117836Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:30.1237417Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:30.1354634Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:30.1471965Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:47:30.1586900Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:47:30.4320259Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-08-17T12:47:30.7078385Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-08-17T12:47:30.9818426Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-08-17T12:47:31.2551699Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-08-17T12:47:31.2637120Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:47:31.2722964Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:31.2800669Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:31.2874610Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:31.2885014Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:47:31.2894923Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:47:31.2904830Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:47:31.2913682Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:47:31.3193442Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:31.3477232Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:31.3725489Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:47:31.3969388Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:31.4052883Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:31.4135505Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:31.4207628Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:31.4279750Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:31.4546340Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:31.4809061Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:31.5040179Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:31.5271369Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:31.5479893Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:31.5686605Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:31.5863453Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:47:31.6036601Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:47:31.7357890Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-08-17T12:47:31.8695375Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-08-17T12:47:31.9810167Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-08-17T12:47:32.0900457Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-08-17T12:47:32.2736749Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-08-17T12:47:32.4594113Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-08-17T12:47:32.6227911Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-08-17T12:47:32.7834796Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-08-17T12:47:32.8094641Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:32.8349904Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:47:32.8572755Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:32.8789205Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:32.8857783Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:32.8921528Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:32.8978463Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:32.9036402Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:32.9502001Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:47:32.9965931Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:47:33.0413940Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:47:33.0864618Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:47:33.1122378Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:47:33.1375803Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:47:33.1617247Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:33.1847991Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.2076012Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.2303194Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.2530404Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.2757329Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.2984937Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:47:33.3409377Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:33.3449831Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:47:33.3450608Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:33.3847152Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:47:33.4264344Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:33.6091926Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:33.7947781Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-08-17T12:47:33.9808120Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-08-17T12:47:34.1639915Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:34.3471482Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:34.5281679Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-08-17T12:47:34.7126895Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-08-17T12:47:34.8965824Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-08-17T12:47:35.0796539Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:35.2627824Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:35.4457909Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:35.6294839Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-08-17T12:47:35.8130660Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:35.9969800Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-08-17T12:47:36.1801432Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:36.3632774Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-08-17T12:47:36.5113907Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-08-17T12:47:36.5138712Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5159458Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5182776Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5206068Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5227698Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5250337Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5270158Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5289917Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5309632Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5329553Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5349761Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5363644Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5377116Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5391829Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5406789Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5420124Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5433813Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5447579Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5461084Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5474662Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.5497771Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5517658Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5541361Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5564910Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5586663Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5609579Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5630182Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5650792Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5670740Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5690689Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5710618Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5733279Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5753004Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5776579Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5800254Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5822622Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5845369Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5865305Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5885148Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5904936Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5924713Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5944575Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:36.5983673Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:36.6021222Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:36.6058992Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:36.6664789Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:36.7266459Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:36.7874508Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:47:36.7884744Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:36.8489585Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:36.9087697Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:36.9685555Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:36.9725512Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:37.0317005Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:47:37.0910660Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:47:37.1507282Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:37.2119014Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:47:37.2723015Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:47:37.2741662Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2758368Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2774951Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2790632Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2806571Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2822520Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.2857530Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.2891228Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.2926638Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.3065340Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:37.3203668Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:37.4013578Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-08-17T12:47:37.4808326Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-08-17T12:47:37.4875917Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:37.4926305Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5007899Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.5090457Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.5153011Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.5217194Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.5280681Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.5331301Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5380898Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5430670Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5478869Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5528481Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5549890Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5568703Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5592325Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5616128Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5637050Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5658199Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5679148Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5699439Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5717955Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5737115Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5756236Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5775159Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.5838569Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.5887182Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.5969354Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.6050978Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.6112872Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6177341Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6240956Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6292879Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6342384Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6393090Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6442520Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6491926Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6554791Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6603061Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.6684233Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.6765570Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:37.6827933Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6891897Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.6954748Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:37.7004544Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.7055019Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.7103799Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.7153000Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.7202167Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:37.7230865Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.7256091Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.7284375Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.7312569Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.7338210Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.7363528Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.7389112Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:37.7414967Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:37.7440428Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:39.3380771Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.594s) 2022-08-17T12:47:40.9308762Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.593s) 2022-08-17T12:47:42.5227941Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.592s) 2022-08-17T12:47:44.1162043Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.593s) 2022-08-17T12:47:45.7121758Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.596s) 2022-08-17T12:47:47.2067178Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.494s) 2022-08-17T12:47:48.7003212Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.494s) 2022-08-17T12:47:50.2015892Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.501s) 2022-08-17T12:47:50.8018595Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.600s) 2022-08-17T12:47:51.2819933Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.480s) 2022-08-17T12:47:51.2863072Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.2902512Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3006244Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:51.3106241Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:47:51.3144327Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3182221Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3220355Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3258373Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3296312Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:51.3713260Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.4127199Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:47:51.4552140Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.4561552Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:51.4982298Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.5405887Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.5830179Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.6254916Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.6672727Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.7091419Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.7235523Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:51.7656397Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.8074350Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:47:51.8138818Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:51.8186651Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8249707Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:51.8313552Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:51.8377302Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:51.8427209Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8476819Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8525995Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8575041Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8624166Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:51.8645264Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1658: 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-08-17T12:47:51.8645773Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T12:47:51.8647795Z should be replaced with 2022-08-17T12:47:51.8648123Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T12:47:51.8648391Z and 2022-08-17T12:47:51.8648593Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T12:47:51.8648831Z should be replaced with 2022-08-17T12:47:51.8650991Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T12:47:51.8651701Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T12:47:51.8939991Z ok (0.031s) 2022-08-17T12:47:51.9253162Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:47:51.9526487Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:51.9796711Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:47:51.9822505Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-08-17T12:47:51.9823763Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T12:47:51.9824179Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T12:47:51.9824498Z should be replaced with 2022-08-17T12:47:51.9825069Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2268.) 2022-08-17T12:47:51.9825603Z r = func(*args, **kwargs) 2022-08-17T12:47:52.0124899Z ok (0.033s) 2022-08-17T12:47:52.0453055Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:47:52.0734424Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:52.1011360Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:47:52.1155752Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:52.1301154Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:47:52.1428328Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:52.1554341Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:47:52.1591252Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.1623450Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.1689214Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.1699424Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:52.1763031Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.1801381Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.1839081Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.1878013Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.1909970Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.1943991Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.1976252Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2009516Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2043540Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2080970Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.2113325Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2159729Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.2170123Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:52.2214230Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.2253337Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.2291004Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.2333499Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.2366875Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2399630Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2432912Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2465836Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2498067Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.2558602Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.2607212Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.2675863Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:52.2685298Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:52.2751440Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:52.2810592Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.2868325Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.2925517Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:52.2976340Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3026814Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3076938Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3130323Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3179840Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3221379Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3253961Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3300287Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3346270Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3387748Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3428366Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3467318Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3500031Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3532808Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3565673Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3598794Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3632264Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:52.3677530Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3716858Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3770289Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3823694Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:52.3868155Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3911900Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3956339Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.3994908Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.4033573Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.4072086Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.4110590Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.4150110Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:52.5054487Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-08-17T12:47:52.6025340Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-08-17T12:47:52.6999672Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-08-17T12:47:52.7925037Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-08-17T12:47:52.8840683Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-08-17T12:47:52.9734697Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:47:53.0664081Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-08-17T12:47:53.1559442Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:47:53.2450628Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:47:53.3339512Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:47:53.3366445Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.3393464Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.3419374Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.3442762Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.3465984Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.3528952Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.3577541Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.3639932Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.3703945Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.3766888Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.3816649Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.3866251Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.3915439Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.3964329Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4013525Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4030476Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4045780Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:53.4062713Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4079594Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4097304Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4112998Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4128562Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:53.4143924Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:53.4158768Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:53.4175179Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4203470Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.4228189Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4256329Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.4285042Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.4314290Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:53.4339236Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4364486Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4389607Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4414833Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4439593Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:53.4500897Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.4548526Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4612861Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.4678633Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.4747790Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:53.4798999Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4852305Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4902439Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.4958191Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.5006805Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:53.5214881Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.5431173Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.5646675Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.5856419Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.6065625Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.6275045Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.6341050Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:47:53.6404696Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6464499Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6523051Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6586578Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6643809Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6706832Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6764412Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:53.6988119Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:53.7196277Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.7435314Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:53.7676038Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:53.7898506Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:53.8117791Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:53.8332931Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.8540888Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.8747081Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.8953798Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:53.9159722Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:53.9363436Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:53.9581848Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:53.9786173Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.0022007Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:54.0259645Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:47:54.0477961Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:54.0696087Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:47:54.0909152Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:47:54.1112853Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.1316995Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.1521450Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.1726560Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.1930886Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:47:54.1992539Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.2040102Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2101805Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.2165211Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.2227654Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.2276009Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2325207Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2374929Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2423711Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2472612Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.2489670Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2504581Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2521830Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2538257Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2555535Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2570863Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2585876Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2600950Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2615804Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2630664Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.2659980Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2685132Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2713143Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2741421Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2771754Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2797608Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2823609Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2849372Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2874652Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.2900167Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.2961661Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.3009632Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3071620Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.3135869Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.3198386Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.3247869Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3296218Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3348966Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3399862Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3448921Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3464497Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3469660Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:54.3474977Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:47:54.3491972Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.3508358Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.3523065Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3537118Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3551736Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3566829Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3580928Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.3625895Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3664068Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3711157Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3755971Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3802829Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.3842154Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3881817Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3919995Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3957908Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.3996699Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:47:54.4019642Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4039975Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4064595Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4074513Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.4097708Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4119209Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4140535Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4161602Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4181370Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4201109Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4221301Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4241156Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4260793Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4287563Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4309530Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4342636Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4371613Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4403033Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4428740Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4454604Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.4480030Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4504733Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4529822Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.4591699Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.4640084Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.4721119Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:54.4730234Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.4811431Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:47:54.4873466Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.4937031Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.4999513Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5048484Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5097796Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5147967Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5197080Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5246949Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5309800Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5370663Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5431114Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5447362Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.5465286Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.5483358Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.5500400Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.5516786Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.5531223Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.5544900Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.5558661Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.5572472Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.5586140Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:47:54.5649283Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5712210Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5772643Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.5826870Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5879795Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5933093Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.5987084Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6044774Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6107284Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6169729Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6230260Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6284246Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6339933Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6392020Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6444719Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6497022Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6559198Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6620801Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6680915Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:54.6734096Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6786880Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6840198Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6893048Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6945678Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:47:54.6972199Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:47:54.6994082Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7019139Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7043744Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7068002Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7090542Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7112790Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7135111Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7156875Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.7179533Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:47:54.8227469Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-08-17T12:47:54.9273151Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-08-17T12:47:55.0318645Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-08-17T12:47:55.1346264Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-08-17T12:47:55.1408732Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1469839Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1529827Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1586982Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1644674Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1701142Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1757690Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:55.1815500Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:47:57.7943462Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.613s) 2022-08-17T12:48:00.3974399Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.603s) 2022-08-17T12:48:00.4246744Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:48:00.4463428Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.4735265Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:48:00.5007651Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:48:00.5274864Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:48:00.5494153Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.5712831Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.5931557Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.6151396Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.6371708Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:00.6414146Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6451119Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6501500Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.6511031Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.6560772Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.6602350Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6641934Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6685888Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6720969Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:00.6756551Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:00.6792321Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:00.6828211Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.6864245Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:00.7043777Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:00.7221464Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:00.7399620Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:00.7461930Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:00.7511644Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.7593382Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:00.7674690Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:00.7737735Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:00.7802466Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:00.7864783Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:00.7914172Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.7964684Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.8013235Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.8061825Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.8111259Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:00.8125228Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8140720Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8150546Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8165973Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8180367Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8194504Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8209854Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8223768Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8238102Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8251946Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8265297Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8278969Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:00.8735566Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:00.9185297Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:00.9646001Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:00.9655582Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:01.0114822Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:01.0570805Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:01.1027435Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:01.1490062Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:01.1944626Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:01.2393444Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:01.2842720Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:01.3291323Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:01.3740586Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:01.4213559Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.4682254Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.5163400Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:48:01.5173684Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:01.5660165Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:48:01.6141487Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:48:01.6627663Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:01.7109859Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:48:01.7577846Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.8045366Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.8515597Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.8983193Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:01.9448937Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:01.9907781Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.0360164Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.0825249Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.0834417Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:02.1297247Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.1754317Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.2210305Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.2665946Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.3118193Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.3571590Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.4024073Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.4476135Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.4929620Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.5385685Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.5841667Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.6308403Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:02.6317747Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:48:02.6783821Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.7244136Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.7701461Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.8157753Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:02.8609507Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.9060471Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.9510644Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:02.9962661Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:03.0413714Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-08-17T12:48:03.0477050Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:03.0542165Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:03.0605379Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:03.0688707Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:03.0774425Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:03.0859994Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:03.0929139Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:03.1001442Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:03.1076211Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:03.1175675Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:03.1272144Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:03.1370359Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:03.1501447Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:48:03.1630957Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:48:03.1757148Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:48:03.1913349Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:48:03.2068130Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:48:03.2226505Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:48:03.2381624Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:48:03.2535175Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:48:03.2682385Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:48:03.2827503Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:48:03.2970047Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:48:03.3107108Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:48:03.3271475Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:48:03.3441246Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:03.3611797Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:03.3772734Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:48:03.3956599Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:03.4141391Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:03.4315443Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:03.5669663Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-08-17T12:48:03.7035477Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-08-17T12:48:03.8391596Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-08-17T12:48:03.8887247Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:03.9396585Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-08-17T12:48:03.9890195Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:04.0359135Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:48:04.0823530Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:04.1286971Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:04.1749458Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:04.2214654Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:04.2322071Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:04.2428036Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:04.2686460Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:48:04.2947154Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:48:04.3203547Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:48:04.3228992Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:04.3253378Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:04.3276801Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:04.3478513Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:48:04.4372303Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:48:04.5325938Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-08-17T12:48:04.5510467Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:04.5686723Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:04.5846935Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:48:04.6109891Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:885.) 2022-08-17T12:48:04.6111366Z r = func(*args, **kwargs) 2022-08-17T12:48:04.6452849Z ok (0.060s) 2022-08-17T12:48:04.9437952Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.298s) 2022-08-17T12:48:05.2760879Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.332s) 2022-08-17T12:48:05.3324534Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:48:05.3891778Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-08-17T12:48:05.4382523Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:05.4562568Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:05.4734786Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:05.4890509Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:48:05.5076178Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:05.5261219Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:05.5429579Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:05.5647670Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:05.5937247Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:48:05.6139822Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:48:05.8126611Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-08-17T12:48:06.0101583Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-08-17T12:48:06.2071791Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-08-17T12:48:06.4028820Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-08-17T12:48:06.5995238Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-08-17T12:48:06.7982727Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-08-17T12:48:06.9970301Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-08-17T12:48:07.1950857Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-08-17T12:48:07.3936039Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-08-17T12:48:07.4690048Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-08-17T12:48:07.5462868Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-08-17T12:48:07.6229651Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-08-17T12:48:07.6590841Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:48:07.6902237Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:48:07.7205344Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:48:07.7996357Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-08-17T12:48:07.8796355Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-08-17T12:48:07.8812822Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-08-17T12:48:07.8814388Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-08-17T12:48:07.9203082Z ok (0.041s) 2022-08-17T12:48:07.9606091Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:48:08.0016469Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:48:08.0459298Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:08.0918766Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:08.1374343Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:48:08.2389868Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-08-17T12:48:08.3407319Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-08-17T12:48:08.4420707Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-08-17T12:48:08.4447002Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:08.4472284Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:08.4497332Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:08.8025485Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.353s) 2022-08-17T12:48:09.1522079Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.350s) 2022-08-17T12:48:09.5008510Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-08-17T12:48:09.5116637Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:09.5226487Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:09.5335710Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:09.5443704Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:09.5849167Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:48:09.6257752Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:48:09.6661506Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-08-17T12:48:09.6701844Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:09.6732062Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.6778411Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:09.6825864Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:09.6865671Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:09.6904447Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:09.6943953Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:09.6975114Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.7005594Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.7035860Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.7066532Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.7097354Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:09.8849295Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-08-17T12:48:10.0589577Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-08-17T12:48:10.2928538Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-08-17T12:48:10.5262361Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-08-17T12:48:11.8070816Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.281s) 2022-08-17T12:48:13.0984221Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.291s) 2022-08-17T12:48:14.3815774Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.283s) 2022-08-17T12:48:14.3865687Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:14.3914028Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:14.3958460Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.4170606Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:48:14.4396577Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:48:14.4625035Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:48:14.4859277Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:48:14.5096727Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:48:14.5160041Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:14.5218769Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:14.5276098Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:48:14.5312318Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5348606Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5387290Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5409708Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:14.5430957Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:14.5452973Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:14.5477566Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:14.5502882Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:14.5529193Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:14.5569075Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5607828Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5649053Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:14.5683221Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:14.5717050Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:14.5750758Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:14.5784554Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:14.8692113Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-08-17T12:48:15.1588828Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-08-17T12:48:15.4492818Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-08-17T12:48:15.4566883Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:15.4640204Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:15.4714186Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:15.4789352Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:15.6197738Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-08-17T12:48:15.7610176Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-08-17T12:48:15.8999851Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-08-17T12:48:15.9104126Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:15.9207583Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:15.9298811Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9386062Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9477714Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9564872Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9650398Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9739817Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:15.9824115Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:15.9906990Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:15.9988742Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.0072808Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.0157230Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.0241846Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.0317525Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.0411337Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:48:16.0512243Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:16.0613618Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:48:16.0645002Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:48:16.0646640Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:48:16.0793340Z ok (0.018s) 2022-08-17T12:48:16.0985300Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:48:16.1165039Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:16.1336774Z test_schema_correctness_nn_functional_kl_div_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:16.1506019Z test_schema_correctness_nn_functional_kl_div_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:16.1676172Z test_schema_correctness_nn_functional_kl_div_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:16.1847130Z test_schema_correctness_nn_functional_kl_div_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:48:16.1923770Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:48:16.2036357Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:16.2147767Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:48:16.2223721Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2298808Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2373736Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2445606Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2519401Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2586613Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:48:16.2631612Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:16.2676501Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:48:16.2725674Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:48:16.2937593Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:48:16.3197280Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:48:16.3458519Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:48:16.3683694Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:16.3901704Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:48:16.4089236Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:48:16.4280746Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:48:16.4480238Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:48:16.4664366Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:16.4849497Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:48:16.5208126Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:48:16.5577566Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-08-17T12:48:16.5942802Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:48:16.6304054Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:48:16.6330618Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:48:16.6354591Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:16.6377752Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:48:16.6872902Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:16.7369602Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:48:16.7865877Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-08-17T12:48:16.8304364Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:16.8748343Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:16.9194058Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:16.9630854Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:17.0067298Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:48:20.4642862Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.457s) 2022-08-17T12:48:23.9336192Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.469s) 2022-08-17T12:48:27.3838401Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.450s) 2022-08-17T12:48:36.2491472Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.865s) 2022-08-17T12:48:45.1597572Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.911s) 2022-08-17T12:48:54.1382039Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.978s) 2022-08-17T12:48:57.8836578Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.745s) 2022-08-17T12:49:01.6376239Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.754s) 2022-08-17T12:49:01.9483091Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-08-17T12:49:02.2552298Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-08-17T12:49:02.3699053Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-08-17T12:49:02.4889833Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-08-17T12:49:02.8448216Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-08-17T12:49:03.2026894Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-08-17T12:49:03.3818536Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-08-17T12:49:03.5815704Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-08-17T12:49:03.7507675Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-08-17T12:49:03.9174859Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-08-17T12:49:04.0071416Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-08-17T12:49:04.0933428Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-08-17T12:49:04.0959914Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:04.0983237Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:04.1001225Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3288: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-08-17T12:49:04.1002382Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-08-17T12:49:04.1035532Z ok (0.005s) 2022-08-17T12:49:04.1084690Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:04.1133943Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:04.1180305Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:04.1224762Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:04.1252621Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:04.1279333Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:04.1440304Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:04.1597197Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:04.1749654Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:04.2222629Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:49:04.2695776Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-08-17T12:49:04.3158686Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:49:04.3451676Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:04.3768784Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:04.4082948Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:04.4372871Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:04.4663256Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:04.5121303Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-08-17T12:49:04.6320939Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-08-17T12:49:04.6591472Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:04.7768228Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-08-17T12:49:04.8930066Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-08-17T12:49:05.0038666Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-08-17T12:49:05.1164660Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-08-17T12:49:05.2278173Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-08-17T12:49:05.3395359Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-08-17T12:49:05.4511084Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-08-17T12:49:05.5633966Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-08-17T12:49:05.6774945Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-08-17T12:49:05.7922118Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-08-17T12:49:05.8230081Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:05.8497462Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:05.8864809Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-08-17T12:49:05.9233589Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-08-17T12:49:05.9542939Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:05.9858917Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:06.0175033Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:06.0446414Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:06.0715971Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:06.0984119Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:06.1253205Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:06.1520412Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:06.1615481Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:06.1707432Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:06.1786186Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:06.1867831Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:06.1960867Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:06.2060635Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.2156554Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.2252138Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:06.2355004Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.2468572Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:06.2582168Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:06.2683483Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.2785315Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.2888140Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.3006704Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:06.3132559Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:06.3264998Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:06.3398081Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:06.3494738Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:06.3547868Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:06.3597227Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:06.3616358Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3632478Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3653441Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3673610Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3693213Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3711191Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3729391Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3746393Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3764461Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3781517Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3798469Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3814957Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3833529Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3850883Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3870852Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3891653Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3909616Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3927598Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3945249Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3962062Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3978624Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.3995087Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.4012042Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.4028571Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:06.6231968Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-08-17T12:49:06.8506699Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-08-17T12:49:07.0745883Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-08-17T12:49:07.2929632Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-08-17T12:49:07.5116095Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-08-17T12:49:07.7307059Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-08-17T12:49:07.9493296Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-08-17T12:49:08.1671833Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-08-17T12:49:08.1798646Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:08.1926134Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:08.2050598Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:08.2075691Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2099850Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2123344Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2144890Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2166350Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2187747Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2209096Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2230196Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2255608Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2281219Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2307180Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:08.2330014Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2351797Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2374563Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2396314Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2419032Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.2859981Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:49:08.3300346Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:49:08.3741589Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-08-17T12:49:08.3768956Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:08.3794056Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:08.3819054Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3843442Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3867427Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3888373Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3908894Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3929728Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:08.3995251Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:08.4060025Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:08.4125980Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:08.4190585Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:08.4243684Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.4297310Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.4350220Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.4399792Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.4450126Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.4501394Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.5106730Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:08.5722933Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:08.6347491Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-08-17T12:49:08.6962588Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:08.7581549Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-08-17T12:49:08.7634483Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:08.8238128Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:08.8843228Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:08.9444790Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:09.0044689Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:09.0645942Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:09.0671303Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.0695348Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:09.0719302Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:09.0750384Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.0781230Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.0811741Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.0850665Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.0892564Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.0933827Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.0972544Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1011574Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1049040Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1085508Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1121599Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1157418Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1193923Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1230117Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:09.1263317Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1298680Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1332981Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1366000Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1398007Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1429022Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1459822Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1491005Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1521442Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1552174Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1585603Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1618867Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1651881Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1678297Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1703833Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1729799Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.1755232Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:09.1781421Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:09.2071611Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:09.2406655Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:49:09.2741457Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:49:09.3032227Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:09.3312657Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:09.3587179Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:09.3861886Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:09.4136709Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:09.4409659Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:09.4683193Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:09.4980626Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:09.5322048Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:49:09.5662796Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:49:09.5961443Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:09.6252253Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:09.6536396Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:09.6821592Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:09.7107905Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:09.7391720Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:09.7681411Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:09.9796393Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.211s) 2022-08-17T12:49:10.2276994Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-08-17T12:49:10.4704105Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-08-17T12:49:10.6837529Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-08-17T12:49:10.8971836Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-08-17T12:49:11.1173319Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-08-17T12:49:11.1189100Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-08-17T12:49:11.1190209Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:49:11.1213591Z ok (0.004s) 2022-08-17T12:49:11.1251018Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.1289875Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.1311802Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-08-17T12:49:11.1312881Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T12:49:11.1374303Z ok (0.008s) 2022-08-17T12:49:11.1459890Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:11.1546942Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:11.1624052Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:11.1763082Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:11.1894752Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.2046651Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:11.2057025Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:11.2205456Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:11.2344078Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:11.2482631Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:11.2620278Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:11.2754502Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.2887757Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.3021828Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.3155196Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.3288227Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:11.3575745Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.3924753Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-08-17T12:49:11.4263755Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-08-17T12:49:11.4551713Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.4837503Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:11.5134804Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:11.5417529Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:11.5422973Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:49:11.5427864Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:49:11.5710219Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:11.5994003Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:11.6031924Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6073976Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6113919Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6150611Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6186374Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6221773Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:11.6268615Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6314109Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6357023Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6399240Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:11.6449169Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6496789Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6544556Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6591330Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:11.6608599Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:11.6625048Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:11.6641478Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:11.6658005Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:11.6959692Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:11.7254745Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.7563512Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:11.7573781Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:11.7881264Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:11.8181723Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:11.8481924Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:11.8781555Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:11.9073801Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.9366722Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.9659351Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:11.9952656Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:12.0246778Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:12.1652518Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-08-17T12:49:12.3057986Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-08-17T12:49:12.4160356Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-08-17T12:49:12.5237807Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-08-17T12:49:12.5260998Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5280758Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5302930Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5325390Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5344977Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5365270Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5385227Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5404093Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5422768Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5441575Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5459823Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:12.5478092Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:15.9418019Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.394s) 2022-08-17T12:49:19.2686473Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.327s) 2022-08-17T12:49:19.2826453Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.2962693Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.3105578Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.3116627Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:19.3257576Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.3395739Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.3534361Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.3671592Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:19.3807203Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.3941635Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.4076919Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.4211620Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.4347200Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:19.8693701Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.434s) 2022-08-17T12:49:20.3004930Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.431s) 2022-08-17T12:49:20.7326840Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.432s) 2022-08-17T12:49:21.1637325Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.431s) 2022-08-17T12:49:21.1705967Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:21.1770191Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:21.1823782Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.1866958Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.1919925Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.1971938Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2016183Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2059591Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2103046Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2146369Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2190700Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2242372Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2284711Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2336696Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2387703Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2430789Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2474274Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2517693Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2560228Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2604470Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2656091Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2698999Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2750897Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2801994Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.2845122Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2888724Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2931686Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.2975852Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3019587Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3071646Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3114026Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3165964Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3217462Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3260666Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3303919Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3347120Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3390180Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3434017Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3485695Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3528221Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3580118Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3630953Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.3674220Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3717339Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3760597Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3803928Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3847696Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:21.3860204Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3874780Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3883493Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3898040Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3910521Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3923148Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3935863Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3946503Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3956685Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3967402Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3977739Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.3988064Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:21.4051898Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:21.4136084Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:21.4218642Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:21.4280504Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:21.4344204Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:21.4407923Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:21.4457329Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.4506306Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.4554716Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.4603565Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.4652761Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:21.4821685Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.5045660Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:21.5267965Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:21.5449696Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:21.5642793Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:21.5812104Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.5983152Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.6152911Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.6322350Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.6493283Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:21.6632036Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:21.6758611Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.6906993Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:21.7057074Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:21.7193853Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:21.7331052Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:21.7465564Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.7592014Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.7718881Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.7845320Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.7971621Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.8098449Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:21.8121040Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T12:49:21.8122109Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T12:49:21.8122539Z Q, R = torch.qr(A, some) 2022-08-17T12:49:21.8122832Z should be replaced with 2022-08-17T12:49:21.8123637Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T12:49:21.8124415Z r = func(*args, **kwargs) 2022-08-17T12:49:21.8446294Z ok (0.035s) 2022-08-17T12:49:21.8733250Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:21.8979923Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:21.9221676Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:24.4875756Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.565s) 2022-08-17T12:49:27.0426898Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.555s) 2022-08-17T12:49:27.0450399Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0469175Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0490896Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0511421Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0531946Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0550075Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0568709Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0586752Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0605257Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0623209Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:27.0933616Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.1247594Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.1256422Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:27.1575307Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:27.1888217Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.2199865Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.2510279Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.3128197Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-08-17T12:49:27.3743311Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.4362651Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-08-17T12:49:27.4976838Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.5586959Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.6201559Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.6815723Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.7427259Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.8039838Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:27.8351741Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.8669087Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:27.8678593Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:27.8994648Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:27.9304578Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.9614210Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:27.9923024Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:28.0120299Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.0315227Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.0516585Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.0527477Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.0731497Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.0927067Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.1122257Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.1320760Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.1514740Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.1709637Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.1903820Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.2098067Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:28.2293663Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:28.2307678Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2318952Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2353790Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.2362940Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2396557Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.2409741Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2422403Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2435735Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2446834Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2457588Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2468258Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2479035Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2490032Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.2510766Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2529225Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2552457Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2576601Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2597494Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2617727Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2637928Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2656873Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2675410Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2694308Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2712816Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2731745Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:28.2804457Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:28.2874680Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:28.2945847Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:28.3017076Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:28.3073323Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:28.3135236Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:28.3193116Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:28.3250193Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:28.3307378Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:28.3339705Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.3378068Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:28.3415760Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:28.3450599Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.3481452Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.3514926Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:28.3807465Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:28.4075706Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.4394440Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:28.4714549Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:28.5005143Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:28.5294911Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:28.5581268Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:28.5853554Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.6125164Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.6397014Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.6668918Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.6941489Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.7218774Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:28.7482603Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:28.7757526Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.7768923Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:28.8042642Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.8310754Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.8580868Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.8850009Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:28.9115502Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:28.9380293Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:28.9642191Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:28.9905598Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:29.0168831Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:29.0721609Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.1268486Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.1831335Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:49:29.1841591Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:29.2401587Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-08-17T12:49:29.2951843Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.3504658Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.4056390Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.4601804Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-08-17T12:49:29.5150065Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.5702211Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.6257467Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.6811105Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-08-17T12:49:29.7311736Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-08-17T12:49:29.7802712Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:49:29.8324535Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:49:29.8335180Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:29.8852349Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-08-17T12:49:29.9347486Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:49:29.9841021Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-08-17T12:49:30.0340305Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-08-17T12:49:30.0822678Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:49:30.1306936Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:49:30.1789942Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:49:30.2272447Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:49:30.2757791Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-08-17T12:49:30.2887387Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3013504Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:30.3144222Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3276524Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3404958Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3532688Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3661287Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.3786717Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:30.3912112Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:30.4036825Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:30.4161689Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:30.4287748Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:30.4325748Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4357848Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4402075Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4446364Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4483112Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4519664Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4557688Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:30.4590099Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4622215Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4654517Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4686668Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4718964Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:30.4730826Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4740586Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4753467Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4766480Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4777602Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4788757Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4800072Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4810035Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4819899Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4829444Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4839246Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4848974Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4860204Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4869894Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4882519Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4891265Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4903635Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4914796Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4926259Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4937349Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4947077Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4956672Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4966660Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4976327Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.4986155Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.5275943Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:30.5554522Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:30.5880442Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:30.5890929Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:30.6209905Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:30.6507714Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:30.6808519Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:30.7115238Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:30.7398518Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:30.7687357Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:30.7969980Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:30.8245588Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:30.8520062Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:30.8738710Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:30.8920786Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:30.9202349Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:30.9480553Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:30.9702225Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:30.9921645Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:31.0163767Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:31.0348196Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:31.0551664Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:31.0742728Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:31.0935320Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-08-17T12:49:31.1118260Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:31.1133696Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1148033Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:31.1163782Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:31.1186845Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1208656Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1229673Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1251316Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1272718Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1294028Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1315258Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1336971Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1357884Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1378498Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1397372Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1423180Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:31.1446411Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1466610Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1486781Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1504405Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1522195Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1540331Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1557718Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1575684Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:31.1653281Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.1756093Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.1860474Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.1941571Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.2023436Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.2103539Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.2165762Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2228395Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2292605Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2356210Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2419890Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2487278Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:31.2542884Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2625013Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.2703346Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:31.2770567Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:31.2836504Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:31.2901372Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.2957926Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.3014971Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.3071173Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.3127555Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:31.3183192Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:31.3341579Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:31.3444511Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.3578983Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.3708222Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.3862640Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:31.4014999Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:31.4164299Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:31.4265435Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.4366268Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.4467274Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.4568013Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.4668200Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:31.4696274Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T12:49:31.4696854Z r = func(*args, **kwargs) 2022-08-17T12:49:31.4799869Z ok (0.013s) 2022-08-17T12:49:31.4907932Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5039065Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.5168509Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.5297069Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.5405949Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5515209Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5630151Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5740640Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5853299Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.5985286Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.6093509Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.6226733Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.6358002Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.6488751Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.6599424Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.6710440Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.6821420Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.6932266Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.7042900Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.7179136Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.7313024Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.7446605Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.7579137Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.7692515Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.7805722Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.7920039Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.8031670Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.8143786Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.8274550Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.8382557Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.8513438Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.8644550Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.8773657Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.8883181Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.8992872Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.9103527Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.9213173Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.9323296Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.9453558Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.9560966Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:31.9691914Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.9821885Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:31.9950475Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:32.0059403Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:32.0167963Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:32.0277665Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:32.0387726Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:32.0497401Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:32.0893656Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-08-17T12:49:32.0894943Z r = func(*args, **kwargs) 2022-08-17T12:49:32.0904552Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-08-17T12:49:32.0905603Z r = func(*args, **kwargs) 2022-08-17T12:49:32.1716104Z ok (0.122s) 2022-08-17T12:49:32.2950864Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-08-17T12:49:32.4165757Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-08-17T12:49:32.5375251Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-08-17T12:49:32.6541625Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-08-17T12:49:32.7700065Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-08-17T12:49:32.8861791Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-08-17T12:49:33.0017409Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-08-17T12:49:33.1169856Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-08-17T12:49:33.1903576Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-08-17T12:49:33.2637185Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-08-17T12:49:33.3378198Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-08-17T12:49:33.4136653Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-08-17T12:49:33.4895579Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-08-17T12:49:33.5657161Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-08-17T12:49:33.6429615Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-08-17T12:49:33.7218031Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-08-17T12:49:33.7255096Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7285788Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7329277Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7338213Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.7380530Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7415438Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7450467Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7488090Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7517740Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7548768Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7578806Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7608996Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7638969Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7682463Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7716658Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7759689Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7802039Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7848224Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:33.7883030Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7918901Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:33.7953805Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.7988623Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.8024022Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:33.8038038Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8051113Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8067020Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:33.8076711Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8091864Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8105885Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8120003Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8134643Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8148031Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8162195Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8175696Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8189072Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8202577Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:33.8621639Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:49:33.9038298Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:49:33.9468431Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:49:33.9900948Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:49:34.0329896Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:49:34.0752014Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:49:34.1172131Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-08-17T12:49:34.1314555Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-08-17T12:49:34.1727513Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:49:34.2138975Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:49:34.2550179Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:49:34.2963535Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-08-17T12:49:34.2986133Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3005424Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3030106Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3055273Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3076177Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3097160Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3115833Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3134721Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3153445Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3172389Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3191028Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3205199Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3218711Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3233337Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3248271Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3263269Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3277253Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3291445Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3305374Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3319379Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3333666Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3348037Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3361507Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3376203Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3390712Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3406039Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3419929Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3433931Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3448295Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3462221Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3476363Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3491712Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3505893Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3522959Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3539876Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3555323Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3571266Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3585266Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3599641Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3613954Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3628021Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3642311Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3665020Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3683772Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3708619Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3733282Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3753807Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3775090Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3793773Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3812759Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3831630Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3850653Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3869742Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3884566Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3897599Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3914134Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3930108Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:34.3944810Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3959767Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3973185Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.3986759Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.4000116Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.4013873Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.4027620Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:34.4132559Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.4236574Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.4395154Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:34.4504967Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:34.4625542Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:34.4722226Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.4819434Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.4912359Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:34.5009149Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.5105864Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:34.5142354Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:34.5179768Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:34.5217360Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:34.5818020Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:34.6419125Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:34.7028497Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:34.7637157Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-08-17T12:49:34.8238716Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:34.8840269Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-08-17T12:49:34.8880973Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:34.9472569Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:49:35.0066305Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:49:35.0658473Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:49:35.1250628Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:49:35.1841181Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-08-17T12:49:35.2096851Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:35.2344173Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.2605159Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:35.2860086Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.3135154Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-08-17T12:49:35.3387172Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.3644762Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-08-17T12:49:35.3898157Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.4150161Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.4401318Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-08-17T12:49:35.4412817Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T12:49:35.4413767Z r = func(*args, **kwargs) 2022-08-17T12:49:35.4492793Z ok (0.009s) 2022-08-17T12:49:35.4577478Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:35.4650108Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:35.4720398Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:35.4740790Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4762490Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4783966Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4803850Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4823138Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4842584Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4861349Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4880244Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4899606Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4920679Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4941592Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4960689Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4979352Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.4997765Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5016350Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5034923Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5054549Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5075167Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5096072Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5114372Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5133042Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5152604Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5171139Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5189266Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5208810Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5229790Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5250877Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5269478Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5288469Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5306835Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5325552Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5344306Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5364290Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5385030Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5406052Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5424819Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5443540Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5461561Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5480460Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5499245Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.5549922Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5613746Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.5677486Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.5731958Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5782439Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5834315Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5884245Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5934145Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.5984127Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6048030Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.6110867Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.6160817Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6211310Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6264989Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6314834Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6365142Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6370461Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6375761Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6380742Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6386310Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6391695Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6398328Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6402715Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6407768Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6412630Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6418562Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6422648Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6427446Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6432376Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6437206Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6442137Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6446976Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.6464783Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6481122Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6498646Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6515535Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6531769Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6547590Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6562881Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.6578308Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.6593857Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.6613552Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6634598Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6656167Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6674810Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6693957Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6711855Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6730887Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6749060Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.6798870Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.6862845Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.6925752Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.6975050Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7025380Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7073719Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7123400Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7174142Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7224964Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7288702Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.7351580Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.7401858Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7452368Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7502728Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7552089Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7601913Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.7619056Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7633866Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7650775Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7666829Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7681985Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7697128Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7712179Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7727446Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7742256Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7757502Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7773911Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7790219Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7805780Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7820779Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7835788Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7851168Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7866181Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7881303Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7897915Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7914071Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.7929454Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7944348Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7959434Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7974594Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.7989592Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:35.8039735Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8103179Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.8166149Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:35.8214752Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8264595Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8313905Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8363186Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8412367Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.8417826Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8422838Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8428089Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8433071Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8437720Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8442622Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8447983Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8452728Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:35.8471293Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8492411Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8512650Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8531059Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8549052Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8567513Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8585477Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8603616Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8622459Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8642982Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8663494Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8681716Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8699892Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8718885Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8737600Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8755767Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8774833Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8795348Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8816092Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8834201Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8852566Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8870653Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8889294Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8907316Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8926433Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8947539Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8968241Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.8986383Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9005006Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9023502Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9041783Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9060079Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9079071Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9100012Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9120553Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9139053Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9157441Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9175985Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9194186Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9212468Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9262191Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.9306574Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9353642Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.9399119Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9443417Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9492629Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.9536910Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9581130Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9625263Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9644110Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9664538Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9684737Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9702807Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9720993Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9739199Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9757082Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9775288Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:35.9828290Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.9871175Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:35.9923943Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:35.9975936Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.0019704Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.0063806Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.0107754Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.0151574Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.0195649Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.0214456Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0234902Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0255323Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0273589Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0292225Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0310429Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0329045Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0347316Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0366363Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0386933Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0407782Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0425991Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0444535Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0462783Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0481173Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0499814Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0505527Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0510406Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0515554Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0520537Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0525895Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0530971Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0536125Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0541262Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0546194Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0550981Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0555837Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0560575Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0565695Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0570276Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0575523Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0580189Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0585092Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0589796Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0594686Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0599425Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0604406Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0609254Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0614166Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0618766Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0623913Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0629085Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0634571Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0650587Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0651808Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0652502Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0654126Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0659128Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T12:49:36.0677958Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0698928Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0719398Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0738086Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0757249Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0777170Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0796283Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0814617Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.0877273Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.0925988Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.0987984Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.1052293Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.1114573Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.1164246Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1213900Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1263924Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1313429Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1363082Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1411195Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1477109Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:36.1541883Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.1593981Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1646043Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1698024Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1748378Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.1805336Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.1828128Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.1849023Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.1875129Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.1884972Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.1909882Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.1932936Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.1956029Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.1979924Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2000268Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2021563Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2041921Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2062274Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2082800Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2113974Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2142558Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2179847Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2216777Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2248946Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2279602Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2313518Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2343094Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2371305Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2399481Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2428212Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2456529Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2494857Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2529230Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2575679Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.2585222Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.2630444Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2669315Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2707505Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2749339Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2783976Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2820673Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.2855309Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2890184Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2925033Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.2938380Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.2951671Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.2967976Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2984075Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.2999121Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3014152Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3027906Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3041890Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3055717Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3069508Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3083470Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3106819Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3126741Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3151268Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3176439Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3198446Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3220804Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3242789Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3262761Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3282650Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3302493Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3322393Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3342356Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:36.3383267Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.3417375Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3465622Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.3474636Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.3522257Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.3562612Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.3603110Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.3642983Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.3677712Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3711790Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3746182Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3780732Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3815534Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.3875681Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.3931113Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.3998648Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:36.4008223Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.4073877Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4133963Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4193673Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4252268Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4307860Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4363449Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4418856Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4474330Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4530329Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4580872Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4645063Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4709644Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.4760112Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4812267Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4866327Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4919091Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.4985473Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:36.5052426Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:36.5107321Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.5159360Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.5214206Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.5458979Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:36.5697384Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:36.5745336Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:613: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-08-17T12:49:36.5746525Z normalized, onesided, return_complex) 2022-08-17T12:49:36.5982425Z ok (0.028s) 2022-08-17T12:49:36.6268555Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-08-17T12:49:36.6349971Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:36.6455745Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:36.6466966Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:36.6568167Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:36.6647866Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:36.6729727Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:36.6810607Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:36.6874134Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.6939268Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.7002828Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.7066344Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.7130571Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:36.7338935Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.7542646Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.7755379Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.7968624Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.8175770Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.8382127Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.8586484Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.8790951Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.8996993Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-08-17T12:49:36.9201869Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.9406188Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.9610084Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:36.9651116Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.9687092Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.9733586Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.9779423Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:36.9819125Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.9858090Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.9897469Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:36.9932669Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:36.9968109Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:37.0002980Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:37.0037854Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:37.0072986Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:37.0078959Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:49:37.0085136Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:49:37.2484621Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-08-17T12:49:37.4829957Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-08-17T12:49:41.8909531Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.408s) 2022-08-17T12:49:46.1880948Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.297s) 2022-08-17T12:49:46.1905484Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T12:49:46.1907040Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T12:49:46.1907574Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T12:49:46.1907909Z should be replaced with 2022-08-17T12:49:46.1908373Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T12:49:46.1908694Z and 2022-08-17T12:49:46.1908994Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T12:49:46.1909326Z should be replaced with 2022-08-17T12:49:46.1910156Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2992.) 2022-08-17T12:49:46.1910715Z r = func(*args, **kwargs) 2022-08-17T12:49:46.1967661Z ok (0.009s) 2022-08-17T12:49:46.2048839Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.2119451Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:46.2189658Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:46.2215023Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:46.2239244Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2267535Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:46.2296223Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:46.2321433Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2346795Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2371179Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2393950Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2416947Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2439660Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2462599Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2485609Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.2572231Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.2654753Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.2749779Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.2841622Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.2927688Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.3013552Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.3103155Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.3185744Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.3268580Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.3355745Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:46.3438716Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.3520916Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:46.3579281Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:46.3628550Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.3691492Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:46.3754439Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:46.3812186Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:46.3868003Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:46.3923403Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.3975261Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.4024476Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.4073864Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.4123849Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.4173643Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:46.4187379Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4201226Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4217798Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.4234077Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.4249405Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4264488Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4278640Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4292145Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4305509Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4319213Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4333091Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4347946Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4361891Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4378573Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.4394899Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:46.4410312Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4425157Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4438989Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4453045Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4466813Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4480661Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4494689Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:46.4661024Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.4816564Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:46.5015004Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:46.5213427Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-08-17T12:49:46.5378983Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:46.5542705Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.5724172Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:46.5881585Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.6045883Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.6205129Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.6362530Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.6519336Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:46.6752363Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.6992504Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:46.7231682Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-08-17T12:49:46.7465200Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.7697728Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.7924887Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.8153526Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.8381720Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.8607122Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-08-17T12:49:46.8832490Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-08-17T12:49:46.9224814Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:49:46.9580754Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.0009930Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:49:47.0440212Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-08-17T12:49:47.0831679Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:49:47.1223330Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-08-17T12:49:47.1607150Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-08-17T12:49:47.1967442Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.2327030Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.2687767Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.3046837Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.3405988Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-08-17T12:49:47.3429352Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3447660Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3469422Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3491794Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3510949Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3530848Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3549620Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3567572Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3585227Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3602865Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3620594Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3638253Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:47.3720849Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:47.3808317Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:47.3895075Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:47.3972247Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:47.4054461Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:47.4131908Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:47.4207058Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:47.4283186Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:47.4297688Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4311875Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4325607Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4339246Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4351932Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4365519Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4377781Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4390100Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4402730Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4461603Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:47.4512538Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.4580033Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:47.4590265Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:47.4656917Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:47.4715927Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:47.4774688Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:47.4833672Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:47.4886128Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.4937851Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.4990604Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.5042637Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.5094275Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:47.5399796Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.5725637Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:47.6053679Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-08-17T12:49:47.6361158Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:47.6667463Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-08-17T12:49:47.6964336Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.7262324Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.7561670Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.7858386Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.8155300Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.8452968Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.8758917Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:47.9080653Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:47.9405499Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-08-17T12:49:47.9709950Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:48.0014690Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:48.0306720Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.0600229Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.0894717Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.1187823Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.1481667Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.1775709Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:48.1800115Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T12:49:48.1800805Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T12:49:48.1801101Z X = torch.triangular_solve(B, A).solution 2022-08-17T12:49:48.1801555Z should be replaced with 2022-08-17T12:49:48.1801903Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T12:49:48.1802231Z r = func(*args, **kwargs) 2022-08-17T12:49:48.1922907Z ok (0.015s) 2022-08-17T12:49:48.2070608Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:48.2192693Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:48.2312514Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:48.2345869Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2375867Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2417984Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.2459677Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.2493558Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2528091Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2564316Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.2597042Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2628219Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2658764Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2689370Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2719239Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2752872Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2781936Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2823922Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.2864521Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.2899000Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2934032Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.2970030Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.3000113Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.3030039Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.3060576Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.3090823Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.3120206Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:48.3190757Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.3247662Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3343272Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-08-17T12:49:48.3432722Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-08-17T12:49:48.3504009Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.3575464Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.3646532Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.3704441Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3764631Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3821762Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3878989Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3936626Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.3950992Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.3965855Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.3980391Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.4025774Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4064217Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4116119Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:48.4126198Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.4175749Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:48.4220206Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4264060Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4308294Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4347014Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4385875Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4424975Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4463472Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4502433Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:48.4571959Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.4630737Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.4711504Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:48.4720828Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.4798015Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-08-17T12:49:48.4866223Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.4934966Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.5001525Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:48.5061892Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.5121125Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.5179982Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.5239457Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.5298386Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:48.5414787Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:48.5525971Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.5679326Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:48.5689233Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:48.5842759Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:48.5966847Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-08-17T12:49:48.6096981Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:48.6225398Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-08-17T12:49:48.6338930Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.6451205Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.6565973Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.6677396Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.6790393Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-08-17T12:49:48.8262444Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-08-17T12:49:48.9575821Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-08-17T12:49:49.1026813Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-08-17T12:49:49.2492297Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-08-17T12:49:49.3826906Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-08-17T12:49:49.5164704Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-08-17T12:49:49.6500466Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-08-17T12:49:49.7835722Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-08-17T12:49:49.9166370Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-08-17T12:49:50.1888867Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.272s) 2022-08-17T12:49:50.4481296Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-08-17T12:49:50.7223646Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-08-17T12:49:50.9994164Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.277s) 2022-08-17T12:49:51.2589165Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-08-17T12:49:51.5210189Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-08-17T12:49:51.7811075Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-08-17T12:49:52.0419118Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.261s) 2022-08-17T12:49:52.3017319Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-08-17T12:49:52.3068219Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3107713Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3163137Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3172033Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.3225944Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3270566Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3314959Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3358401Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3396731Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3434937Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3473053Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3511222Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3549686Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.3599823Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3661889Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.3724604Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.3774615Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3824726Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3878157Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3929613Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.3992787Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.4056945Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.4109122Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.4160338Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.4214578Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.4230547Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:52.4235837Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:49:52.4240755Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-08-17T12:49:52.4255939Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4271445Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4285579Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4298994Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4312258Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4325761Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4338997Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4352357Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4365817Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4378765Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.4548715Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.4712236Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.4888392Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-08-17T12:49:52.4897221Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.5072728Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.5242168Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.5410651Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.5580479Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.5746806Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.5914870Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.6081535Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.6247333Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.6413708Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.6433187Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:52.6452809Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-08-17T12:49:52.6607840Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.6757107Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.6925837Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.6934933Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.7102973Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-08-17T12:49:52.7261914Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.7422504Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.7584849Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.7739575Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.7895080Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.8049049Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.8204221Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-08-17T12:49:52.8360464Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-08-17T12:49:52.8404637Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8443503Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8488738Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8498296Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.8541330Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8580635Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8620112Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8662735Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8700940Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8739389Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8775869Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8812105Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8848575Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8883944Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.8916756Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.8958234Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.8967460Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.9006870Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9041294Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9075354Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9109305Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9139688Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9172586Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9204252Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9234118Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9264487Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:52.9310366Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.9346927Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9405594Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.9414213Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:52.9475273Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.9520608Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9566346Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9615533Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.9652901Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9691755Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9732407Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9770642Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9808411Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-08-17T12:49:52.9870126Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:52.9918257Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:52.9980873Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:53.0049558Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-08-17T12:49:53.0112128Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-08-17T12:49:53.0161413Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:53.0211504Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:53.0261503Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:53.0315206Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:53.0365001Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-08-17T12:49:53.0396415Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0423840Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0459044Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0493636Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0523466Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0556114Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0588553Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0616386Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0645212Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0673239Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0700889Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.0728514Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-08-17T12:49:53.1028632Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.1322200Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.1626523Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.1636022Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-08-17T12:49:53.1939020Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.2236662Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.2535561Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.2832567Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-08-17T12:49:53.3126524Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.3420091Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.3713720Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.4007674Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.4301500Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-08-17T12:49:53.4302318Z 2022-08-17T12:49:53.4302724Z ---------------------------------------------------------------------- 2022-08-17T12:49:53.4303058Z Ran 5008 tests in 296.673s 2022-08-17T12:49:53.4303239Z 2022-08-17T12:49:53.4303327Z OK (skipped=168) 2022-08-17T12:49:53.4303438Z 2022-08-17T12:49:53.4303522Z Generating XML reports... 2022-08-17T12:49:53.4379575Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220817124456.xml 2022-08-17T12:49:53.8855156Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220817124456.xml 2022-08-17T12:49:54.3340425Z Running test_reductions ... [2022-08-17 12:49:54.333614] 2022-08-17T12:49:54.3340928Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:49:54.333694] 2022-08-17T12:49:56.3827223Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-08-17T12:49:56.4791384Z 2022-08-17T12:49:56.4791669Z Running tests... 2022-08-17T12:49:56.4792138Z ---------------------------------------------------------------------- 2022-08-17T12:49:56.5014606Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-08-17T12:49:56.5036420Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:49:56.5046981Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:49:56.5095977Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3075.) 2022-08-17T12:49:56.5096747Z r = func(*args, **kwargs) 2022-08-17T12:49:56.5156116Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.5156807Z r = func(*args, **kwargs) 2022-08-17T12:49:56.5276373Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.5277068Z r = func(*args, **kwargs) 2022-08-17T12:49:56.5595160Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.5596133Z r = func(*args, **kwargs) 2022-08-17T12:49:56.5752924Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.5753606Z r = func(*args, **kwargs) 2022-08-17T12:49:56.5903341Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.5904021Z r = func(*args, **kwargs) 2022-08-17T12:49:56.6082204Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.6082865Z r = func(*args, **kwargs) 2022-08-17T12:49:56.6391913Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.6392572Z r = func(*args, **kwargs) 2022-08-17T12:49:56.6544209Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:49:56.6544872Z r = func(*args, **kwargs) 2022-08-17T12:49:56.6682143Z ok (0.163s) 2022-08-17T12:49:56.6753324Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T12:49:56.6753813Z r = func(*args, **kwargs) 2022-08-17T12:49:57.1071031Z ok (0.439s) 2022-08-17T12:49:57.5438857Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.437s) 2022-08-17T12:49:57.9821934Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.438s) 2022-08-17T12:49:58.4199850Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.438s) 2022-08-17T12:49:58.8608085Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.441s) 2022-08-17T12:49:59.2908020Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.430s) 2022-08-17T12:49:59.7204702Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.430s) 2022-08-17T12:50:00.1511186Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.431s) 2022-08-17T12:50:00.5810202Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.430s) 2022-08-17T12:50:00.7463108Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.165s) 2022-08-17T12:50:00.7486943Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:00.7515613Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.7556137Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.7592832Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.7633395Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.7662388Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.7690878Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.8091718Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.040s) 2022-08-17T12:50:00.8120886Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.8157679Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.8193474Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.8233053Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:00.8261610Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.8288505Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:00.8376084Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-08-17T12:50:00.8464961Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-08-17T12:50:00.8510919Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:00.8522280Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:00.8569104Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:50:00.8569987Z r = func(*args, **kwargs) 2022-08-17T12:50:00.8695325Z ok (0.017s) 2022-08-17T12:50:00.8984939Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-08-17T12:50:00.9278573Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-08-17T12:50:00.9540786Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-08-17T12:50:00.9805962Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-08-17T12:50:01.0070233Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-08-17T12:50:01.0336313Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-08-17T12:50:01.0600884Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-08-17T12:50:01.2826542Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.222s) 2022-08-17T12:50:01.3362231Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.054s) 2022-08-17T12:50:01.3588798Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-08-17T12:50:01.3801534Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-08-17T12:50:01.4014356Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-08-17T12:50:01.4221355Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-08-17T12:50:01.4433792Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-08-17T12:50:01.4566659Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:01.4694847Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:01.4820454Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:01.4947615Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:01.5072945Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:01.6954086Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.188s) 2022-08-17T12:50:01.8826922Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.187s) 2022-08-17T12:50:01.8853746Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:01.8879242Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.8904008Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.8928715Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.8951958Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.8975497Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.8998828Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.9022633Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.9046220Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:01.9051790Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9062859Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:01.9066744Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9077196Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9080709Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9091300Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9094786Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9104671Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9108123Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9121133Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:01.9125337Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9137575Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:01.9141064Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9151023Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9154513Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9164753Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9168272Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9184958Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:01.9188977Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9199002Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9202557Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9216675Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:01.9220213Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9229091Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9232597Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9241541Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9245213Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9253923Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9257463Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9266275Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9269796Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9278586Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9282230Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9291246Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9294715Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9303427Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9307270Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9317992Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9321842Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9333139Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9336730Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9347413Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9351082Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9361936Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9365682Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9378491Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:01.9382746Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9395806Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:01.9399449Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9410511Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9414078Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9425354Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9428975Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9445862Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:01.9450072Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9461059Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9464685Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9479643Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:01.9483331Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9494152Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-08-17T12:50:01.9497756Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9508049Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9511584Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9521783Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9525599Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9532593Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-08-17T12:50:01.9536274Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9537095Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9541154Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9541805Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9545920Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9546506Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9551108Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9562355Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9566843Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9567407Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9571684Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9583916Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:01.9588068Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9599124Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:01.9603256Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9604338Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9608137Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9608639Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9612562Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9613170Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9616644Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9617246Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9620787Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9630050Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9633606Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9643397Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9647007Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9656471Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9660006Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9668898Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9672476Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9681728Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9685447Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9695157Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9698713Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9707564Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9711133Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9720911Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:01.9725425Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9737664Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9741812Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9751428Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:01.9756287Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9756991Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:01.9761858Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9773630Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9778318Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9788769Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:01.9793502Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9803785Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-08-17T12:50:01.9808645Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9823283Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9828606Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9839072Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9843865Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9857299Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9862380Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9872118Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:01.9876852Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9886799Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:01.9891814Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9892432Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-08-17T12:50:01.9897585Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9909624Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9914591Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9926239Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9931124Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9931830Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-08-17T12:50:01.9937216Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9949890Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9954853Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9968369Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:01.9973656Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:01.9983233Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-08-17T12:50:01.9988263Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0003732Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:02.0008751Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0019047Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:02.0023544Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0036795Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-08-17T12:50:02.0041334Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0051444Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0055840Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0065699Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0070164Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0070864Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0075296Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0085750Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0090177Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0090781Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0095539Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0096042Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0100480Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0111005Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0115654Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0116510Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0121159Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0121988Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0126422Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0126885Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0131277Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0140353Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0144770Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0145383Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0149873Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0150739Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0154612Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0163517Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-08-17T12:50:02.0167938Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0168403Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0172838Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0173658Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0177638Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0178177Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.0182587Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0191568Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0195996Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0205267Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0209354Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0219417Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0224546Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0234537Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0238922Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0247724Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0252088Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0260983Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0265254Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0278076Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-08-17T12:50:02.0283297Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0292128Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0296396Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0308100Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-08-17T12:50:02.0312785Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0320788Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0325146Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0333307Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0337654Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0345750Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.0349915Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0355655Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0360108Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0366114Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0370477Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0376033Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0380379Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0386936Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0391011Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0396773Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0401350Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0407174Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0411332Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0417558Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0421713Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0427649Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0431816Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0438133Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-08-17T12:50:02.0442646Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0487160Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-08-17T12:50:02.0491283Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0535440Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-08-17T12:50:02.0539555Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0591611Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-08-17T12:50:02.0595945Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0637371Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-08-17T12:50:02.0641808Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0682981Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-08-17T12:50:02.0687242Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0739722Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-08-17T12:50:02.0743815Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0788199Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-08-17T12:50:02.0792204Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0851674Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-08-17T12:50:02.0855117Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0896489Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-08-17T12:50:02.0900274Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0958507Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-08-17T12:50:02.0963231Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0973426Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.0978036Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.0987892Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.0992593Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1004132Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-08-17T12:50:02.1009504Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1020705Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-08-17T12:50:02.1025370Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1034952Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1039746Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1050013Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1054708Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1068396Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-08-17T12:50:02.1073759Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1083696Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1088464Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1101076Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-08-17T12:50:02.1105615Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1115484Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1120337Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1129719Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1134411Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1134998Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.1140073Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1149616Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1154597Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1164403Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1169473Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1179364Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1184264Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1193726Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1198716Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1208856Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1213696Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1223136Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1228070Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1238536Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-08-17T12:50:02.1244142Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1253155Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1258050Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1267097Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1272120Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1281545Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1286623Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1296135Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1301002Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1310124Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1315031Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1324250Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1328603Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1336301Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1340669Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1348213Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1352165Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1359472Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1364352Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1372480Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1376389Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1383599Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1387626Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1394909Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1398752Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1407896Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1412184Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1419186Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1422904Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1431162Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1434852Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1441388Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1445260Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1451708Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1455422Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1462052Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1465819Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1473348Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1477202Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1484965Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1488728Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1497107Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1501559Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1509801Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1513622Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1521240Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1525225Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1532964Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1536783Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1546203Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1550691Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1558605Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1563288Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1572299Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1576033Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1583197Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1587015Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1594187Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1598243Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1599244Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.1603116Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1610890Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1614826Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1622435Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1626228Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1634229Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1638076Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1646197Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1650629Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1658351Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1662173Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1670377Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1674649Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1682382Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-08-17T12:50:02.1686251Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1693078Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1696840Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1703657Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1707374Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1714497Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1718144Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1724978Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1728896Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1735742Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1739450Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1746222Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1749938Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1756803Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-08-17T12:50:02.1760952Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1767666Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1771667Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1778413Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1782324Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1788840Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1792832Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1799579Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1803612Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1810007Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1813984Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1820337Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1824283Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1830730Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-08-17T12:50:02.1835188Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1844318Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-08-17T12:50:02.1848719Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1895018Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.1899119Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1944314Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.1948374Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.1992981Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.1997219Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2042228Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2046222Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2111195Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-08-17T12:50:02.2115405Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2157804Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2162195Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2204716Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2208893Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2254552Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2258833Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2301138Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2305286Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2347179Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2351339Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2393646Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2397826Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2442298Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2446613Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2490845Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2495081Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2539378Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2543583Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2588506Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2592755Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2637038Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2641554Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2685866Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2689962Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2754482Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-08-17T12:50:02.2758786Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2800424Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2804763Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2846474Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2850623Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2903656Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-08-17T12:50:02.2907801Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.2952389Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.2956639Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3001669Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-08-17T12:50:02.3006010Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3065367Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-08-17T12:50:02.3069147Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3110618Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-08-17T12:50:02.3114776Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3173695Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-08-17T12:50:02.3177063Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3187466Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3191085Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3201351Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3204880Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3214955Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3218789Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3228501Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3232120Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3243909Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3248200Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3260256Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:02.3263886Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3273492Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3277109Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3287446Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3291012Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3306974Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:02.3311105Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3321457Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3325072Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3339130Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-08-17T12:50:02.3342749Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3380321Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-08-17T12:50:02.3383909Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3392899Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3396471Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3405846Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3409414Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3443704Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-08-17T12:50:02.3447526Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3456507Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3460119Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3469346Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3485117Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3485912Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3486256Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3497526Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3501140Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3512375Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3516251Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3527197Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3530854Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3541828Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3545564Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3558360Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:02.3562797Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3576165Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:02.3579888Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3590640Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3594322Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3605905Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3609574Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3626151Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:02.3630452Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3641710Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3645602Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3660521Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-08-17T12:50:02.3664176Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3698668Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-08-17T12:50:02.3702077Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3712439Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3716135Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3726782Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3730313Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3764570Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-08-17T12:50:02.3768407Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3768730Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.3772658Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3773213Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.3777260Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3777924Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.3781491Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3792372Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3796516Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3807441Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3811553Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3822846Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3826698Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3837119Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3841438Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3842238Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.3845866Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3856614Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3860579Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3870783Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3874544Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3885653Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-08-17T12:50:02.3889166Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3898592Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3902186Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3911546Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3915131Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3925176Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3928721Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3938335Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3941370Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3941995Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-08-17T12:50:02.3945567Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3954829Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3958394Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3967917Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3971354Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3980659Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-08-17T12:50:02.3984318Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.3990745Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.3994044Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4000082Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4003544Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4044641Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4048135Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4088890Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4092303Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4098293Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4101853Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4108132Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4111621Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4117569Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4121234Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4127333Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4130972Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4137176Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4140688Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4146660Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4150218Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4156484Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-08-17T12:50:02.4160192Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4204545Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4208092Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4252075Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4255444Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4301475Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4304625Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4349614Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4353131Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4393460Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4396957Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4437716Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4441307Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4504134Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-08-17T12:50:02.4507601Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4549061Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4552597Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4594018Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4597552Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4649841Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-08-17T12:50:02.4653320Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4697452Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4700987Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4745863Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-08-17T12:50:02.4749448Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4808284Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-08-17T12:50:02.4811889Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4852506Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-08-17T12:50:02.4855812Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.4914009Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-08-17T12:50:02.5020561Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:50:02.5021412Z r = func(*args, **kwargs) 2022-08-17T12:50:02.5368220Z ok (0.045s) 2022-08-17T12:50:02.5816415Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-08-17T12:50:02.6267641Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-08-17T12:50:02.6713413Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-08-17T12:50:02.7142144Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-08-17T12:50:02.7568755Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-08-17T12:50:02.7998949Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-08-17T12:50:02.8424803Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-08-17T12:50:02.8449840Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:02.8472685Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:02.9204329Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.073s) 2022-08-17T12:50:02.9209798Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9225428Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9231931Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9246347Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9251615Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9264504Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9269911Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9283011Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9288474Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9304376Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9310258Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9326678Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9331868Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9345323Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9350461Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9364769Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9369845Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9391932Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-08-17T12:50:02.9398039Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9412051Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9417902Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9437831Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9443857Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9457002Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9463026Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9475617Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9481574Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9494632Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9500509Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9512488Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9517707Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9530215Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9535390Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9547567Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9552976Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9565578Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:02.9571818Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9586173Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9591913Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9606728Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9613098Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9626979Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9632981Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9647482Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9653313Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9670168Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9676578Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9694275Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9700743Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9714515Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9721036Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9736980Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9743172Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9767199Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-08-17T12:50:02.9773613Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9788236Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9794700Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9815730Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-08-17T12:50:02.9821394Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9834456Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9840486Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9854474Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9860331Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9873968Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9880613Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9894580Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9901028Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9914456Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9920149Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9933368Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9939368Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9939900Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-08-17T12:50:02.9945670Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9959282Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9965617Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9978910Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:02.9984626Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:02.9998578Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0004774Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0017635Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0023425Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0036421Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0042172Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0056025Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0061849Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0074873Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0080988Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0094915Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-08-17T12:50:03.0100551Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0113380Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0118605Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0131407Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0137192Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0150625Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0156538Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0168788Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0174148Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0186006Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0191324Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0203800Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0209474Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0221896Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0227485Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0239891Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-08-17T12:50:03.0249866Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0327203Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-08-17T12:50:03.0336633Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0412807Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-08-17T12:50:03.0422413Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0427708Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0437990Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0443696Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0453531Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0453888Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-08-17T12:50:03.0463320Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0478129Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0487851Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0500624Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0509964Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0523016Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0533000Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0550228Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-08-17T12:50:03.0560564Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0573165Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0582701Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0598136Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0607982Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0613219Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0622748Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0698285Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-08-17T12:50:03.0707798Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0783229Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-08-17T12:50:03.0792692Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0798175Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0808016Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0813364Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0822882Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0828265Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0837897Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0849467Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0859057Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0872383Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0882140Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0894527Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0904051Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0916574Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0926354Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0938316Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0948011Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0953328Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-08-17T12:50:03.0963098Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0975620Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.0985702Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.0998722Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.1008611Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1020748Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-08-17T12:50:03.1026928Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1034894Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1041334Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1049400Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1055622Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1060925Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1067182Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1072419Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1078761Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1087067Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1093299Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1102567Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1108840Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1116620Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1123035Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1131326Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1137584Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1148854Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-08-17T12:50:03.1155075Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1163157Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1169645Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1180487Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-08-17T12:50:03.1186814Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1192126Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1198366Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1205946Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1212185Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1219448Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1225659Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1230935Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1237249Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1242528Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1248944Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1254240Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1260561Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1267927Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1274283Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1282143Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1288680Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1296165Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1302606Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1310412Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1316840Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1324510Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1330883Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1336253Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1342628Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1350044Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1356482Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1364077Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1370487Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-08-17T12:50:03.1377950Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-08-17T12:50:03.1392730Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:03.1722650Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-08-17T12:50:03.1783044Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:50:03.1783679Z return n/db/n.sum(), bin_edges 2022-08-17T12:50:18.1573785Z ok (14.985s) 2022-08-17T12:50:18.2083928Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.051s) 2022-08-17T12:50:18.2217455Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:50:18.2218097Z hist /= s 2022-08-17T12:50:39.2592377Z ok (21.051s) 2022-08-17T12:50:39.2601106Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2613158Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2621013Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2632550Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2640311Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2652135Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2659444Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2670290Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2677611Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2687540Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2694935Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2706493Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2712941Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2724105Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2731076Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2740656Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2747724Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2757192Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2764116Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2773152Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2779705Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2788554Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.2795491Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2804665Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2811510Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2820719Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2828199Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2836867Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2843894Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2854758Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2861616Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2870507Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2877124Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2888176Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2895367Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2906312Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2913464Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2924164Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2930771Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2940348Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2947006Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2956821Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2963656Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2972624Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.2979201Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.2987905Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.2994395Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3003192Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3009946Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3018681Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3025447Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3034470Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3041339Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3050644Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3057297Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3065787Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3071887Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3081987Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3089324Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3099565Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3105832Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3115221Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3121929Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3131415Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3138298Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3147078Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3154129Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3163016Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3169666Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3177734Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3184337Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3192616Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3199216Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3207574Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3214226Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3222264Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3229445Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3238729Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3245896Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3254560Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3260921Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3270410Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3277257Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3287344Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3293808Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3302706Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3309339Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3318252Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3325058Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3333964Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3340452Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3348683Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3355231Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3363562Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3370330Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3378576Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3385835Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3393338Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3400036Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3408681Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3415304Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3424163Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3430871Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3438875Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3445635Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3455304Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3461932Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3471376Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3478016Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3487087Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3493693Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3502415Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3508956Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3517755Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3524619Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3532728Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3539519Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3547486Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3554427Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3562303Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3569121Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3577170Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3583697Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3591852Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3599263Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3610094Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3617286Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3628110Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3635365Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3646735Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3654157Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3663847Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3670284Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3679716Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3686828Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3696151Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3703520Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3713302Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3720321Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3728636Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3735366Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3744503Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3751057Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3760356Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3767205Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3776410Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3782962Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3791078Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3797909Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3806205Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3813045Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3821336Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3828192Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3836572Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3843528Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3852246Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3859161Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3867506Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3874444Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3884930Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3892288Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3902408Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3908938Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3918825Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3926333Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3935954Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3943162Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3951515Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.3958395Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3966862Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3973415Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3981609Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.3988513Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.3996615Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4003362Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4011572Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4018310Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4027836Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4034091Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4042231Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4049296Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4059286Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4066053Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4076158Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4082660Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4092149Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4098803Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4108330Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4115101Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4124450Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-08-17T12:50:39.4131098Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4139322Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4146694Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4154847Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4161850Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4170239Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4176820Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4185448Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4192381Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:39.4200419Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-08-17T12:50:39.4235856Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:39.9558735Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.532s) 2022-08-17T12:50:39.9599834Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:39.9650322Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:39.9699514Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:39.9749823Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:39.9788399Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:39.9821541Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:39.9832166Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:39.9847577Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:39.9862186Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:39.9876524Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:39.9890845Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.5552795Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (13.564s) 2022-08-17T12:50:53.5572109Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:53.5682235Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:50:53.5929810Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-08-17T12:50:53.5930445Z overwrite_input=overwrite_input) 2022-08-17T12:50:53.6332407Z ok (0.065s) 2022-08-17T12:50:53.6964813Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.063s) 2022-08-17T12:50:53.7324248Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-08-17T12:50:53.7676657Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-08-17T12:50:53.7965492Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-08-17T12:50:53.8249614Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-08-17T12:50:53.8291474Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.8342155Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:53.8392479Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:53.8442754Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:53.8481496Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.8514348Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:53.8530495Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:50:53.8541294Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.8555108Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.8569595Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.8583544Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.8597603Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:50:53.8953510Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.035s) 2022-08-17T12:50:53.8976860Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-08-17T12:50:53.8982387Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-08-17T12:50:53.8993661Z tensor([1374, 1374, 1374, 1374]) 2022-08-17T12:50:53.8999500Z tensor([344, 344, 344, 344]) 2022-08-17T12:50:53.9010856Z tensor([2720]) 2022-08-17T12:50:53.9015944Z tensor([680]) 2022-08-17T12:50:53.9023195Z ok (0.007s) 2022-08-17T12:50:53.9064231Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9103813Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9141620Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9180520Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9218811Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9256881Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9294530Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:53.9306366Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9318061Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9329520Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9340735Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9352046Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9363339Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9374758Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9386007Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9397732Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9408347Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:53.9750014Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-08-17T12:50:53.9756820Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9768688Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9775651Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9785875Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9794868Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9802785Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9809853Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9819350Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9826340Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9835577Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9842726Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9852072Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9859020Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9868132Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9875488Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9884853Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-08-17T12:50:53.9891080Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9897504Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9904091Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9910621Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9916955Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9923460Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9929670Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9935978Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9942324Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9948654Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9954869Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9961303Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9967761Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9974099Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9980306Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:53.9986660Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:53.9992992Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0000671Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0007104Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0014148Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0021072Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0028087Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0034841Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0042071Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0048791Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0056944Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0063085Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0071135Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0077671Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0085770Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0092628Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0100558Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0107085Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0115070Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0122012Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0129202Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0136019Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0142995Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0149769Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0156638Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0162801Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0169165Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0175740Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0183202Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0189335Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0196651Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0202806Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0209333Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0215509Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0221817Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0227966Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0235989Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0242275Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0252025Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-08-17T12:50:54.0258563Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0267624Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-08-17T12:50:54.0273780Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0281931Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0289612Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0297403Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0304675Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0310395Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0316509Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0323774Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0329956Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0337071Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0343151Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0349603Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0355487Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0361928Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0368290Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0373997Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0380454Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0388032Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0394365Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0403200Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0410324Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0419612Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-08-17T12:50:54.0426472Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0435152Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0442051Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0450883Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-08-17T12:50:54.0457687Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0466260Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0472997Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0480020Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0487054Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0493250Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0499249Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0505350Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0511267Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0517494Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0524696Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0531460Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0537856Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0544533Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0550499Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0556572Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0562699Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0569083Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0575437Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0581286Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0587416Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0594147Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0600452Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0607619Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0613776Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0619885Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0626085Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0632208Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0638331Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0644808Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0651213Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0657758Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0664278Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0671309Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0677462Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0685040Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0691709Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0698435Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0704691Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0710784Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0716963Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0723331Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0729678Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0736851Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0743154Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0750181Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0757050Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0763443Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0770004Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0776271Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0782883Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0788740Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0794921Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0802970Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0810168Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0817706Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0824770Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0831060Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0837456Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0844205Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0851053Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0856930Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0863206Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0869668Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0876432Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0883374Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0889830Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0896969Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0903220Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0909460Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0916016Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0922168Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0928545Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0934577Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0940711Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0946720Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0952873Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0959872Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0966319Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0973218Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0979483Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0985413Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.0991559Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.0997607Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.1004266Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.1010501Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-08-17T12:50:54.1056704Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:54.1101541Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:54.1151174Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:54.1197672Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:54.1247791Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:54.1297527Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-08-17T12:50:54.1333666Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:54.1369380Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:50:54.1404277Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.1439538Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.1474646Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.1505115Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-08-17T12:50:54.1505791Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-08-17T12:50:54.1519003Z ok (0.004s) 2022-08-17T12:50:54.1554323Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.1589579Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.1613403Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:54.1635127Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:54.1657819Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:54.1680896Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:54.1703974Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:54.1812195Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-08-17T12:50:54.1812974Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-08-17T12:50:54.2054239Z ok (0.035s) 2022-08-17T12:50:54.2395329Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-08-17T12:50:54.2756224Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-08-17T12:50:54.2961542Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:50:54.3160576Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:50:54.3353759Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-08-17T12:50:54.3554523Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:50:54.3588156Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:50:54.3593008Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3604540Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.3609249Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3619739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3624234Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3634246Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3638792Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3650010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3654561Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3663330Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3667779Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3676511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3681095Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3689983Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3694440Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3703194Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3707650Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3716370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3721306Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3731303Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3735660Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3745518Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3750061Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3759979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3764750Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3775588Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3780183Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3788863Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3793371Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3802608Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3807299Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3815961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3820348Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3829028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3833419Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3842162Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3846794Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3856550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3861003Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3870753Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3875183Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3884929Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3889576Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3900109Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3904626Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3913209Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3917642Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3926520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3931099Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3939622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3943813Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3952437Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3956756Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3965574Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3969999Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3979625Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3984084Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.3993713Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.3998251Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4007990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4012353Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4022776Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4027439Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4035862Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4040416Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4049227Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4053567Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4061834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4066220Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4074677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4079180Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4087844Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4092306Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4103310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4108071Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4119377Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4124188Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4135165Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4140025Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4149937Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4154847Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4164900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4169784Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4179530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4184431Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4194180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4199086Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4209185Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4214016Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4225136Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4229557Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4239808Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4244391Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4257577Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4261999Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4273759Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4278411Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4289568Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4293979Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4305097Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4309599Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4321678Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4326268Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4336549Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4341053Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4351516Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4355825Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4366365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4370758Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4381023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4385411Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4395646Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4400266Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4409980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4414371Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4424002Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4428461Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4437931Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4442488Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4453011Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4457612Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4466669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4471084Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4483477Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4488346Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4499308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4503700Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4513952Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4518398Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4529751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4534184Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4543472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4547942Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4557159Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4561748Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4570856Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4575378Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4584343Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4589082Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4599068Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4603458Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4616490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4620881Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4635921Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4640516Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4654504Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4659113Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4672674Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4677513Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4692042Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4696841Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4709913Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4714752Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4728149Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4732897Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4745948Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4750726Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4763927Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4768868Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4781829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4786715Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4796542Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4801080Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4809886Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4814067Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4825517Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4830096Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4841307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4845950Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4855647Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4860019Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4869531Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4873840Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4884675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4889209Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4897864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4902058Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4910562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4914882Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4923484Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4927969Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4936528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4940836Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4949297Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.4953579Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4966395Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4970746Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.4985228Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.4989580Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5003047Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5007704Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5020153Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5024496Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5036962Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5041422Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5055167Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5059757Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5071397Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5075863Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5088063Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5092636Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5104100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5108526Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5120615Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5125344Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5137120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.5141563Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5150309Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5154771Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5162765Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5167383Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5177587Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5182321Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5191769Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5196352Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5205269Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5209705Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5218767Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5223042Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5232500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5237237Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5245480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5249878Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5257855Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5262280Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5270377Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5274759Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5282861Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5287360Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5295295Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5299759Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5308909Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5313423Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5321343Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5326113Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5335253Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5339453Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5348467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5353235Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5363044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5367853Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5376049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5380231Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5388260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5392713Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5400581Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5405199Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5413216Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5417692Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5425606Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5430046Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5439308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5443834Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5451992Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5456461Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5465751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5470099Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5479176Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5483669Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5493718Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5498448Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5506356Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5510754Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5518828Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5523296Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5531313Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5535730Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5543733Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5548166Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5556207Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5560888Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5569675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5574374Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5582194Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5586435Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5596884Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5601748Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5612045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5616675Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5625524Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5629997Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5638776Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5643252Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5653075Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5657747Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5665738Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5670194Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5678232Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5682736Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5690840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5695268Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5703331Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5707805Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5715749Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5720319Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5729289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5733850Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5742484Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5746917Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5755618Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5760215Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5769750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5774468Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5782592Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5786851Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5794738Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5799576Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5807728Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5812112Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5819912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5824316Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5832237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5836803Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5845689Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5850410Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5859101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5863419Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5872061Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5876474Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5886224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5890873Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5898844Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5903154Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5911179Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5915540Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5923695Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5928313Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5936390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5940780Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5948727Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5953109Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5961958Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5966585Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5974370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5978780Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.5989038Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.5993907Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6003266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6007898Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6016571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6020976Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6029616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6040967Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6043607Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6048372Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6056251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6060670Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6068576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6073144Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6081329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6085562Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6093424Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6098038Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6106171Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6110619Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6144661Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6149291Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6184579Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6188970Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6224707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6229110Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6262412Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6266964Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6300256Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6304955Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6338815Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-08-17T12:50:54.6343205Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6352696Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6357398Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6368756Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6373270Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6383378Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6388015Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6397399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6401970Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6411623Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6415907Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6426071Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6430835Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6440622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6445291Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6455033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6459497Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6469173Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6473585Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6484263Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6488928Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6498281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6502663Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6510589Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6515001Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6527668Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6532400Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6543132Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6547562Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6560871Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6565455Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6573776Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6578175Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6586206Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6590760Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6598862Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6603274Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6611500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6615983Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6623956Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6628469Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6636422Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6641026Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6652316Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6656981Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6667204Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6671565Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6680752Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6685396Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6695294Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6700263Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6708065Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6712486Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6720814Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6725365Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6733480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6737882Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6745706Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6750170Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6758139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6762814Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6775365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6779864Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6795918Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6800906Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6816556Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6821224Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6833601Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6837775Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6850772Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6855091Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6868631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.6872944Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6882277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6886773Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6894834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6899290Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6910118Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6914840Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6925426Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6930015Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6939664Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6944043Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6953478Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6957914Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6968295Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6973343Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6982841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.6987296Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.6995674Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.7000883Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7008676Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.7012482Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7020590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.7024993Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7032960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-08-17T12:50:54.7037446Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7050507Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7054813Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7070141Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7074578Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7089057Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7093427Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7105990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7110489Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7124735Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7129537Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7144347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-08-17T12:50:54.7149326Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7159254Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7163839Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7173693Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7178286Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7187833Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7192407Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7202102Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7206954Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7215535Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7220171Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7228678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7233236Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7241854Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7246543Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7255170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7259778Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7268336Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7272949Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7282901Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7287539Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7297485Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7301850Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7311572Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7316210Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7326015Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7330518Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7339113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7343740Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7352337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7357039Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7365787Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7370239Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7378786Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7383394Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7392060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7396904Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7406835Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7411433Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7421106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7425691Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7435380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7440063Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7449802Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7454344Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7463106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7467599Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7476128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7480790Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7490000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7494559Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7503343Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7507908Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7516456Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7521273Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7531142Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7535802Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7545414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7550076Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7560033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7564553Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7574314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7578938Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7587365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7591931Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7600555Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7606029Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7613789Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7618252Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7626680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7631341Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7639872Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7644789Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7656027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7661048Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7672197Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7677094Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7688184Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7693121Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7703226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7708161Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7717998Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7723134Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7733071Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7738016Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7747851Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7752947Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7763001Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7768074Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7779282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7783794Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7794196Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7798880Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7811827Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7816584Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7828590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7833337Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7844521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7849121Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7860510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7864920Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7875940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.7880589Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7891163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7895675Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7906047Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7910767Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7921416Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7926059Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7936376Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7940929Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7951283Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7955849Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7965759Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7970400Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7979959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7984506Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.7994024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.7998611Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8008252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8012880Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8021850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8026395Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8037493Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8042222Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8053444Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8058004Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8068177Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8072736Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8083057Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8087825Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8096826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8101348Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8110389Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8115390Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8124520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8129548Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8139146Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8143653Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8152821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8157446Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8170967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8175672Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8190992Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8195590Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8210073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8214603Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8228491Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8233539Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8247567Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8252623Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8265941Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8271006Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8284809Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8289785Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8303027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8308067Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8321418Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8326604Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8339856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8344895Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8354785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8359561Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8368383Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8373164Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8384363Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8389332Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8400140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8404918Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8414777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8419427Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8429235Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8434065Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8443886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8448841Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8457612Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8462223Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8470991Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8475589Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8484734Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8489361Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8498190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8502806Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8511640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8516342Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8529707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8534321Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8549175Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8553897Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8568033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8572649Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8585489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8590125Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8603215Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8608172Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8620895Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8625519Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8637776Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8642576Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8655171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8659767Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8671909Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8676350Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8688808Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8693194Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8704981Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.8709518Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8718749Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8723147Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8731171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8735664Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8745054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8749500Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8759017Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8763488Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8772649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8777091Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8785976Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8790420Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8799522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8804580Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8812877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8817710Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8826276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8831060Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8839606Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8844700Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8853215Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8857972Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8866397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8871198Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8881270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8886310Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8894626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8899635Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8909171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8914297Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8923761Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8929206Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8939057Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8944171Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8952892Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8957587Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8966253Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8971029Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8979368Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8984188Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.8992626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.8997468Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9006333Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9010897Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9020636Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9025481Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9033851Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9038716Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9048770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9053531Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9062959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9067891Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9077339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9082422Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9090828Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9095637Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9104119Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9108887Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9117109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9122137Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9130781Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9135565Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9144308Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9148630Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9157741Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9162350Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9170719Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9175302Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9185173Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9189605Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9199451Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9203929Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9213440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9217934Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9226898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9231351Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9240605Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9245327Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9253601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9258097Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9266440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9271078Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9279169Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9283726Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9292185Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9296779Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9304926Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9309524Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9318522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9323249Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9332269Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9336852Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9345858Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9350321Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9359251Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9363836Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9372264Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9376769Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9384939Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9390064Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9398057Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9402728Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9411371Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9416446Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9424260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9429228Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9438397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9443337Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9452427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9457069Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9465946Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9470471Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9479173Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9483529Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9491636Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9496109Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9504234Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9508483Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9516490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9521026Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9529456Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9533731Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9541649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9546583Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9555513Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9560349Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9568784Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9573538Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9583372Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9588169Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9598027Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9602900Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9612266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9617087Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9625862Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9630697Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9639550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9644603Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9653080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9657957Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9666171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9671093Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9679329Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9684250Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9692539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9697393Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9705631Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9710541Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9744841Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9749923Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9784975Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9789821Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9828608Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9833142Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9866622Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9871617Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9905491Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9910704Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9943137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-08-17T12:50:54.9948177Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9957799Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:54.9962825Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9974107Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.9979988Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:54.9990707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:54.9995896Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0006389Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0011623Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0021765Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0026947Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0037101Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0042443Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0053139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0058300Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0068679Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0073842Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0084589Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0089816Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0100232Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0105501Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0115471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0120812Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0129819Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0135022Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0144955Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0150225Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0160609Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0166086Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0175758Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0180988Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0190042Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0195098Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0204440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0209583Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0218471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0223581Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0232763Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0237827Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0247110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0252242Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0261024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0266239Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0276972Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0282341Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0293344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0298591Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0308560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0313742Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0323906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0329264Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0338166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0343313Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0352076Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0356514Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0364837Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0369389Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0377755Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0382430Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0390548Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0395132Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0408314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0412900Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0428665Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0433788Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0449810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0454886Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0467465Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0472048Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0485326Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0489997Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0502776Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0507482Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0516892Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0521609Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0529765Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0534372Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0544911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0549879Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0560185Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0565036Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0574660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0579303Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0588635Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0593296Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0602723Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0607455Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0615667Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0620277Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0628202Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0632582Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0640554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0645139Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0653129Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0657473Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0665480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-08-17T12:50:55.0670018Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0682458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0687136Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0700810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0705590Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0719713Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0724511Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0737346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0741388Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0753829Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0758442Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0771429Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-08-17T12:50:55.0775558Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0785232Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0789646Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0799346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0803531Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0813367Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0817563Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0827922Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0832191Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0840651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0844827Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0853307Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0857486Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0865645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0869750Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0878045Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0882380Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0890828Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0894903Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0904486Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0908599Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0918260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0922475Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0932151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0936361Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0946966Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0951339Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0960036Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0964653Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0973097Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0977287Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0985897Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.0990057Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.0998722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1002981Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1011702Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1015938Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1025642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1029902Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1039704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1043910Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1053789Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1058013Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1068244Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1072812Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1081410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1085760Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1094166Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1098514Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1106749Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1111006Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1119438Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1123766Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1132365Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1136636Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1146208Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1150505Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1160233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1164639Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1174396Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1178694Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1188915Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1193514Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1201980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1206441Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1214783Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1219131Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1227506Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1231678Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1240057Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1244619Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1252865Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1257141Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1268060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1272788Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1283889Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1288688Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1300207Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1304989Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1314943Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1319837Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1329886Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1334633Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1344455Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1349136Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1359020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1363840Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1373885Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1378611Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1389636Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1393970Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1404467Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1408792Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1421847Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1426491Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1438983Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1443715Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1454961Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1459137Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1470448Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1474999Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1487163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1492539Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1503626Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1508358Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1519631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1524610Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1535672Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1540518Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1551645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1556409Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1567832Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1572607Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1583087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1587954Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1598300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1603172Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1613637Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1618487Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1629666Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1634556Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1644440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1649177Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1661648Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1666445Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1677087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1681553Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1691574Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1695814Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1705470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1709855Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1718732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1722882Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1731753Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1735974Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1744518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1748939Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1757477Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1761896Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1770734Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1775015Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1787916Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1792161Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1807750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1812368Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1826985Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1831740Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1845626Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1850326Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1864173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1868890Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1882121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1886981Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1900170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1904838Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1918059Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1922899Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1936310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1940901Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1954099Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.1958964Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1968786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1973186Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1981785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.1986037Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.1997405Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2002224Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2013508Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2018219Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2027958Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2032288Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2042171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2046596Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2056806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2061543Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2070282Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2074794Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2083372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2087842Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2096314Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2100609Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2109149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2113470Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2122197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2126590Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2139089Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2143458Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2158337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2163160Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2177585Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2182283Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2194990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2199492Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2212232Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2216513Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2230473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2235320Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2247404Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2252053Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2264312Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2268896Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2281257Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2285963Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2298398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2302954Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2315302Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.2319996Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2329331Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2333840Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2342166Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2346701Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2357368Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2362731Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2373204Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2378007Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2387609Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2392321Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2402092Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2406935Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2417412Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2422431Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2431370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2436118Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2445458Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2450118Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2459087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2463881Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2472576Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2477491Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2486441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2491190Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2501210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2505977Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2514755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2519638Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2529775Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2534588Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2544495Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2549478Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2560330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2565507Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2574138Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2578906Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2587722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2592465Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2601199Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2606207Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2614903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2619775Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2628378Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2633240Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2642583Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2647736Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2655733Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2659950Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2669219Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2673472Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2682803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2687234Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2697366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2701765Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2709889Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2714158Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2722378Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2726957Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2735332Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2739712Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2747936Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2752248Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2760396Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2764836Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2773712Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2777943Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2785841Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2790119Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2800549Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2805196Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2814844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2819083Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2827884Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2832171Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2841062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2845533Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2854871Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2859449Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2867238Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2871359Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2879328Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2883496Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2891586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2895749Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2903596Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2907753Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2915662Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2919863Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2928946Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2932809Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2941292Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2945712Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2954363Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2958839Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2968618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2973202Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2981161Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2985384Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.2993249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.2997460Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3005514Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3009737Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3017558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3021824Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3029805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3034053Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3042839Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3047194Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3055837Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3060044Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3068841Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3072932Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3081725Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3086068Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3093977Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3098204Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3106070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3110250Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3118143Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3122484Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3130498Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3134646Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3142616Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3146863Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3155747Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3160091Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3168328Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3172582Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3182907Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3187387Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3196933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3201269Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3210323Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3214438Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3223256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3227628Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3237248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3241850Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3250150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3254277Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3262324Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3266540Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3274587Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3278928Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3287172Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3291320Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3299444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3303716Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3338106Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3342553Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3379007Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3383217Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3418402Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3422620Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3456803Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3461212Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3495905Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3499801Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3533358Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.3537681Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3547022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3551241Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3562373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3567013Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3577650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3582245Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3591510Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3595790Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3605358Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3609552Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3619590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3624181Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3633768Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3637950Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3647913Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3652128Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3661656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3665944Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3676158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3680878Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3690116Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3694320Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3702384Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3706511Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3715628Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3719897Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3729245Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3733531Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3743262Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3747830Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3755872Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3760161Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3768404Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3772548Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3780454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3784666Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3792612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3797105Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3805316Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3809362Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3817343Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3821542Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3832318Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3836790Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3846980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3851208Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3860330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3864610Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3874445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3878917Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3887106Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3891273Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3899176Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3903403Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3911305Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3915483Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3923554Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3927932Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3936478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.3940784Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3954047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.3957444Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3972523Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.3977183Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.3991929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.3996659Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4009425Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4013803Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4026148Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4030426Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4043861Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4048374Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4057540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4061843Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4069857Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4074171Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4085355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4089901Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4100539Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4105177Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4114418Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4118753Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4128234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4132515Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4142403Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4147083Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4155136Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4159488Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4167776Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4172023Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4179964Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4184216Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4192248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4196544Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4205372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4209141Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4221608Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4225843Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4240415Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4244859Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4258347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4262707Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4274955Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4279347Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4291962Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4296216Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4309450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4313843Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4323766Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4328305Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4338041Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4342346Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4352081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4356379Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4367244Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4371586Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4380211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4384468Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4392968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4397255Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4405934Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4410171Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4418627Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4422887Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4431478Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4435762Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4445770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4450034Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4460409Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4464096Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4473785Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4478034Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4489019Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4493351Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4501922Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4506196Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4514746Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4519090Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4527729Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4531974Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4540643Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4545182Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4553606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4557822Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4567731Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4572086Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4581644Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4585913Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4595613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4600057Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4610845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4615095Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4623507Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4627796Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4636249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4640646Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4649079Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4653349Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4661838Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4666114Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4674593Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4678937Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4688803Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4693083Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4702805Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4707766Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4716796Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4721194Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4731805Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4736314Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4745270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4749761Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4758167Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4762595Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4770993Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4775228Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4783677Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4787937Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4796495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4800844Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4811966Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4816623Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4827659Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4832419Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4844349Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4849152Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4859065Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4863797Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4873717Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4878455Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4888576Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4893226Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4903182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4907911Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4917887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4922705Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4934042Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4938332Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4948706Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.4953068Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4966398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4970623Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4982554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.4987387Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.4998314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5002842Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5014239Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5018452Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5030735Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5035211Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5045964Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5050243Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5060758Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5065131Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5075741Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5080181Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5090957Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5095297Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5105953Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5110241Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5120271Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5124770Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5134610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5138946Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5148804Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5153193Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5164163Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5168575Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5177510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5181875Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5193720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5198041Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5209239Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5214273Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5223793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5228122Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5239246Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5243760Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5252829Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5257294Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5266278Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5270449Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5279354Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5283682Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5292845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5297179Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5306150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5310421Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5335879Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5336282Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5343823Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5348256Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5363064Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5367969Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5381847Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5386612Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5400986Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5405850Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5419251Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5424105Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5437358Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5442192Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5455765Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5460480Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5473751Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5478387Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5491831Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5496904Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5506559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5510531Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5519160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5523248Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5535066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5539280Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5549739Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5554074Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5563790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5568318Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5577962Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5582195Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5592859Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5597101Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5605853Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5610007Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5618561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5622798Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5631250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5635412Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5644184Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5648575Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5657122Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5661357Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5673935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5678239Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5693377Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5697929Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5712346Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5715884Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5728793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5733084Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5745459Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5749716Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5763397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5767829Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5780207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5784057Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5796124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5800379Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5812611Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5816708Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5828654Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5832894Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5845126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.5849430Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5858221Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5862470Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5870373Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5874709Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5885179Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5889702Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5899173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5903426Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5912244Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5916468Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5925422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5929665Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5939130Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5943700Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5951620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5955913Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5964197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5968776Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5976677Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5981516Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.5989172Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.5993476Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6001667Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6006275Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6015461Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6019789Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6027931Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6032260Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6041790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6046266Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6055501Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6059876Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6069873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6074559Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6082807Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6087277Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6095433Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6099773Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6107742Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6112102Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6120438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6125373Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6133389Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6137799Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6147584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6151867Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6160151Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6164683Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6174241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6178528Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6188058Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6192305Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6202861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6207460Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6215749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6220050Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6228231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6232320Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6240469Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6245128Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6252852Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6257188Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6265412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6269457Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6278295Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6282777Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6290895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6295188Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6306075Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6310461Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6320042Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6324383Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6333491Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6337834Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6346726Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6350880Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6360546Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6365661Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6373274Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6377493Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6385518Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6389749Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6397812Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6402067Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6410249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6414502Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6422505Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6426714Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6435453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6440049Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6448701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6452833Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6461573Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6465738Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6475345Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6479771Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6487921Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6492283Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6500196Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6504281Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6512203Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6516440Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6524867Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6528903Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6536890Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6541038Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6549809Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6554039Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6563025Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6567284Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6575948Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6580149Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6589604Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6594093Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6602184Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6606491Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6614369Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6618591Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6626531Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6630767Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6638801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6643058Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6651162Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6655361Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6664321Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6668518Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6676617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6680995Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6691599Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6696072Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6705616Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6709897Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6718747Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6723197Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6732107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6736314Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6745861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6750430Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6758506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6762824Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6771140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6775440Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6783495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6787630Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6796197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6800649Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6809037Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.6813373Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6847960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.6852319Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6888858Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.6893026Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6928269Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.6932597Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.6966996Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.6971471Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7005682Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.7011672Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7047124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-08-17T12:50:55.7051466Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7061095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7065172Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7076122Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7080772Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7091387Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7095394Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7104798Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7108984Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7118408Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7122718Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7132213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7136302Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7145995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7150205Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7160111Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7164599Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7174340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7178524Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7188806Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7193434Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7202653Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7206950Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7214987Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7219251Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7228390Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7232692Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7242241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7247047Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7256791Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7261489Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7269548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7273871Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7282066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7286550Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7294554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7298861Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7307096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7311371Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7319488Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7324133Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7332323Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7336673Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7347521Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7352268Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7362497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7367003Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7376280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7380594Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7390556Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7395204Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7403468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7408081Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7416097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7420441Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7428394Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7432811Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7441035Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7445545Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7453624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7458121Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7470512Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7474975Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7490331Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7495138Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7511475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7516301Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7529110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7533492Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7545949Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7550326Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7563825Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7568376Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7577638Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7582057Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7590061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7594431Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7605697Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7610390Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7620465Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7624827Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7634128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7638514Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7648009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7652388Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7662377Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7666949Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7675034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7679483Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7687781Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7692010Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7700009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7704329Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7712437Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7716776Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7725425Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-08-17T12:50:55.7729668Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7742186Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7746547Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7761014Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7765651Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7778895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7783444Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7795892Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7800312Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7812968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7817336Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7830572Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-08-17T12:50:55.7834665Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7844600Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7848694Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7858251Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7862328Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7871832Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7876058Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7885673Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7889773Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7898234Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7902278Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7910724Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7914772Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7923380Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7927533Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7935982Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7940031Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7948448Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7952502Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7962190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7966283Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7975880Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7979868Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.7989435Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.7993529Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8003142Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8007439Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8015924Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8019837Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8028307Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8032309Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8040773Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8044857Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8053463Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8057367Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8065984Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8069893Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8079713Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8083723Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8093468Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8097399Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8106955Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8110999Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8120580Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8124887Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8133138Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8137186Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8145610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8149618Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8157844Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8161926Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8170583Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8174552Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8183015Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8187080Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8196722Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8200964Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8210747Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8214755Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8224653Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8228541Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8238025Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8242434Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8250745Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8254775Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8263210Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8267250Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8275458Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8279648Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8288150Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8292224Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8300636Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8304704Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8315614Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8320311Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8331186Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8335708Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8346348Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8350884Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8360754Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8365366Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8375130Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8379670Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8389332Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8393845Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8403738Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8408366Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8418045Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8422593Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8433699Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8437799Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8448251Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8452276Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8464011Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8468089Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8480586Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8484086Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8495131Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8499181Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8510039Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8514109Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8525215Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8529291Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8539516Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8543689Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8553922Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8558020Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8568627Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8572671Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8582997Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8587704Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8597391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8601629Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8611208Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8615295Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8624753Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8629100Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8638329Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8642438Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8652002Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8656107Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8664840Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8669072Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8679931Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8683948Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8694897Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8698982Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8708843Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8713064Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8722952Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8727511Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8736009Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8740566Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8749345Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8753223Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8762112Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8766268Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8775033Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8779085Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8787822Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8791942Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8805754Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8809371Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8823933Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8828341Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8842194Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8846398Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8860100Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8864491Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8878021Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8882561Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8895765Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8900170Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8913163Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8917673Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8930995Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8935400Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8948610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8952994Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8966076Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.8970496Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8980432Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8984396Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.8992915Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.8996898Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9007596Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9011673Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9022008Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9026090Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9035731Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9040018Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9049675Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9053750Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9063328Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9067390Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9075894Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9079975Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9088720Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9092740Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9101202Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9105176Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9113724Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9117772Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9126546Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9130494Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9143212Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9147296Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9161435Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9165962Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9179414Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9183497Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9196048Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9200140Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9212911Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9216958Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9229402Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9233532Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9245728Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9249729Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9261617Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9265766Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9277599Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9281803Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9293778Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9297850Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9309900Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:55.9313981Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9322918Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9327079Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9334975Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9339037Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9348454Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9352476Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9362104Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9366300Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9374964Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9379072Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9387764Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9391897Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9400638Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9404879Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9412910Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9416775Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9424643Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9428567Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9436479Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9440511Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9448584Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9452463Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9460343Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9464319Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9473492Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9477388Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9486283Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9490630Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9500415Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9505000Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9514924Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9519465Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9529419Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9533939Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9542701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9547529Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9556144Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9560937Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9569529Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9573862Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9582603Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9587030Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9595794Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9600296Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9610321Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9614767Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9623435Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9627875Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9637937Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9642598Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9652644Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9656928Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9666009Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9669902Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9677938Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9681984Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9690182Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9694229Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9701952Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9705880Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9713772Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9717680Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9725929Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9730144Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9738963Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9742686Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9750675Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9754449Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9763953Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9768094Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9777552Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9781450Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9790332Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9794800Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9804222Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9808314Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9816672Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9820614Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9828678Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9832835Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9841231Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9845828Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9854024Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9858293Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9866539Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9870711Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9879112Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9883330Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9892730Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9896950Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9906011Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9910297Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9919378Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9923617Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9932886Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9937082Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9945367Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9949616Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9957841Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9962187Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9970653Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9974847Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9983073Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9987493Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:55.9995495Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:55.9999952Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0009100Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0013323Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0022344Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0026582Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0035589Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0039953Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0049295Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0053567Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0061853Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0066151Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0074388Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0078717Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0087318Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0091463Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0099741Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0103982Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0112233Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0116500Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0125930Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0130133Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0138379Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0142619Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0152330Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0156664Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0166611Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0170909Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0179910Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0184203Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0193215Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0197479Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0206619Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0210928Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0219139Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0223368Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0231649Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0235921Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0244211Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0248083Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0255833Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0259794Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0267794Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0271813Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0305284Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0309534Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0343382Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0347590Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0381835Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0386041Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0419092Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0423293Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0456642Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0460608Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0493721Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-08-17T12:50:56.0497257Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0506595Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0510593Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0520675Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0524965Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0535126Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0539053Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0548392Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0552370Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0561619Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0565852Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0574859Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0578975Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0588563Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0592687Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0602286Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0606527Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0615938Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0620098Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0629359Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0633490Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0642648Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0646906Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0654796Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0658877Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0667949Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0672020Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0681290Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0685451Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0694435Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0698513Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0706646Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0710618Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0718697Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0722651Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0730765Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0734778Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0743462Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0746810Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0754920Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0758964Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0767093Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0771058Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0780997Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0785269Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0794983Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0799318Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0808482Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0812389Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0821394Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0825355Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0833156Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0837345Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0845352Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0848987Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0856663Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0860675Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0868154Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0871936Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0879785Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.0883636Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0895987Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0899902Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0914630Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0919068Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0934209Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0938423Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0950353Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0954186Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0967410Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0971708Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0983822Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.0987703Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.0996766Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1000846Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1009285Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1013318Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1023642Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1027807Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1038234Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1042394Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1051564Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1055414Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1064252Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1068102Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1077047Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1080971Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1088872Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1092652Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1100393Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1104236Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1111813Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1115626Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1123439Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1127630Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1135194Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-08-17T12:50:56.1139122Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1151237Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1155082Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1168692Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1172626Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1187222Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1191546Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1203519Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1207676Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1219865Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1223751Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:50:56.1235742Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-08-17T12:50:56.1254906Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:56.1274268Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:56.1290005Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:50:56.1301795Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:56.1312122Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:50:56.3682172Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.237s) 2022-08-17T12:50:56.3792813Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-08-17T12:51:00.1810864Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-08-17T12:51:00.1811296Z overwrite_input=overwrite_input, interpolation=interpolation 2022-08-17T12:51:00.6080973Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-08-17T12:51:00.6081311Z overwrite_input, interpolation) 2022-08-17T12:51:01.6513603Z ok (5.272s) 2022-08-17T12:51:06.7994742Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (5.148s) 2022-08-17T12:51:06.8292160Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.030s) 2022-08-17T12:51:06.8363668Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-08-17T12:51:06.8599319Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.023s) 2022-08-17T12:51:06.8609473Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:51:06.8657683Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.005s) 2022-08-17T12:51:06.8701851Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:51:06.8745947Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:51:06.8790247Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:51:06.8806855Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:51:06.8823227Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:51:06.8839752Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:51:06.8856509Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:51:06.8863667Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8883473Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-08-17T12:51:06.8890973Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8907865Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.8914654Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8930486Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.8936946Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8951111Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.8957808Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8971700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.8978330Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.8991852Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.8998513Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9012726Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9019282Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9033101Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9039773Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9055514Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9062292Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9077817Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9084837Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9100290Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9107444Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9121701Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9128493Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9142635Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9149191Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9163272Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9170303Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9184403Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9191072Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9205428Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9212153Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9228214Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9235188Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9251361Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9257907Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9273682Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9280588Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9294770Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9301445Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9315458Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9322235Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9335670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9342417Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9356388Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9363345Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9377797Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9384437Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9400803Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9407654Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9423780Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9430541Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9446817Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9453504Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9467739Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9474538Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9489247Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9495968Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9509279Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9516064Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9530627Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9537357Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9551490Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9558194Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9573347Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9580104Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9598313Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9605411Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9623066Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9630042Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9646721Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9653177Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9669400Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9676104Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9690996Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9697610Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9712145Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9718836Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9733258Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9739879Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9754377Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9761194Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9773318Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9779929Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9794433Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9801733Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9818616Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9825248Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9842023Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9848832Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9864438Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9871098Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9887121Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9893662Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9909522Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9915841Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9931014Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9937711Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9951600Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9958292Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9972374Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9978975Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:06.9992873Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:06.9999537Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0011158Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0017738Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0030593Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0037232Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0052056Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0058699Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0073081Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0079866Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0093784Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0100404Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0114061Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0120806Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0134991Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0141668Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0155846Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0163069Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0177274Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0184463Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0198035Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0204532Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0217746Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0224497Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0237927Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0244844Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0257708Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0264313Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0279325Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0286088Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0300765Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0307358Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0321990Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0328793Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0341753Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0348416Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0361569Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0368339Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0381036Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0387661Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0401047Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0407896Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0422377Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0429370Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0443526Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0450910Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0465898Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0472529Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0487589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0494237Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0508777Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0515421Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0528735Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0535387Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0548402Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0555109Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0568201Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0574710Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0587740Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0594310Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0607777Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0614299Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0627049Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0633678Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0648567Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0655276Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0669933Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0676726Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0692149Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0699197Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0714209Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0721236Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0735199Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0741811Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0754787Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0764211Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0777001Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0783706Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0796918Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0803734Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0817052Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0823700Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0837210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0844243Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0857847Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0864587Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0878026Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0884994Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0898459Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0905137Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0917737Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0924886Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0937618Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0945163Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0958137Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0964925Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0977574Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.0984305Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.0996727Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1003748Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1017069Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1023770Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1036975Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1043817Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1057262Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1063940Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1076480Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1083300Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1096099Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1102757Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1115242Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1122029Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1134738Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1141405Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1153983Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1160752Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1174283Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1181044Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1195878Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1202869Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1217726Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1224680Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1238497Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1245427Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1259308Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1266097Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1280158Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1287097Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1300287Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1307150Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1320546Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1327585Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1340739Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1347677Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1361352Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1368207Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1381644Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1388541Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1406084Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1412923Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1429671Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1436559Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1452793Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1459602Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1475236Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1482330Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1497795Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1504637Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1522581Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1529602Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1547040Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1553801Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1571276Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1578026Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1591522Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1598232Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1613931Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1620722Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1636165Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1643103Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1658539Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1665318Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1678840Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1685804Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1699223Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1706007Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1719213Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1726343Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1739589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1746377Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1757186Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1764244Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1777359Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1784067Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1800267Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1807444Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1808047Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1814548Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1829402Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1836163Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1851045Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1857818Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1870709Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1877233Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1890538Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1897246Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1910053Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1916667Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1930088Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.1936878Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1937412Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1944816Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1945486Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1952836Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1953345Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1960597Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1961048Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1967875Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1968660Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1975459Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1976120Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.1982582Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:51:07.1995507Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2002452Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2018283Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2025039Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2041548Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2049015Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2049931Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2056342Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2071204Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2078140Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2093591Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2100437Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2113551Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2120583Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2133956Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2140773Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2153771Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2160709Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2174107Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2180924Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2191589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-08-17T12:51:07.2198613Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2199269Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2206530Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2207070Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2214433Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2215231Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2222213Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2222674Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2229546Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2230177Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-08-17T12:51:07.2235562Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2249541Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2255270Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2268732Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2274624Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2287761Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2293598Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2306353Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2312171Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2328001Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2333859Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2348035Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2354323Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2369706Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2375776Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2389644Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2395776Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2408964Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2414839Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2426601Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2432651Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2445468Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2451796Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2464161Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2470165Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2483472Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2489461Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2501212Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2507221Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2519650Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2526012Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2548436Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2549079Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2556896Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2563048Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2574691Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2580718Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2594991Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:51:07.2595375Z ret = ret.dtype.type(ret / rcount) 2022-08-17T12:51:07.2598797Z ok (0.002s) 2022-08-17T12:51:07.2605593Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2619665Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2625919Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2643449Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2650941Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2664785Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2671214Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2685720Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2692181Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2705058Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2711485Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2735018Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:51:07.2736189Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-08-17T12:51:07.2737056Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-08-17T12:51:07.2737754Z x = asanyarray(arr - arrmean) 2022-08-17T12:51:07.2745992Z ok (0.004s) 2022-08-17T12:51:07.2752832Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2777483Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-08-17T12:51:07.2783750Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2797514Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2803200Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2815729Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-08-17T12:51:07.2821420Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2847573Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-08-17T12:51:07.2853426Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2876399Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-08-17T12:51:07.2881359Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.2994938Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.2999295Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3117463Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.3121893Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3254780Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-08-17T12:51:07.3259503Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3392692Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-08-17T12:51:07.3397503Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3513210Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.3516767Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3634786Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.3639327Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3751648Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.3757089Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3864564Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-08-17T12:51:07.3870409Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.3979750Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-08-17T12:51:07.3984338Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4101210Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.4106031Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4229696Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-08-17T12:51:07.4234773Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4360376Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-08-17T12:51:07.4365260Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4497752Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-08-17T12:51:07.4501850Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4608460Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-08-17T12:51:07.4613565Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4761572Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-08-17T12:51:07.4765955Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.4887170Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.4892518Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.5005890Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-08-17T12:51:07.5010366Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.5188821Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-08-17T12:51:07.5193600Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.5336669Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-08-17T12:51:07.5341037Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.5510202Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-08-17T12:51:07.5515293Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.5838200Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.033s) 2022-08-17T12:51:07.5843431Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.6231728Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-08-17T12:51:07.6236895Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.6628618Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-08-17T12:51:07.6633634Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.7038937Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-08-17T12:51:07.7044655Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.7450809Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-08-17T12:51:07.7456362Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.7851946Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-08-17T12:51:07.7858097Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.8258390Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-08-17T12:51:07.8263168Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.8651571Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-08-17T12:51:07.8656689Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.9043128Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-08-17T12:51:07.9048361Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.9445511Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-08-17T12:51:07.9450452Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:07.9811078Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-08-17T12:51:07.9816110Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.0054917Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.024s) 2022-08-17T12:51:08.0059598Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.0308529Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.025s) 2022-08-17T12:51:08.0348253Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.0735783Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-08-17T12:51:08.0741379Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.1206489Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-08-17T12:51:08.1211980Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.1633004Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-08-17T12:51:08.1639478Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.2036693Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-08-17T12:51:08.2042485Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.2615305Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.058s) 2022-08-17T12:51:08.2621064Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.3011361Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-08-17T12:51:08.3016557Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:08.3596089Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.058s) 2022-08-17T12:51:08.3601735Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:13.7282221Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.368s) 2022-08-17T12:51:13.7288180Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:18.5625410Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.834s) 2022-08-17T12:51:18.5631406Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:23.8113131Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.249s) 2022-08-17T12:51:23.8118951Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:29.0939026Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.282s) 2022-08-17T12:51:29.0944652Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:34.0777873Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.984s) 2022-08-17T12:51:34.0782747Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:38.8825506Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.805s) 2022-08-17T12:51:38.8830386Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:43.8475497Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.965s) 2022-08-17T12:51:43.8481620Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:48.6772800Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.830s) 2022-08-17T12:51:48.6777440Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:53.4967950Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.819s) 2022-08-17T12:51:53.4973213Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:51:58.5522246Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.055s) 2022-08-17T12:51:58.5528254Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:03.8540719Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.302s) 2022-08-17T12:52:03.8546838Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:09.1092744Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.255s) 2022-08-17T12:52:09.1099045Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:14.5350741Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.426s) 2022-08-17T12:52:14.5355303Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:19.4488628Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.914s) 2022-08-17T12:52:19.4493488Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:26.4842241Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.035s) 2022-08-17T12:52:26.4847214Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:32.4423128Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.958s) 2022-08-17T12:52:32.4429341Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:37.3754580Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.933s) 2022-08-17T12:52:37.3759683Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:44.5099673Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.134s) 2022-08-17T12:52:44.5104968Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:49.3462516Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.836s) 2022-08-17T12:52:49.3467651Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6193896Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.273s) 2022-08-17T12:52:56.6202657Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6218756Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-08-17T12:52:56.6221256Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6230369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6235282Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6242399Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6246755Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6253124Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6257396Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6263886Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6268131Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6274468Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6278728Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6285333Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6289555Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6295820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6300508Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6308733Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6313543Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6321693Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6326672Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6334775Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6339534Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6346654Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6351411Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6358735Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6363713Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6373898Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6378690Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6386207Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6390959Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6398105Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6403004Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6411198Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6415954Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6423814Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6428617Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6436457Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6441309Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6448597Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6453367Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6460490Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6465441Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6472268Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6477020Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6484462Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6489882Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6496284Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6501243Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6509139Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6513822Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6521886Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6527005Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6534621Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6539462Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6546594Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6551494Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6558637Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6563436Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6570631Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6575426Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6582534Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6587393Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6594454Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6599273Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6606777Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6611765Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6620579Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6625384Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6634237Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6639144Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6647344Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6652091Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6660093Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6664844Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6672204Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6676968Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6684643Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6688496Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6694852Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6699012Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6705572Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6709875Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6716398Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6720808Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6727405Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6731656Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6739697Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6744014Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6752006Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6756285Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6763654Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6768047Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6775190Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6779450Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6786762Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6791054Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6798006Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6802352Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6809366Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6813248Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6819648Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6823834Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6830345Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6834614Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6841469Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6845593Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6851539Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6855910Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6863411Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6867811Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6875241Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6879772Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6886567Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6890801Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6897498Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6901752Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6908412Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6912670Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6918715Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6922952Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6928966Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6933220Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6939168Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6943365Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6949215Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6953504Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6959433Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6963754Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6970201Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6974224Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6981131Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6985286Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.6992211Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.6996241Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7003233Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7007537Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7013559Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7017706Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7023803Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7027959Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7034018Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7038161Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7044549Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7048673Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7054759Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7058943Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7064980Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7069049Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7075911Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7080231Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7087303Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7091435Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7098339Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7102497Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7108613Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7112817Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7118954Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7123146Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7129369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7133513Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7139610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7143735Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7149829Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7153986Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7159913Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7164298Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7171736Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7175942Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7183295Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7187528Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7194192Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7198465Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7205381Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7209545Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7216179Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7220471Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7226375Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7230730Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7236519Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7240870Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7246989Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7251211Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7257560Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7262172Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7268616Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7273213Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7280810Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7285640Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7292934Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7297525Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7304864Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7309438Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7316049Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7320719Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7327442Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7332024Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7338629Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7343336Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7349991Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7354546Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7361264Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7365978Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7373483Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7378135Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7385494Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7390081Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7397574Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7402210Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7408918Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7413479Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7420055Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7424750Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7431267Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7435855Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7442525Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7447257Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7453809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7458490Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7464961Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7469693Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7477767Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7482628Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7491045Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7495568Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7502325Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7506641Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7513433Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7517841Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7525109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7529259Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7535231Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7539607Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7545563Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7549833Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7555920Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7560455Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7566527Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7571029Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7577085Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7581434Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7589576Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7594030Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7602224Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7606810Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7614194Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7618550Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7625888Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7630230Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7637378Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7641829Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7650290Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7654651Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7662683Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7667068Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7674821Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7679199Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7685710Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7690031Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7697271Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7701527Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7708725Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7713081Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7720455Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7725033Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7731274Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7735604Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7742154Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7746338Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7752649Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7757048Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7763518Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7767962Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7774386Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7778684Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7785217Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7789501Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7797484Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7801894Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7809868Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7814167Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7821174Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7825472Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7832534Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7836952Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7843289Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7847704Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7854032Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7858350Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7864587Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7868898Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7875194Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7879584Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7886095Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7890325Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7898806Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T12:52:56.7899170Z keepdims=keepdims) 2022-08-17T12:52:56.7901198Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-08-17T12:52:56.7901612Z ret = ret.dtype.type(ret / rcount) 2022-08-17T12:52:56.7904388Z ok (0.002s) 2022-08-17T12:52:56.7909166Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7917432Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:52:56.7917858Z ret = ret.dtype.type(ret / rcount) 2022-08-17T12:52:56.7921526Z ok (0.002s) 2022-08-17T12:52:56.7926729Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7935810Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7940010Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7949268Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7953537Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7962906Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7967387Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7973730Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7977827Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7985485Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.7989686Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.7997440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8001753Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8009109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8013141Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8020141Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8024314Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8031384Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8035505Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8041908Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8046297Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8052517Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8056773Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8062964Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8067183Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8073498Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8077731Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8084269Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8088478Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8096097Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T12:52:56.8096607Z **kwargs) 2022-08-17T12:52:56.8099733Z ok (0.002s) 2022-08-17T12:52:56.8104240Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8114697Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8119070Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8128264Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8132399Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8141740Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8145933Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8154945Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-08-17T12:52:56.8161986Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8191437Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.8198466Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8226633Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8233565Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8262766Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.8269450Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8294470Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8301555Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8325944Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8332721Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8356329Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8363300Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8387682Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8394533Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8419426Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8426243Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8455084Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.8461999Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8490296Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8497193Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8526045Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.8532774Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8557230Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8564273Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8588452Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8595203Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8619446Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8626222Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8650892Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8657683Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8682025Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8688952Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8709688Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8716563Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8737233Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8743918Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8765096Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8772124Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8789617Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.8796883Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8814602Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.8821097Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8837390Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.8844956Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8862200Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.8868823Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8886940Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.8893906Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8914241Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8921271Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8942981Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8950489Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8972333Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.8979499Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.8997171Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9004292Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9021698Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9028704Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9045314Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9052164Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9069500Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9076297Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9094195Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9101019Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9126887Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9133609Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9167694Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9174535Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9206979Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9214686Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9243768Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9250891Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9280318Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9286942Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9312204Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9319047Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9344891Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9351739Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9377156Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9384429Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9410758Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9417750Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9467271Z Compares op against reference for small input tensors ... ok (0.006s) 2022-08-17T12:52:56.9474254Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9500460Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9506907Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9541862Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9549471Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9582060Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9588969Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9618226Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9625484Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9654410Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9661673Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9691684Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:56.9698852Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9724091Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9731214Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9757058Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9764530Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9789280Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9797033Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9821751Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9828596Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9876219Z Compares op against reference for small input tensors ... ok (0.005s) 2022-08-17T12:52:56.9883033Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9899356Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9906235Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9925630Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9932375Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9951420Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:56.9958236Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9975675Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:56.9982447Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:56.9999552Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0006661Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0025352Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0032288Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0049485Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0056392Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0073391Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0080601Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0097334Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0104530Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0121376Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0128657Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0146031Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0153192Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0176778Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0183771Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0210989Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0218486Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0245169Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0252110Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0279201Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0286583Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0309330Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0316519Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0339813Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0347080Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0369646Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0376365Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0399124Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0406195Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0428877Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0435717Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0458659Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0465493Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0492215Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0499111Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0525423Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0532249Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0558864Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0565930Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0588725Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0595717Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0618299Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0625149Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0647585Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0654419Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0676948Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0683935Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0706623Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0713562Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0729955Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0736827Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0755971Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.0763045Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0781006Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0787917Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0805835Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0812578Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0829463Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0836351Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0854622Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0861569Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0877685Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0884832Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0901029Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0907806Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0924313Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0931160Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0947425Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0954147Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0971539Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.0978327Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.0994948Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1001916Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1018491Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1025333Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1043064Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1049928Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1065568Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1072402Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1088382Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1095147Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1110624Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1117519Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1133446Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1140341Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1155926Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1162947Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1179679Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1186594Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1203035Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1210005Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1227554Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1234362Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1250384Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1257279Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1272887Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1279848Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1295782Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1302390Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1318196Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1325694Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1340805Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.1347657Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1371598Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1378490Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1405121Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1411973Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1437048Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1444171Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1468335Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1475087Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1499345Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1506224Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1531694Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1538444Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1561909Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1568970Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1592077Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1598956Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1622184Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1629026Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1652661Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1659512Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1682946Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1689999Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1722821Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.1730057Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1762050Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.1769089Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1769601Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.1776754Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1805212Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1812619Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1840980Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1848380Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1849262Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.1856684Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1890199Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.1897343Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1931588Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.1938948Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1962826Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.1970336Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.1970884Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.1977694Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2005394Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2012431Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2041195Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.2048370Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2071619Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2078688Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2102030Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2108952Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2132151Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2139354Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2162471Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2169602Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2215869Z Compares op against reference for small input tensors ... ok (0.005s) 2022-08-17T12:52:57.2222764Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2239376Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.2246502Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2268932Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2276747Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2277149Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2284631Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2303800Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2312197Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2332831Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2340134Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2357252Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.2364981Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2381972Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.2389428Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2406454Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.2413824Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2430954Z Compares op against reference for small input tensors ... ok (0.002s) 2022-08-17T12:52:57.2438423Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2477757Z Compares op against reference for small input tensors ... ok (0.005s) 2022-08-17T12:52:57.2485835Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2486667Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2493809Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2494395Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2501467Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2502066Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2508752Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2509292Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2516353Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2516687Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2523355Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2545923Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2552660Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2584444Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.2591294Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2621404Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.2627757Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2628417Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2635330Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2662892Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2669660Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2698832Z Compares op against reference for small input tensors ... ok (0.004s) 2022-08-17T12:52:57.2706726Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2733132Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2740842Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2767054Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2774936Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2800836Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2808809Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2834530Z Compares op against reference for small input tensors ... ok (0.003s) 2022-08-17T12:52:57.2842509Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2895228Z Compares op against reference for small input tensors ... ok (0.006s) 2022-08-17T12:52:57.2903556Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2904220Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2912110Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2912782Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2920906Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2921473Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2929589Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2930225Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2938066Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.2938822Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-08-17T12:52:57.2951144Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.3687672Z Test masked reduction operations on strided-only tensors using ... ok (0.075s) 2022-08-17T12:52:57.3702967Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.4394000Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-08-17T12:52:57.4409100Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.5096697Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-08-17T12:52:57.5111875Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.5713309Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-08-17T12:52:57.5726964Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.6184151Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:57.6195694Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.6651998Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:57.6663468Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.7114372Z Test masked reduction operations on strided-only tensors using ... ok (0.046s) 2022-08-17T12:52:57.7126221Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.7583151Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:57.7595022Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.8053812Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:57.8065687Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.8705193Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-08-17T12:52:57.8719102Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.9322695Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-08-17T12:52:57.9336559Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:57.9937897Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-08-17T12:52:57.9951421Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.0543162Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-08-17T12:52:58.0556636Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.1015408Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:58.1027181Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.1484844Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:58.1496306Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.1944237Z Test masked reduction operations on strided-only tensors using ... ok (0.046s) 2022-08-17T12:52:58.1955757Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2410892Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:58.2422063Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2877356Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-08-17T12:52:58.2888828Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2924595Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-08-17T12:52:58.2935588Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2944580Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.2955036Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2963375Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.2974436Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.2982525Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.2993351Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3000835Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3011881Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3019205Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3029976Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3037324Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3048433Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3055701Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3066466Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3073887Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3084981Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3093242Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3103995Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3112087Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3123203Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3131210Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3142162Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3150511Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3161339Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3168872Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3179508Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3186948Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3197713Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3205478Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3216271Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3223613Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3234342Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3241945Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-08-17T12:52:58.3253473Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3254475Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:58.3265575Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.3797120Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-08-17T12:52:58.3810534Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.4344956Z Test masked reduction operations on strided-only tensors using ... ok (0.055s) 2022-08-17T12:52:58.4357779Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.4964802Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-08-17T12:52:58.4977717Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.5573491Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-08-17T12:52:58.5585831Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.5586706Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:58.5597502Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.5598311Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:58.5609638Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.6055537Z Test masked reduction operations on strided-only tensors using ... ok (0.046s) 2022-08-17T12:52:58.6066780Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.6067354Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:58.6078769Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.6424256Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-08-17T12:52:58.6435255Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.7071055Z Test masked reduction operations on strided-only tensors using ... ok (0.064s) 2022-08-17T12:52:58.7085016Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:58.7085502Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-08-17T12:52:58.7096693Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.7630011Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-08-17T12:52:58.7644250Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.8170718Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-08-17T12:52:58.8183870Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.8781947Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-08-17T12:52:58.8795825Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:58.9396201Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-08-17T12:52:58.9408986Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0002009Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-08-17T12:52:59.0014734Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0015566Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:59.0026740Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0027915Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:59.0038000Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0477720Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-08-17T12:52:59.0488517Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0489455Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-08-17T12:52:59.0499855Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.0835403Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-08-17T12:52:59.1549472Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.071s) 2022-08-17T12:52:59.1559294Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1567716Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1577837Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1585170Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1595039Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1601881Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1612040Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1618834Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1628836Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1634791Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1645082Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1650929Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1661008Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1666856Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1676858Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1682823Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1692891Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1698739Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1708687Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1715335Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1725600Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1732212Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1742244Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1748853Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1758954Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1765748Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1775702Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1781542Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1791541Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1798294Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1807948Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1814030Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1823954Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1830077Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1840607Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1846659Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1856685Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1863636Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1873854Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1880901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1891072Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1897937Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1908143Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1915022Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1925430Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1931517Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1941609Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1947731Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1957920Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1964081Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1974210Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1980225Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.1990334Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.1996458Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2006870Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2013765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2023834Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2030799Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2041029Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2048268Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2058326Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2065269Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2075385Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2081620Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2091779Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2097842Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2107981Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2113953Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2124213Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2130321Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2140396Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2146495Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2156531Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2164555Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2175259Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2182951Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2193782Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2201544Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2212413Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2219290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2230089Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2237055Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2248083Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2254947Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2265728Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2272633Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2283519Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2290513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2301295Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2309075Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2319224Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2325709Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2335779Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2344286Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2354401Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2362893Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2373068Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2380677Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2390719Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2398162Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2408563Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2416056Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2426146Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2432240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2442487Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2448723Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2458814Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2464877Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2474922Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2481222Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2491379Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2497481Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2507632Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2514472Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2524909Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2531581Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2541655Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2548371Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2558682Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2565775Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2575698Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2581901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2591991Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2600097Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2610385Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2617809Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2627962Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2634615Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2645442Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2651942Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2661866Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2667944Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2677925Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2684194Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2694232Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2700055Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2710145Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2716181Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2726350Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2732458Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2742506Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2751127Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2761149Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2770721Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2781003Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2790213Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2800747Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2809628Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2820395Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2829092Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2840609Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2848310Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2860004Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2867567Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2878569Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2886087Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2896776Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2903940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2914799Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2921901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2932865Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2939522Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2949518Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2955124Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2965245Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2972468Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2982568Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.2989862Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.2999904Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3006568Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3016440Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3022827Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3032843Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3039284Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3049369Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3055101Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3065022Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3074050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3081129Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3087110Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3097824Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3104173Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3114826Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3121010Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3131223Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3139595Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3149602Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3158868Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3169047Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3178095Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3188063Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3196327Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3206589Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3214684Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3224691Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3232956Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3243003Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3249982Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3259990Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3266816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3276826Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3283828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3293987Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3300900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3310846Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3317932Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3328070Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3335162Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3344457Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3350641Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.3361271Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3369494Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3379970Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3388049Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3398681Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3406138Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3416647Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3423992Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3434548Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3441978Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3452607Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3459147Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3469634Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3476140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3486982Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3493410Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3503819Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3510356Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3520994Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3528823Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-08-17T12:52:59.3539418Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3546798Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3557348Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3563909Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3574512Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3581901Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3592307Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3599642Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3610342Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3617628Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3628227Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3634725Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3645445Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3651925Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3662502Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3669036Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3679567Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3686284Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3696717Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3703320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3713940Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3721389Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3731991Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3738376Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3748860Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3756215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3766927Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3774215Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3784685Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3792067Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3802928Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3809615Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3820021Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3826580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3837097Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3843663Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3854257Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3860748Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3871352Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3877891Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3888694Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3896121Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3906727Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3913140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3923902Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3932297Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3942853Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3950912Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3961635Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3969087Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3979565Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.3986868Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.3997499Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4005117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4015555Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4023122Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4035471Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4041716Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4052414Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4058976Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4069320Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4075825Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4086489Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4094261Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-08-17T12:52:59.4104488Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4112321Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4122759Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4130317Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4141097Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4148173Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4158939Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4166362Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4176789Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4183210Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4193798Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4200370Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4210964Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4217375Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4227944Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4234315Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4245202Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4251559Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4262177Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4269426Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4280155Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4287659Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4298239Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4305499Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4316034Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4323340Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4333602Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4339031Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4349829Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4354580Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4364640Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4370505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4380272Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4386340Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4395894Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4401270Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4411247Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4417673Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4427555Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4433062Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4443207Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4450475Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4460425Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4467440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4477465Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4484341Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4494163Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4500358Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4510322Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4516684Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4526936Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4532330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4542249Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4547691Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4557631Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4563111Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4573104Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4578529Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4588568Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4593949Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.4604879Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4611073Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4621860Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4629867Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4640273Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4647454Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4657397Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4663968Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4674014Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4680515Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4690701Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4697161Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4707083Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4713635Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4723837Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4731157Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4741238Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4748338Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4758527Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4765208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4775138Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4781662Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4791435Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4798076Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4808486Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4815245Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4825282Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4832221Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4842189Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4848980Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4859007Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4865665Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4875665Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4882490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4893407Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4899549Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4909422Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4915858Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4926015Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4932482Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4942398Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4948943Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4958960Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4964789Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4974741Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4980447Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.4990414Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.4996069Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5006690Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5012411Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5022188Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5027882Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5037822Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5043605Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5053736Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5060933Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5070865Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5078040Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5088498Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5094847Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5104957Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5111679Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5121587Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5127202Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5137450Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5142883Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5152865Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5158521Z Tests that the result has the correct dtype ... ok (0.001s) 2022-08-17T12:52:59.5168744Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5174373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5184401Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5190049Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5200270Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5206827Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5216744Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5224935Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5235758Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5243704Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5254511Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5261008Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5270963Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5277608Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5287897Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5294443Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5304449Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5310980Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5321990Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5327298Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5337373Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5344631Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5354410Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5361678Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5371955Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5378317Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5388317Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5394715Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5404942Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5411375Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5421443Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5427219Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5437321Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5443025Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5453053Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5458682Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5468632Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5474360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5484516Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5490440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5500614Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5507408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5517399Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5525467Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5535463Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5543144Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5553053Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5559659Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5570529Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5576749Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5586484Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-08-17T12:52:59.5593132Z Tests that the result has the correct dtype ... ok (0.002s) 2022-08-17T12:52:59.5686157Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T12:52:59.5686631Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T12:52:59.5742679Z ok (0.015s) 2022-08-17T12:52:59.5893072Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-08-17T12:52:59.6033254Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-08-17T12:52:59.6169548Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-08-17T12:53:00.7742331Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.157s) 2022-08-17T12:53:00.7778425Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:53:00.7994453Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-08-17T12:53:00.8216036Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-08-17T12:53:00.8413946Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:53:00.8598698Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-08-17T12:53:00.8844729Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.024s) 2022-08-17T12:53:00.9617689Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.077s) 2022-08-17T12:53:00.9735702Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-08-17T12:53:00.9853193Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-08-17T12:53:00.9958134Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-08-17T12:53:01.0061044Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-08-17T12:53:01.0077018Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:53:01.0255913Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-08-17T12:53:01.0268867Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:01.0278226Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:53:01.0302478Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T12:53:01.0303724Z r = func(*args, **kwargs) 2022-08-17T12:53:01.0305590Z ok (0.003s) 2022-08-17T12:53:01.2567946Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.226s) 2022-08-17T12:53:01.2580776Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:01.2675857Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-08-17T12:53:01.4358002Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.168s) 2022-08-17T12:53:01.4466984Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-08-17T12:53:01.4467843Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-08-17T12:53:01.4694801Z ok (0.034s) 2022-08-17T12:53:01.5020918Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.032s) 2022-08-17T12:53:01.5361801Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-08-17T12:53:01.5560478Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:53:01.5757061Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:53:01.5948716Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-08-17T12:53:01.6151478Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:53:01.6183855Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:53:01.6449808Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.027s) 2022-08-17T12:53:01.6806366Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.035s) 2022-08-17T12:53:01.7067008Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-08-17T12:53:01.7067416Z out=out, **kwargs) 2022-08-17T12:53:01.7068520Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:53:01.7069348Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T12:53:01.7126851Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T12:53:01.7127384Z **kwargs) 2022-08-17T12:53:01.7127783Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:53:01.7128345Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-08-17T12:53:01.7129101Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T12:53:01.7129713Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T12:53:01.7192058Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T12:53:01.7192341Z keepdims=keepdims) 2022-08-17T12:53:01.7261392Z ok (0.045s) 2022-08-17T12:53:01.7348189Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T12:53:01.7348679Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T12:53:01.7395877Z ok (0.013s) 2022-08-17T12:53:01.7531249Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:53:01.7664909Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:53:01.7793111Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-08-17T12:53:01.7807204Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:02.9128823Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.132s) 2022-08-17T12:53:02.9138994Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:02.9174667Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-08-17T12:53:02.9380238Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-08-17T12:53:02.9599210Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-08-17T12:53:02.9792297Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-08-17T12:53:02.9978244Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-08-17T12:53:03.1256148Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.128s) 2022-08-17T12:53:03.2024220Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.077s) 2022-08-17T12:53:03.2041421Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-08-17T12:53:03.2053775Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-08-17T12:53:03.2098183Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-08-17T12:53:03.2200385Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-08-17T12:53:03.2304715Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-08-17T12:53:03.2400155Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-08-17T12:53:03.2494822Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-08-17T12:53:03.2495312Z 2022-08-17T12:53:03.2495773Z ---------------------------------------------------------------------- 2022-08-17T12:53:03.2496157Z Ran 2905 tests in 186.770s 2022-08-17T12:53:03.2496314Z 2022-08-17T12:53:03.2496456Z OK (skipped=95, expected failures=48) 2022-08-17T12:53:03.2496661Z 2022-08-17T12:53:03.2496793Z Generating XML reports... 2022-08-17T12:53:03.5822811Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220817124956.xml 2022-08-17T12:53:04.0432026Z Running test_nn ... [2022-08-17 12:53:04.042825] 2022-08-17T12:53:04.0432514Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:53:04.042915] 2022-08-17T12:53:06.0209451Z Test results will be stored in test-reports/python-unittest/test_nn 2022-08-17T12:53:06.0801711Z 2022-08-17T12:53:06.0801902Z Running tests... 2022-08-17T12:53:06.0802508Z ---------------------------------------------------------------------- 2022-08-17T12:53:06.0822546Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-08-17T12:53:06.0846345Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-08-17T12:53:06.0890719Z test_to (__main__.PackedSequenceTest) ... ok (0.004s) 2022-08-17T12:53:06.0905041Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-08-17T12:53:06.0970976Z test_total_length (__main__.PackedSequenceTest) ... ok (0.007s) 2022-08-17T12:53:06.0980054Z test_type_casts (__main__.PackedSequenceTest) 2022-08-17T12:53:06.1429995Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.046s) 2022-08-17T12:53:06.1477486Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-08-17T12:53:06.1492918Z test_add_relu (__main__.TestAddRelu) ... ok (0.001s) 2022-08-17T12:53:06.1505468Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-08-17T12:53:06.1522421Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-08-17T12:53:06.1536677Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-08-17T12:53:06.1579725Z test_avg_pool2d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.004s) 2022-08-17T12:53:06.1593724Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-08-17T12:53:06.1636103Z test_avg_pool3d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.004s) 2022-08-17T12:53:06.1800228Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.016s) 2022-08-17T12:53:06.1913530Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.011s) 2022-08-17T12:53:06.3223127Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.131s) 2022-08-17T12:53:06.6978341Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.375s) 2022-08-17T12:53:06.6995467Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-08-17T12:53:06.7008893Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-08-17T12:53:06.7015982Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-08-17T12:53:07.0356811Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.334s) 2022-08-17T12:53:07.0382515Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.003s) 2022-08-17T12:53:07.0397030Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.0407484Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-08-17T12:53:07.0408610Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T12:53:07.0555426Z ok (0.016s) 2022-08-17T12:53:07.0675589Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-08-17T12:53:07.0713313Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-08-17T12:53:07.0799321Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.008s) 2022-08-17T12:53:07.0861395Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-08-17T12:53:07.0901029Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-08-17T12:53:07.1003099Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-08-17T12:53:07.1070550Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-08-17T12:53:07.1105854Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-08-17T12:53:07.1157341Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-08-17T12:53:07.1189236Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-08-17T12:53:07.1209169Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.1253967Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-08-17T12:53:07.1284801Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-08-17T12:53:07.1304675Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.1701850Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.039s) 2022-08-17T12:53:07.1847651Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.014s) 2022-08-17T12:53:07.1872179Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.1940965Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-08-17T12:53:07.1962908Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.2173792Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.021s) 2022-08-17T12:53:07.2255241Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-08-17T12:53:07.2276724Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.4559499Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.228s) 2022-08-17T12:53:07.5211354Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.065s) 2022-08-17T12:53:07.5234027Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.5346951Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-08-17T12:53:07.5354732Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-08-17T12:53:07.5361075Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-08-17T12:53:07.5362039Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T12:53:07.5366604Z ok (0.002s) 2022-08-17T12:53:07.5451593Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.008s) 2022-08-17T12:53:07.5516407Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-08-17T12:53:07.5606125Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.009s) 2022-08-17T12:53:07.5691361Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.008s) 2022-08-17T12:53:07.5756877Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-08-17T12:53:07.5818157Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-08-17T12:53:07.5915102Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-08-17T12:53:07.5985161Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-08-17T12:53:07.6045762Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-08-17T12:53:07.6072501Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-08-17T12:53:07.6095432Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.6105284Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6114222Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6137084Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.6144035Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-08-17T12:53:07.6149274Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-08-17T12:53:07.6150251Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T12:53:07.6153708Z ok (0.002s) 2022-08-17T12:53:07.6163633Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6172050Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6188284Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.6207966Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-08-17T12:53:07.6214259Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:07.6227962Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6294254Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.007s) 2022-08-17T12:53:07.6304550Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6313553Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-08-17T12:53:07.6338617Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1108: 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-08-17T12:53:07.6339888Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-08-17T12:53:07.6340346Z ok (0.003s) 2022-08-17T12:53:07.6361193Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-08-17T12:53:07.6371034Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-08-17T12:53:07.6380566Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-08-17T12:53:07.6390205Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-08-17T12:53:07.6400006Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-08-17T12:53:07.6424488Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-08-17T12:53:07.6443943Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-08-17T12:53:07.6624062Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.018s) 2022-08-17T12:53:07.6961861Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.034s) 2022-08-17T12:53:07.6976923Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-08-17T12:53:07.7173459Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:07.7186709Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.7351814Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:07.7361084Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.7510261Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:07.7519971Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.7661804Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:07.7811191Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:07.7821497Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.7831200Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.7975589Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:07.7984697Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8127041Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:07.8136808Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8275768Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:07.8285607Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8444728Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:07.8454521Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8612361Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:07.8622470Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8786672Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:07.8799319Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:07.8962604Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:07.8972767Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.0274511Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.130s) 2022-08-17T12:53:08.0285372Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.0433756Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.0442661Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.0585430Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.0594902Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.0745418Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.0754212Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.0897335Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.0905753Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1050010Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.1058397Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1201929Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.1212125Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1370910Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.1382288Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1541550Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.1550618Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1714368Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.1723933Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.1891287Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.1900285Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2063157Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.2073017Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2236405Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.2245578Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2276318Z test_AlphaDropout (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:08.2415897Z test_AvgPool1d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.2424884Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2570405Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.2579044Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2716645Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.2726143Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.2866011Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.2874702Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3021177Z test_AvgPool2d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.3033648Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3186821Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.3204265Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3363348Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.3377568Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3531734Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.3545501Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3567635Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.3580952Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3602036Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.3615293Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3635817Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.3649291Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3794276Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.3808013Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.3960068Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.3973037Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4131508Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.4145116Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4300820Z test_AvgPool3d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.4314910Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4471216Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.4483931Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4644403Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.4797866Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.4806685Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4823824Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.4832560Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4841331Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.4998273Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.5008132Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5160508Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.5170519Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5188521Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5198728Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5358865Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.5369589Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5388794Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5399630Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5556897Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.5567689Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5585660Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5596168Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5613757Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5623825Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5641166Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5651564Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5669227Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:08.5679456Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5821332Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:08.5832708Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.5988530Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.6140217Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.6151444Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6161580Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6318769Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.6329117Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6480786Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.6490211Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6648788Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.6660176Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6820934Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:08.6832622Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6951772Z test_BCELoss (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:08.6961449Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6969630Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6976973Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.6983519Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7065506Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:08.7072928Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7080370Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7088067Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7168404Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:08.7176728Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7184428Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7191801Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7271968Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:08.7279579Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7287506Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7294908Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7448194Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.7458220Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7547408Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.7557126Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7659267Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:08.7668504Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7677312Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7686072Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7694126Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7794444Z test_BCELoss_weights (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:08.7802404Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7809497Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7815955Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7822455Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.7976617Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:08.7985735Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8075014Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.8083343Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8196244Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:08.8205000Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8212825Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8220597Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8230882Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-08-17T12:53:08.8231803Z warnings.warn(warning.format(ret)) 2022-08-17T12:53:08.8323038Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-08-17T12:53:08.8323714Z warnings.warn(warning.format(ret)) 2022-08-17T12:53:08.8367200Z ok (0.011s) 2022-08-17T12:53:08.8367718Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8430303Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.8439264Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8447953Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8455775Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8544377Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.8552713Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8560434Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8568651Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8654612Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.8662631Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8669565Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8676407Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8781120Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:08.8790090Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8847472Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:08.8855057Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8952838Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:08.8961455Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8969729Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.8977355Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9072985Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:08.9080358Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9088036Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9094806Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9433017Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.033s) 2022-08-17T12:53:08.9441566Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9784616Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.034s) 2022-08-17T12:53:08.9793530Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:08.9967381Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:08.9976160Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.0138523Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:09.0147305Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.0500596Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.035s) 2022-08-17T12:53:09.0510364Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.0846765Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.034s) 2022-08-17T12:53:09.0857352Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.1217721Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:09.1227308Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.1560779Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.033s) 2022-08-17T12:53:09.1570328Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.1740999Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:09.1749747Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.1910087Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:09.1918911Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.2256534Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.034s) 2022-08-17T12:53:09.2265658Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.2606462Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.034s) 2022-08-17T12:53:09.2615507Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.2759733Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:09.2768533Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.2907788Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:09.2916168Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.3407185Z test_BatchNorm2d (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:09.3729762Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:09.3739515Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.4105014Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:09.4115336Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.4124532Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.4491454Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:09.4500964Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.4893474Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:09.4904607Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.5272640Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:09.5283442Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.5470200Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:09.5479830Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.5651931Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:09.5663135Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.6037733Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:09.6047530Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.6424258Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:09.6436834Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.6579194Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:09.6587654Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.6729795Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:09.6739246Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.7140878Z test_BatchNorm3d (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:09.7544995Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:09.7557294Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.7939151Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:09.7950223Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.7959327Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.8339323Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:09.8350160Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.8754944Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:09.8766154Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.9148772Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:09.9159691Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.9358290Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:09.9369362Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.9550476Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:09.9561282Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:09.9958495Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:09.9968649Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.0364267Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:10.0375792Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.0523680Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:10.0533499Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.0675085Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:10.0685457Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.0861015Z test_CELU (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:10.0872657Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.0964514Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:10.0973998Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1076171Z test_CELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:10.1086331Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1285555Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:10.1293001Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1300178Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1469669Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.1476444Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1484091Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1651368Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.1658723Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1666659Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1834405Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.1842571Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.1849321Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2017432Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.2025010Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2031997Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2199571Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.2206538Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2213850Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2224838Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:10.2283060Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:10.2290426Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:10.2459977Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.2467602Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2474476Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2642470Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.2649661Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2656556Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2826327Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.2833828Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.2841141Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3008818Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.3016373Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3024020Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3036763Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:10.3099052Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:10.3114705Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:10.3242637Z test_ConstantPad1d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:10.3383767Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:10.3392005Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3635336Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.024s) 2022-08-17T12:53:10.3643165Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3652425Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.3801060Z test_ConstantPad2d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:10.4062012Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:10.4076054Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.4088626Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.4249883Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:10.4261895Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.4431801Z test_ConstantPad3d (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.4718623Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:10.4731127Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.4743157Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.4913879Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:10.4926365Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.5320582Z test_Conv1d (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:10.5748003Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:10.5759668Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.5771264Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.6170854Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:10.6182488Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.6925813Z test_Conv1d_groups (__main__.TestNN) ... ok (0.074s) 2022-08-17T12:53:10.6938098Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.6971275Z test_Conv1d_module_same_padding (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:885.) 2022-08-17T12:53:10.6972183Z r = func(*args, **kwargs) 2022-08-17T12:53:10.6997907Z ok (0.006s) 2022-08-17T12:53:10.7385971Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:10.7399450Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.7759127Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:10.7771161Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.8177287Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:10.8190831Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.8551301Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:10.8563209Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.8962888Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:10.9375297Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:10.9385889Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.9395095Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:10.9838166Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.044s) 2022-08-17T12:53:10.9849016Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.0233836Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:11.0244741Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.0622836Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:11.0633675Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.1010877Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:11.1021178Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.1408519Z test_Conv1d_stride (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:11.1418640Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.1720240Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.030s) 2022-08-17T12:53:11.1730940Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.2087522Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:11.2096747Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.2491653Z test_Conv2d (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:11.2598095Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:11.2777240Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:11.2839901Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:11.3315229Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.047s) 2022-08-17T12:53:11.3326217Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.3335206Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.3772425Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.044s) 2022-08-17T12:53:11.3782563Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.4340676Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.056s) 2022-08-17T12:53:11.4355686Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.4822625Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.046s) 2022-08-17T12:53:11.4835381Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.5253885Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:11.5263267Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.5719491Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.045s) 2022-08-17T12:53:11.5729982Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.6132088Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:11.6142147Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.6169203Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:11.6177330Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.6601722Z test_Conv2d_groups (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:11.6612874Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.6726371Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:11.6805377Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:11.7215738Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:11.7226441Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.7255284Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:11.7263435Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.7289805Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:11.7298079Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.7380501Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:11.7391450Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:11.7401561Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:11.7412682Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:11.7464940Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:11.7748776Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:11.7758864Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.7785112Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:11.7793303Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.8209800Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:11.8220562Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.8638622Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:11.8650664Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.9059429Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:11.9070532Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.9484466Z test_Conv2d_padding (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:11.9495010Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.9522009Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:11.9531970Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:11.9929526Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:11.9940755Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.0344507Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:12.0355742Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.0757936Z test_Conv2d_strided (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:12.0770059Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.0798125Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:12.0806026Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.0831365Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.0839849Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.1137371Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.030s) 2022-08-17T12:53:12.1148002Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.1171918Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.1181880Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.1566484Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:12.1577153Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.1975472Z test_Conv3d (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:12.2242494Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:12.2252476Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.2274934Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.2284876Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.2860861Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.058s) 2022-08-17T12:53:12.2870675Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.2879355Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.3296774Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:12.3306806Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.3713606Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:12.3723770Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.4133417Z test_Conv3d_groups (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:12.4143465Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.4227445Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:12.4313546Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:12.4336958Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.4344852Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.4397158Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:12.4670270Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:12.4681356Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.4706500Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.4716182Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.5200671Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.048s) 2022-08-17T12:53:12.5212605Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.5700568Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.049s) 2022-08-17T12:53:12.5711233Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.6151061Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.044s) 2022-08-17T12:53:12.6160948Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.6601239Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.044s) 2022-08-17T12:53:12.6613405Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7029588Z test_Conv3d_stride (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:12.7041119Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7462159Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:12.7473515Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7502031Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:12.7511236Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7537640Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:12.7547648Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7571883Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.7581163Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7890720Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.031s) 2022-08-17T12:53:12.7901895Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.7926064Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:12.7935030Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.8353495Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-08-17T12:53:12.8365245Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.8740684Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:12.8752503Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.9124185Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:12.9136723Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.9552968Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:12.9564669Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:12.9832256Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:12.9842307Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.0247277Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:13.0258370Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.0553820Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.029s) 2022-08-17T12:53:13.0564527Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.0587590Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:13.0596267Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.0980287Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:13.0990619Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.1017481Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:13.1025977Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.1035074Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:13.1330212Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.029s) 2022-08-17T12:53:13.1340483Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.1363783Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:13.1372617Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:13.1433509Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:17.3285492Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (4.185s) 2022-08-17T12:53:17.3310960Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:17.3319641Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.3710560Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:17.3726015Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:17.3736808Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4147256Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:17.4156471Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4473055Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.032s) 2022-08-17T12:53:17.4481624Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4488986Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4496922Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4781266Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:17.4789915Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4798489Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.4804753Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5096455Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-08-17T12:53:17.5105495Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5111966Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5119017Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5328975Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:17.5335609Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5342554Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5349048Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5559152Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:17.5566225Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5573301Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5579543Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5789139Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:17.5796518Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5803566Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.5810546Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6091954Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:17.6100290Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6106977Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6113484Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6200771Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.6296041Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.6303068Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6310489Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6317379Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6414481Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.6420756Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6428375Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6435908Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6560951Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:17.6569713Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6578065Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6584462Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6709760Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:17.6718691Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6726542Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6733608Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6851685Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:17.6859296Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6866887Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.6873874Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7001112Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:17.7010242Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7016858Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7023526Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7117161Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7124534Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7131517Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7138254Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7231870Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7238850Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7246997Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7253462Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7344658Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7352245Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7359688Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7367006Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7463675Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.7471029Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7478551Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7485604Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7573185Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7580523Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7588699Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7595869Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7688504Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7695718Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7703133Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7710594Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7800634Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7809096Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7816700Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7823626Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7919219Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.7927609Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7934736Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.7941713Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8037706Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.8045199Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8052057Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8058977Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8181276Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:17.8189624Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8197380Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8205264Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8326299Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:17.8334115Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8341980Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8348699Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8460509Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:17.8467995Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8476014Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8483126Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8596642Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:17.8604214Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8611836Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8618689Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8718201Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.8726219Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8733578Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8741346Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8843574Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.8851469Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8858796Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8865795Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8965262Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.8972769Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8979396Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.8986865Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9082850Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.9090415Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9097428Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9104211Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9205649Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9213415Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9221366Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9227746Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9324868Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9332076Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9339579Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9346233Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9449711Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9457909Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9465378Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9472473Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9570322Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9578234Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9586218Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9593781Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9699221Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9707528Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9714737Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9721731Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9822983Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:17.9830549Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9838216Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9845659Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9852177Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9858761Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9865246Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9958590Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:17.9967183Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9975115Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:17.9982427Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0077943Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:18.0086304Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0093658Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0100427Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0206160Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.0214284Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0221715Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0229038Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0334646Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.0342809Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0351013Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0357552Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0445936Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:18.0453544Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0468836Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0472851Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0623746Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.0632644Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0797353Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.0807871Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.0905938Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.0916276Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1005896Z test_ELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:18.1015651Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1127904Z test_Embedding (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:18.1289760Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.1300244Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1421433Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.1431396Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1551163Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.1561012Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1681091Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.1690832Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1811973Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.1821546Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.1985138Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.1995151Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.2113444Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.2123561Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.2247164Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:18.2251787Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.2259034Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.2431992Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:18.2440717Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.2603927Z test_Embedding_sparse (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.2613623Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.5026546Z test_FeatureAlphaDropout (__main__.TestNN) ... ok (0.241s) 2022-08-17T12:53:18.5176910Z test_Flatten (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.5239324Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-08-17T12:53:18.5381591Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:18.5390554Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.5496037Z test_Fold (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.5504994Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.5610662Z test_Fold_int_input (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.5619321Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.5728064Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:18.5736006Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.5847539Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:18.5855710Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6003602Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.6011965Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6167081Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.6175292Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6328809Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.6336961Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6485986Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.6494171Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6645761Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:18.6655648Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.6886867Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:18.6887474Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7048504Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:18.7058368Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7253128Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:18.7263446Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7430254Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.7439553Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7611387Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:18.7621160Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7790524Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:18.7799869Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.7968417Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:18.7978081Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8159673Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:18.8170087Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8353081Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:18.8363394Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8548016Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:18.8558722Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8726326Z test_GELU (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:18.8736869Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8835901Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.8846103Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.8940561Z test_GELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:18.8948697Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.9094188Z test_GLU (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:18.9103553Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.9269496Z test_GLU_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:18.9279702Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.9380730Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:18.9390359Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:18.9806817Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:19.0203747Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.040s) 2022-08-17T12:53:19.0215148Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.0609314Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.039s) 2022-08-17T12:53:19.0620099Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.0629175Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1038854Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:19.1048896Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1057651Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1065861Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1246620Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.1255837Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1435807Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.1445119Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1615201Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.1623821Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.1797219Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.1805346Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.2212997Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:19.2223132Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.2630787Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:19.2641658Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.2651146Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.2659405Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.2835136Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.2843850Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3019616Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.3028389Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3202423Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.3211892Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3385970Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.3394714Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3402988Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3411350Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3551473Z test_Hardshrink (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:19.3560304Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3650071Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.3658610Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3739038Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.3747384Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3800408Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:19.3808154Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.3859444Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:19.3867638Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4010478Z test_Hardtanh (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:19.4018596Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4111652Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.4119448Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4209217Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.4218671Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4324457Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:19.4332755Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4340622Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4348256Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4436815Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.4444184Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4451770Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4458451Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4551251Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.4559835Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4663222Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:19.4671087Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4679187Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4686920Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4773167Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.4780313Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4787479Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4793964Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4878832Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.4886549Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4893897Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4900511Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4985646Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.4992904Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.4999964Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5007034Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5101693Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.5111109Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5208330Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:19.5216139Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5223787Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5231112Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5312069Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.5318795Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5325378Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5331356Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5417163Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:19.5424042Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5430626Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5437145Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5590249Z test_HuberLoss (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:19.5597615Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5604516Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5611238Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5617794Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5760753Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:19.5767926Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5843847Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.5851124Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5858072Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5864925Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5940781Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:19.5947761Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5954695Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.5961595Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6036865Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:19.6043737Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6050903Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6057219Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6205011Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:19.6212521Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6219264Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6226043Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6232694Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6401100Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.6411976Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6582912Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.6593229Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6758645Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:19.6769719Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.6934417Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:19.6944696Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.7131922Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:19.7142001Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.7387937Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.024s) 2022-08-17T12:53:19.7401641Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.7637358Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-08-17T12:53:19.7650949Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.7827933Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.7838536Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8016391Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.8027665Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8209940Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.8221267Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8403076Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.8414783Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8589955Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.8600951Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8791930Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:19.8801935Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.8983443Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.8992913Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.9190319Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:19.9200476Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.9384243Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.9394480Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.9577125Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.9587322Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.9764376Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:19.9774243Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:19.9958019Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:19.9968245Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0150966Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:20.0161247Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0355815Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:20.0365512Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0545207Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:20.0554489Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0747012Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:20.0756294Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0938114Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:20.0947604Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.0958836Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.0960239Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.0994653Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.0995927Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.1047941Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.1051902Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.1052392Z ok (0.010s) 2022-08-17T12:53:20.1071659Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:20.1089649Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:20.1097388Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1104112Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1110847Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1152549Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.1153871Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.1201015Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.1202482Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.1203582Z ok (0.009s) 2022-08-17T12:53:20.1211463Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1218430Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1225137Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1313669Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:20.1321449Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1328904Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1335432Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1418002Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.1426023Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1433310Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1441308Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1522927Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.1531082Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1538640Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1545390Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1627972Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.1636216Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1643386Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1650674Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1814873Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:20.1823501Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.1998102Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:20.2007179Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2111265Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:20.2120211Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2224530Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:20.2233494Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2242954Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.2244218Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.2279989Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.2281047Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.2334550Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.2335590Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.2337418Z ok (0.010s) 2022-08-17T12:53:20.2346261Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2353953Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2361978Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2404351Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.2405469Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.2449897Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:20.2451088Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:20.2452844Z ok (0.009s) 2022-08-17T12:53:20.2461594Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2469185Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2476197Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2557958Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.2566291Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2573220Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2579721Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2661247Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.2669228Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2676538Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2683425Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2771407Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:20.2779190Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2785785Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2792711Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.2956513Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:20.2966773Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3141557Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:20.3151996Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3317601Z test_L1Loss (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:20.3325865Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3332990Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3340638Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3347472Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3354551Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3430788Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.3437979Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3445499Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3452431Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3530783Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.3537871Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3545032Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3552067Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3629723Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.3636948Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3644494Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3651266Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.3791215Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:20.4053745Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:20.4062735Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4071176Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4168712Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:20.4177101Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4339567Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:20.4347473Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4354953Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4362155Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4369330Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4375672Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4559100Z test_LPPool1d (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:20.4568138Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4773346Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:20.4782914Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.4986293Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:20.4995901Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.5198182Z test_LPPool2d (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:20.5207990Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.5418980Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:20.5428650Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.5488863Z test_LSTM_cell (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:20.5568049Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:20.5609119Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:20.5942106Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2022-08-17T12:53:20.5952121Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.6304552Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.035s) 2022-08-17T12:53:20.6314365Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.6629807Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.031s) 2022-08-17T12:53:20.6640315Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.6961536Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.032s) 2022-08-17T12:53:20.6973160Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.7137524Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:20.7147981Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.7311647Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:20.7322231Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.7728278Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:20.7728875Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:20.8170302Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.046s) 2022-08-17T12:53:20.8182035Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:21.4827895Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.664s) 2022-08-17T12:53:21.4838861Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.1319768Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.648s) 2022-08-17T12:53:22.1329982Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.1530344Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:22.1541136Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.1736411Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:22.1745747Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.1929207Z test_LeakyReLU (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:22.1938386Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.2026975Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:22.2036133Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.2173512Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.2184233Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.2288852Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:22.2299519Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.2448213Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.2458912Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.2812632Z test_Linear (__main__.TestNN) ... ok (0.035s) 2022-08-17T12:53:22.2822961Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.3080846Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:22.3092530Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.3346374Z test_Linear_no_bias (__main__.TestNN) ... ok (0.025s) 2022-08-17T12:53:22.3356189Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.3544535Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:22.3554802Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.3760026Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:22.3770376Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4002708Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.023s) 2022-08-17T12:53:22.4012714Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4154099Z test_LogSigmoid (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.4163274Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4251444Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:22.4259983Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4346817Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:22.4355381Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4510311Z test_LogSoftmax (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.4521664Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4684128Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:22.4696757Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4790774Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:22.4802277Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.4947645Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.4958804Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5110132Z test_MSELoss (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.5118207Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5125900Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5133510Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5210326Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:22.5217485Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5224358Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5231430Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5306583Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:22.5313549Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5320814Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5327913Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5402790Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:22.5410302Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5417845Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5425166Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5580479Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.5589753Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5684955Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:22.5694236Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5742093Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:22.5752150Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5761833Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5770781Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5778821Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5923634Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.5930546Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5937758Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5944673Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.5951170Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6079398Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:22.6086138Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6093534Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6100572Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6106932Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6257877Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.6265587Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6273121Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6280521Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6426843Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.6434282Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6441389Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6448670Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6593619Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.6602109Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6609208Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6616076Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6762903Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.6770534Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6778380Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6786010Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6928543Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.6936943Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6944304Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.6951393Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7089032Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.7097489Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7105754Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7114525Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7254226Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.7262773Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7270598Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7278591Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7422747Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.7429781Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7437860Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7445079Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7585430Z test_MaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:22.7594078Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7748681Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.7758010Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.7908881Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.7918756Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8069426Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.8078640Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8228203Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.8238156Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8393747Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:22.8403949Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8645234Z test_MaxPool3d (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:22.8646059Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8799873Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:22.8812797Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.8997634Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:22.9010124Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.9208753Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:22.9220109Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.9393898Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:22.9407916Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.9589515Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:22.9601207Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.9762071Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:22.9773505Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:22.9941218Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:22.9951233Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0037971Z test_MaxUnpool2d_output_size (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.0144558Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.0154944Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0288586Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:23.0298297Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0464239Z test_Mish (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:23.0474011Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0575638Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.0585570Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0685139Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.0694708Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.0754647Z test_ModuleDict (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:23.0854595Z test_ModuleList (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.1469538Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.061s) 2022-08-17T12:53:23.1520802Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.1530638Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.1698266Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:23.1706835Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.1714689Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.1722664Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.1729596Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.1887628Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:23.1896112Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2062162Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:23.2069388Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2076323Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2084146Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2090712Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2097630Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2104605Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2111359Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2117802Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2215131Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.2223246Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2265040Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:23.2272829Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2280535Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2288136Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2329606Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:23.2337320Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2344886Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2352542Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2387994Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:23.2394518Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2401358Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.2407700Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3096951Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.069s) 2022-08-17T12:53:23.3106413Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3717300Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.061s) 2022-08-17T12:53:23.3725423Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3732892Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3739506Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3746310Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3799409Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.3807525Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3814245Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3821241Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3919323Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.3927403Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3934199Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.3941209Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4039780Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.4046886Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4054246Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4061717Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4160577Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.4168482Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4175767Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4182895Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4293882Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:23.4302739Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4356936Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.4365662Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4373332Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4381016Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4501452Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:23.4510434Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4562395Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.4571253Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4579304Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4587061Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4675478Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.4721478Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.4728526Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4735283Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4742087Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4803336Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:23.4812161Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4867343Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:23.4875156Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4882960Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4890639Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4898213Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4905890Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.4913399Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5002840Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.5010416Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5017740Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5025245Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5169043Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:23.5177875Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5268372Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.5276926Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5285251Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5293474Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5430755Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:23.5440104Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5531712Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.5540149Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5548196Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5556121Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5691886Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:23.5701013Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5793005Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.5801966Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5810280Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5818295Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5906170Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.5914098Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5921446Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.5928100Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6013465Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:23.6020782Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6027804Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6034657Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6205951Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:23.6206515Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6282264Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:23.6290908Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6298455Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6306089Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6397757Z test_NLLLoss (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.6576781Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:23.6586826Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.6794945Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:23.6806201Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.7013805Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:23.7025576Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.7397924Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:23.7412606Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.7775994Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.036s) 2022-08-17T12:53:23.7790083Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8159726Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.037s) 2022-08-17T12:53:23.8174388Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8326257Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:23.8336027Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8343756Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8350993Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8358087Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8484587Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:23.8493566Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8501590Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8508883Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8516062Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8641315Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:23.8649968Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8657438Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8664664Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8671535Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8798081Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:23.8806410Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8813606Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8820679Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8827911Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8834852Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8841919Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8849313Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8856296Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8945176Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.8952837Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8960280Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8967677Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.8974128Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9064490Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.9073323Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9081627Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9090012Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9097945Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9375475Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:23.9388530Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9397516Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9405751Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9413645Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9684696Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:23.9696944Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9704980Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9712638Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9720006Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9812313Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:23.9820723Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9828693Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9836155Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9843745Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9919586Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:23.9927619Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9935150Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:23.9942564Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0018045Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:24.0025894Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0033130Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0040038Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0114154Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:24.0121783Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0129270Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0136488Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0281631Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:24.0291739Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0449450Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.0458017Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0617285Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.0625858Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0783458Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.0792093Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.0950748Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.0959821Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1065835Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:24.1073610Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1081459Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1089329Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1097308Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1185526Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.1192072Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1199382Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1206255Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1213029Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1301901Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.1308952Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1315906Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1322817Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1330256Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1421476Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.1428689Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1435693Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1443331Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1450548Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1670783Z test_PReLU_1d (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:24.1679955Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.1912363Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.023s) 2022-08-17T12:53:24.1922942Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.2170161Z test_PReLU_2d (__main__.TestNN) ... ok (0.025s) 2022-08-17T12:53:24.2180267Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.2429628Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.025s) 2022-08-17T12:53:24.2440122Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.2705494Z test_PReLU_3d (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:24.2716818Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.2985844Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:24.2997033Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.3014471Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:24.3177417Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.3187586Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.3346645Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.3355070Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.3565152Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:24.3573962Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.3750146Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:24.3757908Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.3904157Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:24.3911739Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4074504Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.4082747Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4223904Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:24.4231509Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4439247Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:24.4446906Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4651239Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:24.4659526Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4825465Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:24.4833549Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.4975329Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:24.4983266Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.5208662Z test_PairwiseDistance (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:24.5445622Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.024s) 2022-08-17T12:53:24.5454537Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.5679958Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:24.5688684Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.5696477Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.5915854Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:24.5924269Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.6185043Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:24.6193631Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.6416954Z test_ParameterDict (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:24.6443533Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:24.6567681Z test_ParameterList (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:24.6578661Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:24.6598546Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:24.6746644Z test_PixelShuffle (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:24.6756607Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.6900073Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:24.6909928Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7019507Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:24.7028753Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7037481Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7046020Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7154706Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:24.7163355Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7171336Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7179050Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7268423Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.7277112Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7284266Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7291248Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7380365Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.7389040Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7397324Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7404475Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7494354Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.7502245Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7509233Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7516169Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7614615Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:24.7623166Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7631218Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7637270Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7743040Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:24.7750449Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7757374Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7764494Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.7917419Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:24.7928247Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.8016827Z test_RNN_cell (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.8127520Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:24.8199074Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:24.8222068Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:24.8602321Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:24.8617725Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-08-17T12:53:24.8622758Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-08-17T12:53:24.8627098Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-08-17T12:53:24.8637206Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-08-17T12:53:24.8655964Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-08-17T12:53:24.8671111Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-08-17T12:53:24.8722752Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:24.8743150Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:24.8875896Z test_RReLU (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:24.8886003Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.8977930Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.8987571Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9123526Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:24.9133089Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9216722Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:24.9226304Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9383453Z test_ReLU (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.9568069Z test_ReLU6 (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:24.9568516Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9650243Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:24.9658099Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9756964Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:24.9766322Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9774028Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9867670Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.9875744Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:24.9971311Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:24.9979705Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.0118470Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.0261527Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.0270051Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.0528009Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:25.0536208Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.0544322Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.0704309Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.0975659Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:25.0984719Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.0993117Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.1154965Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.1164090Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.1366860Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:25.1745454Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.038s) 2022-08-17T12:53:25.1754118Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.1762555Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.1946509Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:25.1955178Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.2088317Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:25.2227773Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.2236081Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.2473991Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.024s) 2022-08-17T12:53:25.2482378Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.2491184Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.2640279Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.2897970Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:25.2906373Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.2914519Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3068305Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.3076738Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3227944Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.3496916Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-08-17T12:53:25.3505542Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3513731Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3670503Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.3679518Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3842910Z test_SELU (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.3852651Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.3947580Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.3956096Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.4053450Z test_SELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:25.4062036Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.4086510Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4115664Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:25.4140724Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4164246Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4199500Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:25.4222517Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4250917Z test_Sequential_imul (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:25.4273919Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4292076Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4311768Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4331699Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4351673Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4369455Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4387450Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:25.4543707Z test_SiLU (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.4552471Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.4649406Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:25.4657491Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.4749188Z test_SiLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.4757355Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.4906652Z test_Sigmoid (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.4915328Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5006806Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.5014880Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5096134Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:25.5104156Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5279061Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:25.5425018Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.5433407Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5441706Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5449663Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5457271Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5550018Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.5557437Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5565160Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5572633Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5648793Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:25.5655242Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5661657Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5667735Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5743180Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:25.5749700Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5755943Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5762208Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.5902745Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.5911214Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6009838Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:25.6017937Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6179546Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.6186036Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6192670Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6198980Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6331201Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:25.6337730Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6344605Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6351220Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6500604Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.6508112Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6515195Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6521761Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6662324Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:25.6670848Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6786084Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:25.6795103Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6803632Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6811374Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6904771Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.6911548Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6918043Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.6924398Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7016190Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.7023459Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7029836Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7036058Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7126848Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.7134050Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7140578Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7146860Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7317444Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:25.7326055Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7424194Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:25.7432006Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7438928Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7445840Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7598558Z test_Softmax (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.7756260Z test_Softmax2d (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.7766088Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7922320Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.7932683Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.7941351Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8077537Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:25.8086849Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8178899Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.8187716Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8338372Z test_Softmin (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.8348321Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8502701Z test_Softmin_multidim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.8512895Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8671777Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.8682339Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8776300Z test_Softmin_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.8786219Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.8946380Z test_Softplus (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.9105814Z test_Softplus_beta (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:25.9116617Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9273196Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:25.9284192Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9377902Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.9387979Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9397574Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9490362Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:25.9501046Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9628968Z test_Softshrink (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:25.9639343Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9765406Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:25.9775681Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:25.9925446Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:25.9925974Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0020876Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:26.0030037Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0193846Z test_Softsign (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:26.0204789Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0316866Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:26.0326620Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0432349Z test_Softsign_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:26.0441812Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0604816Z test_Tanh (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:26.0614974Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0716891Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:26.0727011Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0818094Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:26.0827533Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.0992897Z test_Tanhshrink (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:26.1002711Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1109629Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:26.1118956Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1215014Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:26.1223618Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1374659Z test_Threshold_large_value (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:26.1383522Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1475262Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:26.1484886Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1647432Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:26.1656610Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.1752554Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:26.1761511Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.3050229Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.129s) 2022-08-17T12:53:26.3060048Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.4349686Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.129s) 2022-08-17T12:53:26.4361220Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.5113869Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.075s) 2022-08-17T12:53:26.5125360Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:26.7988755Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.286s) 2022-08-17T12:53:26.8000681Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:27.3882234Z test_Transformer_cell (__main__.TestNN) ... ok (0.588s) 2022-08-17T12:53:28.1309508Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.743s) 2022-08-17T12:53:28.1319840Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1495589Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:28.1502685Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1509845Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1516672Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1686456Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:28.1693981Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1701133Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1708025Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1876628Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:28.1884178Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1891236Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.1898016Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2030306Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:28.2037844Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2158385Z test_Unfold (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:28.2167715Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2287629Z test_Unfold_int_input (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:28.2296859Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2477222Z test_ZeroPad2d (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:28.2805793Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.033s) 2022-08-17T12:53:28.2815465Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2824943Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.2995807Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:28.3005422Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.3190462Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:28.3199793Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:28.3508928Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.031s) 2022-08-17T12:53:28.3544601Z test_adaptive_pooling_avg_nhwc (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:28.3557847Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:28.3568798Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:28.3598522Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.3678972Z test_adaptive_pooling_bfloat16 (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:28.3692064Z test_adaptive_pooling_input_size (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.3710837Z test_adaptive_pooling_size_none (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.3776146Z test_adaptive_pooling_size_overflow (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:28.3808402Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.3823139Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.3911876Z test_affine_grid (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:28.4006268Z test_affine_grid_3d (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:28.4050839Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:28.4125462Z test_assignment (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:28.4140368Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.4150625Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:28.4170346Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-08-17T12:53:28.4463407Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.029s) 2022-08-17T12:53:28.4473312Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:28.4502655Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.4509584Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:28.4588402Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:28.4599166Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.4676245Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:28.4753127Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:28.4878902Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:28.4956658Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:28.4972105Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.5000192Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.5096211Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:28.5106088Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.5130303Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.5156403Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.5202895Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:28.5527786Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.032s) 2022-08-17T12:53:28.5672803Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:28.5691136Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.5710145Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.5722204Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.5736748Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.5754477Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.5800427Z test_bilinear (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:28.5818439Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.6124297Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.030s) 2022-08-17T12:53:28.6167381Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:28.6176483Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:53:28.6183741Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:53:28.6193174Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:53:28.6203527Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6217741Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6227070Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6235356Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6247825Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6268454Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.6277730Z test_caching_parametrization (__main__.TestNN) 2022-08-17T12:53:28.6292736Z Test the caching system of a parametrization ... ok (0.002s) 2022-08-17T12:53:28.6304260Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-08-17T12:53:28.6325208Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-08-17T12:53:28.6341812Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1073: 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-08-17T12:53:28.6355865Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-08-17T12:53:28.6356349Z ok (0.002s) 2022-08-17T12:53:28.6394228Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:28.6406562Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:28.6425150Z test_children (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.6636832Z test_clip_grad_norm (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:28.6671637Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.6680601Z test_compute_nparams_to_prune (__main__.TestNN) 2022-08-17T12:53:28.6687810Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-08-17T12:53:28.6718995Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:28.6912172Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:28.7317406Z test_conv_backcompat (__main__.TestNN) ... ok (0.041s) 2022-08-17T12:53:28.7334271Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-08-17T12:53:28.7354826Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.8678725Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.132s) 2022-08-17T12:53:28.8693133Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:28.9633039Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:971: 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-08-17T12:53:28.9634394Z "Complex modules are a new feature under active development whose design may change, " 2022-08-17T12:53:29.0273099Z ok (0.158s) 2022-08-17T12:53:29.0349088Z test_conv_tbc (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:29.0363254Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:29.0450723Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:29.0572652Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:29.0696456Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:29.1217409Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.052s) 2022-08-17T12:53:29.1285357Z test_cosine_similarity (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:29.1330409Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:32.1188261Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (2.986s) 2022-08-17T12:53:32.1200764Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.1209096Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:32.1218302Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:32.1225024Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-08-17T12:53:32.1246383Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-08-17T12:53:32.1264535Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-08-17T12:53:32.1272903Z test_custom_from_mask_pruning (__main__.TestNN) 2022-08-17T12:53:32.1284684Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-08-17T12:53:32.1305692Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-08-17T12:53:32.1398484Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.011s) 2022-08-17T12:53:32.1415748Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1426559Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.1503181Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:32.1582564Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:32.1603310Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1617237Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.1643618Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:32.1768683Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:32.1785532Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1804956Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1818639Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.1841578Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1857316Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1865274Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:32.1879568Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.1899148Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1917268Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.1938269Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.2160630Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.022s) 2022-08-17T12:53:32.2212897Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:32.2283130Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:32.2302509Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.2312885Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.2322992Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.2340913Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.2357287Z test_fb_fc_packed (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-08-17T12:53:32.2358485Z r = func(*args, **kwargs) 2022-08-17T12:53:32.2359687Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-08-17T12:53:32.2360455Z r = func(*args, **kwargs) 2022-08-17T12:53:32.2365005Z ok (0.002s) 2022-08-17T12:53:32.2375640Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:32.2606433Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.023s) 2022-08-17T12:53:32.2668577Z test_functional_grad_conv (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:32.4815118Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.214s) 2022-08-17T12:53:32.4831531Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.4873804Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:32.4905769Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:32.4923624Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.4945522Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:32.4957501Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-08-17T12:53:32.4969914Z test_global_pruning (__main__.TestNN) 2022-08-17T12:53:32.4992109Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-08-17T12:53:32.5007933Z test_global_pruning_importance_scores (__main__.TestNN) 2022-08-17T12:53:32.5028834Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-08-17T12:53:32.5551702Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.052s) 2022-08-17T12:53:32.6084707Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.053s) 2022-08-17T12:53:32.6685759Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.060s) 2022-08-17T12:53:32.7282233Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.060s) 2022-08-17T12:53:32.8068719Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.078s) 2022-08-17T12:53:32.8811581Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.074s) 2022-08-17T12:53:34.4636183Z test_grid_sample (__main__.TestNN) ... ok (1.582s) 2022-08-17T12:53:34.6116452Z test_grid_sample_3d (__main__.TestNN) ... ok (0.148s) 2022-08-17T12:53:34.6374629Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4224: 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-08-17T12:53:34.6375710Z "Default grid_sample and affine_grid behavior has changed " 2022-08-17T12:53:34.6419337Z ok (0.030s) 2022-08-17T12:53:34.6432261Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:34.7517550Z test_hardtanh_backward (__main__.TestNN) ... ok (0.108s) 2022-08-17T12:53:34.7599060Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:34.7627826Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:34.7643234Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-08-17T12:53:34.7644133Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-08-17T12:53:34.7645907Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1108: 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-08-17T12:53:34.7647386Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-08-17T12:53:34.7651334Z ok (0.002s) 2022-08-17T12:53:34.7671841Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:34.7688170Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:34.7714838Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:34.7855552Z test_hook_inplace (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:34.7875868Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:34.7890957Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:34.7923602Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:34.8022308Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:34.8038914Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:34.8073973Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1108: 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-08-17T12:53:34.8075157Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-08-17T12:53:34.8243262Z ok (0.020s) 2022-08-17T12:53:34.8330518Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:34.8341858Z test_identity_pruning (__main__.TestNN) 2022-08-17T12:53:34.8379364Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-08-17T12:53:34.8402078Z test_initialization_parametrization (__main__.TestNN) 2022-08-17T12:53:34.8443470Z Test that it is possible to initialize a parametrization when it ... ok (0.006s) 2022-08-17T12:53:34.8482367Z test_inplace_thnn (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:35.1329713Z test_interpolate (__main__.TestNN) ... ok (0.285s) 2022-08-17T12:53:35.1466128Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:35.1476090Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.1590237Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.1598666Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.1735326Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:35.1742491Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.1873172Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.1881289Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2009538Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.2130914Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.2138521Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2146109Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2269202Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.2388678Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.2396109Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2403393Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2532405Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.2540296Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2651208Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.2658641Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2789150Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.2796602Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.2923467Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.2930765Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3049493Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.3167566Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.3174864Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3182042Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3299977Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.3417830Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.3424989Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3432008Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3441693Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:35.3557474Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.3673023Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.3680422Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3687763Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3796513Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.3804590Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.3924082Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.4041076Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:35.4048561Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4055585Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4170842Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.4178072Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4294586Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.4302683Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4416209Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.4423667Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4551695Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.4559066Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4689624Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:35.4697251Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.4807578Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:35.4815503Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5003312Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:35.5012160Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5161449Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:35.5171132Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5324955Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:35.5334108Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5501211Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:35.5510316Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5768518Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.026s) 2022-08-17T12:53:35.5785009Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.5946588Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:35.5961263Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.6133722Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:35.6148173Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.6359409Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:35.6372312Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.6586630Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:35.6596971Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.6753315Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:35.6764215Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.6977427Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.021s) 2022-08-17T12:53:35.7181680Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:35.7192628Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.7202785Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.7339406Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:35.7475851Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:35.7486791Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.7496626Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:35.7916146Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:971: 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-08-17T12:53:35.7917819Z "Complex modules are a new feature under active development whose design may change, " 2022-08-17T12:53:35.8190561Z ok (0.069s) 2022-08-17T12:53:35.9544891Z test_invalid_conv2d (__main__.TestNN) ... ok (0.135s) 2022-08-17T12:53:36.0217365Z test_invalid_conv3d (__main__.TestNN) ... ok (0.067s) 2022-08-17T12:53:36.0234858Z test_invalid_dropout_p (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:36.0253225Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:36.0268569Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:36.0269260Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:36.0287695Z ok (0.003s) 2022-08-17T12:53:36.0321917Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:45.4375085Z test_l1_loss_correct (__main__.TestNN) ... ok (9.405s) 2022-08-17T12:53:45.4388223Z test_l1_unstructured_pruning (__main__.TestNN) 2022-08-17T12:53:45.4412277Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-08-17T12:53:45.4425600Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-08-17T12:53:45.4444873Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-08-17T12:53:45.4470711Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:45.4487907Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:45.4497702Z test_ln_structured_pruning (__main__.TestNN) 2022-08-17T12:53:45.4517660Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-08-17T12:53:45.4530071Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-08-17T12:53:45.4549736Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-08-17T12:53:45.4698620Z test_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:45.4718092Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:45.4745269Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:45.4759867Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:45.6138618Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.138s) 2022-08-17T12:53:45.6151613Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:45.6220476Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:45.6358937Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:45.6368244Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.6513423Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:45.6522676Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.6668643Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:45.6677712Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.6755228Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:45.6764382Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.6912306Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:45.6922228Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.7079859Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.016s) 2022-08-17T12:53:45.7090729Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:45.7101065Z test_loss_equal_input_target_shape (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:45.7101878Z r = func(*args, **kwargs) 2022-08-17T12:53:45.7232572Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T12:53:45.7233662Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T12:53:45.7347914Z ok (0.026s) 2022-08-17T12:53:45.7405891Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:45.7463242Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:45.7492474Z test_max_unpool2d_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:45.7567233Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:45.7684399Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:45.7926622Z test_module_backcompat (__main__.TestNN) ... ok (0.024s) 2022-08-17T12:53:45.7949327Z test_module_to_argparse (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:45.7969945Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:45.7987648Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:45.8000553Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:48.3902745Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5088: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-08-17T12:53:48.3904025Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-08-17T12:53:48.3905436Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5108: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-08-17T12:53:48.3906508Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-08-17T12:53:48.7267440Z ok (2.926s) 2022-08-17T12:53:51.6675221Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.941s) 2022-08-17T12:53:51.6769496Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:51.6823117Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:51.6856325Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:51.6880022Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:142.) 2022-08-17T12:53:51.6880953Z r = func(*args, **kwargs) 2022-08-17T12:53:51.6882749Z ok (0.003s) 2022-08-17T12:53:51.6894658Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:51.6953538Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:51.6962895Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:51.7084173Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:51.7118704Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:51.7141943Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:51.7181690Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:51.7190722Z test_native_dropout_corner_case (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-08-17T12:53:51.7213557Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:51.7399013Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:51.8114826Z test_new_spectral_norm (__main__.TestNN) ... ok (0.071s) 2022-08-17T12:53:51.8162722Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:51.8213158Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:51.8494934Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.028s) 2022-08-17T12:53:52.1335611Z test_nnpack_conv (__main__.TestNN) ... ok (0.284s) 2022-08-17T12:53:52.1436021Z test_no_grad (__main__.TestNN) ... ok (0.010s) 2022-08-17T12:53:52.1452975Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:52.1544309Z test_normalize (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:52.1570577Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:52.1629016Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:53:52.1629978Z warnings.warn(msg, FutureWarning) 2022-08-17T12:53:52.4302611Z ok (0.273s) 2022-08-17T12:53:52.4473151Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:52.4982562Z test_pack_padded_sequence (__main__.TestNN) ... ok (0.051s) 2022-08-17T12:53:52.5784344Z test_pack_sequence (__main__.TestNN) ... ok (0.080s) 2022-08-17T12:53:52.5793270Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:52.5860559Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:52.6007851Z test_pad_sequence (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:52.6069663Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:52.6115962Z test_pairwise_distance (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:52.6139149Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:52.6186567Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:52.6202999Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:52.6224444Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:52.6239420Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:52.6247925Z test_parametrization_same_training_mode (__main__.TestNN) 2022-08-17T12:53:52.6257197Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-08-17T12:53:52.6266295Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:52.6275262Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:52.6591348Z test_pdist (__main__.TestNN) ... ok (0.031s) 2022-08-17T12:53:52.6678349Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.009s) 2022-08-17T12:53:52.6688928Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-08-17T12:53:52.6717460Z test_pdist_empty_col (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:52.6747233Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:52.6893615Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:52.6899858Z test_pdist_zeros (__main__.TestNN) 2022-08-17T12:53:52.7060751Z Test that grad is still valid when dist is 0 ... ok (0.017s) 2022-08-17T12:53:52.7092815Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:53.7030693Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.994s) 2022-08-17T12:53:53.7049961Z test_pointwise_loss_broadcast (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7050826Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7092151Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7092939Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7129443Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7130561Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7165456Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7166211Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7192071Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7192850Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7217896Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7218703Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7243701Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7244712Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7281096Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7281863Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7317808Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7318878Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7353549Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7354301Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7380027Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7380774Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7409478Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7410229Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7434550Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7435276Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7471062Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7471807Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7506554Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7507301Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7541771Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7542520Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7568497Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7569243Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7593209Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7593924Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7618041Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7618784Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7654472Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7655449Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7689781Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7690516Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7725805Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7726550Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7753381Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7754109Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7780203Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7780940Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7805400Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T12:53:53.7806145Z r = func(*args, **kwargs) 2022-08-17T12:53:53.7807345Z ok (0.078s) 2022-08-17T12:53:53.7823301Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.7851017Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:53.7861401Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.7936125Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:53.7947566Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:53:53.8146091Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:53.8167125Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.8187744Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.8210066Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.8222614Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.8237822Z test_pruning_container_compute_mask (__main__.TestNN) 2022-08-17T12:53:53.8261727Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-08-17T12:53:53.8269010Z test_pruning_id_consistency (__main__.TestNN) 2022-08-17T12:53:53.8279208Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-08-17T12:53:53.8288214Z test_pruning_rollback (__main__.TestNN) 2022-08-17T12:53:53.8308542Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-08-17T12:53:53.8360076Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:53.8411358Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:53.8453996Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:53.8465407Z test_random_pruning_0perc (__main__.TestNN) 2022-08-17T12:53:53.8503726Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-08-17T12:53:53.8512894Z test_random_pruning_forward (__main__.TestNN) 2022-08-17T12:53:53.8531156Z check forward with mask (by hand). ... ok (0.003s) 2022-08-17T12:53:53.8539502Z test_random_pruning_new_weight (__main__.TestNN) 2022-08-17T12:53:53.8568715Z Test that module.name now contains a pruned version of ... ok (0.004s) 2022-08-17T12:53:53.8576088Z test_random_pruning_orig (__main__.TestNN) 2022-08-17T12:53:53.8603907Z Test that original tensor is correctly stored in 'orig' ... ok (0.003s) 2022-08-17T12:53:53.8676953Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:53.8686949Z test_random_pruning_sizes (__main__.TestNN) 2022-08-17T12:53:53.8711870Z Test that the new parameters and buffers created by the pruning ... ok (0.003s) 2022-08-17T12:53:53.8729853Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.8746340Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-08-17T12:53:53.8763367Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-08-17T12:53:53.8779758Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-08-17T12:53:53.8802173Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-08-17T12:53:53.8877807Z test_register_and_remove_parametrization (__main__.TestNN) 2022-08-17T12:53:53.9093659Z Test that it is possible to add a few parametrizations ... ok (0.029s) 2022-08-17T12:53:53.9113335Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.9128389Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9140478Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9148681Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9167188Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.9179376Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9191266Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9272055Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:53.9284329Z test_remove_pruning (__main__.TestNN) 2022-08-17T12:53:53.9318382Z `prune.remove` removes the hook and the reparametrization ... ok (0.005s) 2022-08-17T12:53:53.9325376Z test_remove_pruning_exception (__main__.TestNN) 2022-08-17T12:53:53.9335209Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-08-17T12:53:53.9343437Z test_remove_pruning_forward (__main__.TestNN) 2022-08-17T12:53:53.9359700Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-08-17T12:53:53.9374994Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:53.9395603Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.9509887Z test_rnn_args_check (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:53.9523072Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-08-17T12:53:53.9696986Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.017s) 2022-08-17T12:53:53.9721369Z test_rnn_pruning (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:53.9754347Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:53.9770974Z test_serialization_parametrization (__main__.TestNN) 2022-08-17T12:53:53.9831495Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.008s) 2022-08-17T12:53:53.9852092Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:53.9958959Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.011s) 2022-08-17T12:53:54.0010753Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-08-17T12:53:54.0074413Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-08-17T12:53:54.0220532Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:54.0229537Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.0376089Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:54.0384932Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.0460591Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:54.0470730Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.0618301Z test_softmax_lastdim (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:54.0629328Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.0777340Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:54.0787782Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.0925916Z test_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-08-17T12:53:54.0936265Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.1072357Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:54.1082159Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.1234765Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2022-08-17T12:53:54.1244180Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-08-17T12:53:54.1262891Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.1734172Z test_spectral_norm (__main__.TestNN) ... ok (0.047s) 2022-08-17T12:53:54.1757120Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.1785151Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:54.2097212Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.031s) 2022-08-17T12:53:54.2123902Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-08-17T12:53:54.2165991Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:54.2174215Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:54.2187140Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-08-17T12:53:54.2205173Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-08-17T12:53:54.2241186Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:54.2254397Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-08-17T12:53:54.2275899Z test_to (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.2293363Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.2311479Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-08-17T12:53:54.2357578Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-08-17T12:53:54.2447453Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:54.2457079Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-08-17T12:53:54.2480218Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-08-17T12:53:54.2493258Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-08-17T12:53:54.2520393Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-08-17T12:53:54.4612120Z test_transformer_args_check (__main__.TestNN) ... ok (0.209s) 2022-08-17T12:53:54.4739271Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.013s) 2022-08-17T12:53:54.6376972Z test_transformerdecoder (__main__.TestNN) ... ok (0.164s) 2022-08-17T12:53:54.6729586Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.035s) 2022-08-17T12:53:54.7253842Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.052s) 2022-08-17T12:53:54.7329856Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:54.7416047Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:54.7487741Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-08-17T12:53:54.7566219Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:54.7646616Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-08-17T12:53:54.7690553Z test_type (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:54.7697995Z test_type_before_parametrizations (__main__.TestNN) 2022-08-17T12:53:54.7707004Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-08-17T12:53:54.7727702Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1092: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1560.) 2022-08-17T12:53:54.7728618Z return super(Tensor, self).refine_names(names) 2022-08-17T12:53:54.7729740Z ok (0.002s) 2022-08-17T12:53:54.7749706Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.7874925Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.012s) 2022-08-17T12:53:54.8079508Z test_unpack_sequence (__main__.TestNN) ... ok (0.020s) 2022-08-17T12:53:54.8272534Z test_unpad_sequence (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:54.8281368Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-08-17T12:53:54.8290086Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-08-17T12:53:54.8308413Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.8634048Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.032s) 2022-08-17T12:53:54.8651160Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.9545975Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.089s) 2022-08-17T12:53:54.9569412Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.9756088Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.018s) 2022-08-17T12:53:54.9949703Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.019s) 2022-08-17T12:53:54.9966277Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:54.9974009Z test_validate_pruning_amount (__main__.TestNN) 2022-08-17T12:53:54.9978741Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-08-17T12:53:54.9988044Z test_validate_pruning_amount_init (__main__.TestNN) 2022-08-17T12:53:54.9992895Z Test the first util function that validates the pruning ... ok (0.001s) 2022-08-17T12:53:55.0011492Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:55.0101139Z test_weight_norm (__main__.TestNN) ... ok (0.009s) 2022-08-17T12:53:55.0125098Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-08-17T12:53:55.0169235Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-08-17T12:53:55.0250054Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:55.0327568Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:55.0397143Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:53:55.0536433Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:53:55.0595470Z test_AvgPool2d_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:55.0607217Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:55.0650224Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:55.0681216Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:53:55.0697872Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:55.0729650Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:53:55.0774651Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:55.0820176Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:55.0867966Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:53:55.0911145Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:55.0953839Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:55.0997531Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:57.0797161Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.980s) 2022-08-17T12:53:57.3421381Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.262s) 2022-08-17T12:53:57.3449994Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3477450Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3504561Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3521284Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3538125Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3554798Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3571759Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3588495Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3602231Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3616027Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3629529Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3705154Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:53:57.3720983Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:53:57.3747341Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3773945Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3800684Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:53:57.3814299Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3828105Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3842843Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3857601Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:53:57.3941245Z test_Dropout1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:57.4112180Z test_Dropout2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:53:57.4245125Z test_Dropout3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:53:57.8426928Z test_Dropout_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.418s) 2022-08-17T12:53:57.8491459Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8552338Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8609730Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8669682Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8730444Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8786922Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8847992Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8908667Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.8967127Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.9029446Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.9090332Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.9148035Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:57.9471782Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:57.9797876Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:53:58.0103057Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.0423312Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.0744171Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.1048311Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.1368252Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.1687295Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.1993043Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.2306928Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-08-17T12:53:58.2621719Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-08-17T12:53:58.2920541Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.3239003Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.3540111Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.3857138Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.4157276Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:53:58.4222947Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:53:58.4288239Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4348891Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4412117Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4476580Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4537382Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4600295Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4663917Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4724834Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4787215Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4850728Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4910584Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:53:58.4998624Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-08-17T12:53:58.5083303Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:58.5167019Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:58.5250581Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:53:58.5304926Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:53:58.5376857Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:53:58.5430000Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:53:58.5499426Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:53:58.5825370Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:53:58.5854160Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:53:58.5982528Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:53:59.6689682Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.070s) 2022-08-17T12:53:59.6703951Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:53:59.6751386Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:53:59.6795452Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:59.6837945Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:53:59.7269450Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-08-17T12:53:59.7809486Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-08-17T12:54:00.3591625Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.578s) 2022-08-17T12:54:00.3611038Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:00.3827793Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:54:00.4078272Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:00.4158205Z test_MaxPool1d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:54:00.4236330Z test_MaxPool2d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:54:00.4306506Z test_MaxPool3d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:54:00.4433958Z test_MaxPool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:00.4465560Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4496736Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4527699Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4558142Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4588780Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4619453Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4650240Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4680721Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4711534Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4741618Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:54:00.4793901Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:00.4807396Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:00.4819855Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:00.4999935Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:54:00.5177175Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:54:00.7023040Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.184s) 2022-08-17T12:54:03.5387196Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.836s) 2022-08-17T12:54:14.8630128Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.324s) 2022-08-17T12:54:14.8820302Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-08-17T12:54:14.9003163Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:54:15.0273240Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-08-17T12:54:15.5479915Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.521s) 2022-08-17T12:54:15.6929849Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.145s) 2022-08-17T12:54:16.0818960Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.389s) 2022-08-17T12:54:17.1966027Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.115s) 2022-08-17T12:54:17.2024692Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:54:17.2039263Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:17.2771419Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.073s) 2022-08-17T12:54:17.2819408Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:17.2842513Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:17.2941145Z test_adaptive_pool_invalid_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:54:17.3060819Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:54:17.3230259Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:54:17.3409132Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:54:17.3588863Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:54:17.3764332Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:54:17.3939284Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:54:17.4114612Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:54:17.4145026Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:17.4174902Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:17.4203763Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:17.4228888Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:17.4517803Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-08-17T12:54:18.3284781Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.876s) 2022-08-17T12:54:36.8873696Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (18.559s) 2022-08-17T12:54:36.8960800Z test_avg_pool2d_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-08-17T12:54:40.1021544Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.206s) 2022-08-17T12:54:47.0576434Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (6.955s) 2022-08-17T12:54:47.0620622Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.0631970Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.0642405Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.0703347Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:54:47.0714240Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.0724871Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.1180529Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-08-17T12:54:47.1191387Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.1201576Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.1273646Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:54:47.1282744Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.1291651Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.1328013Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.3737319Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.241s) 2022-08-17T12:54:47.3753587Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:47.3765376Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:47.3818040Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:47.3857660Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.4007363Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-08-17T12:54:47.4107226Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:54:47.4136536Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.4160538Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.4178469Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.4194130Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:54:47.4232605Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.4266337Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.4303206Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.4338180Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.4463169Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:54:47.4771397Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-08-17T12:54:47.4841534Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:54:47.4894961Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:47.4933502Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.4963186Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.4987063Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.5003338Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.5018901Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:54:47.5058578Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.5092928Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.5129997Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.5165252Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:47.7760541Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.259s) 2022-08-17T12:54:47.8391861Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-08-17T12:54:47.8450376Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:54:47.8489998Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:47.9554628Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-08-17T12:54:47.9825618Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:47.9847760Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.9864315Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:47.9913990Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:47.9955894Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:48.0001012Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:48.0040700Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:54:48.0066817Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:48.0189196Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0311415Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0432285Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0554285Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0676320Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0798723Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.0920611Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1045278Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1166718Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1288170Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1410658Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1531432Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1652949Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1774613Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.1896381Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2017651Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2139086Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2260474Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2380994Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2502660Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2624202Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2744956Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2869018Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.2990149Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3114063Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3235497Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3356178Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3476767Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3597186Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3717580Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3838753Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.3958968Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4079933Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4200519Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4320924Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4441396Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4561468Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4682108Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4803171Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.4982294Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-08-17T12:54:48.5153686Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-08-17T12:54:48.5292372Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-08-17T12:54:48.5414321Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.5536228Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.5657364Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.5778330Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.5900178Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6021989Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6142979Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6263632Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6385622Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6507406Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6631006Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6754471Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.6877000Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7000026Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7123087Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7246186Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7370938Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7491317Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7613913Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7736310Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7858676Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.7981797Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:48.8288351Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:54:48.8548471Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:48.8802913Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:48.9060856Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:48.9331738Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:48.9597286Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:48.9869238Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.0136513Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.0396967Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.0651918Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.0911543Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.1168729Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.1446358Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-08-17T12:54:49.1713582Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.1984111Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.2255374Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.2515301Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.2770718Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.3028063Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.3283259Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.3558275Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.3828392Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.4102228Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.4373424Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-08-17T12:54:49.4609535Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.4845233Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-08-17T12:54:49.5084174Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.5323555Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.5578105Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.5830491Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.6087607Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.6337559Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.6575129Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.6810933Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.7052818Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.7292909Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.7551800Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.7807369Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:49.8066278Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.8322231Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.8564929Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.8805845Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.9050079Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.9288534Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:49.9547396Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:49.9807756Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.0067405Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.0323064Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.0566521Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.0807742Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.1048785Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.1285611Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.1546118Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.1796823Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.2050904Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.2300758Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.2537365Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.2772152Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-08-17T12:54:50.3009913Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.3249527Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.3503808Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.3755455Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:50.4011828Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.4269688Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.4509422Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.4755027Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.5000523Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.5245440Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:54:50.5502347Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.5760037Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.6019731Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.6281766Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-08-17T12:54:50.6406173Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.6529688Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.6653284Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.6776349Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.6899894Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7026680Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-08-17T12:54:50.7149644Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7272329Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7397840Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7523810Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-08-17T12:54:50.7648787Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7772973Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.7897078Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8020510Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8144062Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8266047Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8388030Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8510412Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8632631Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8755793Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.8880157Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9002371Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9126074Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9248504Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9371655Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9493769Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9617480Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9740448Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9863859Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:50.9986425Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0108663Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0230442Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0351821Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0473714Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0595508Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0716483Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0840514Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.0961571Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1081336Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1203205Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1324497Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1445655Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1566944Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1688650Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1810175Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.1932033Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2053385Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2174942Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2296505Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2416724Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2538004Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2659886Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2781493Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.2903150Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3023917Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3145067Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3267582Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3390215Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3512260Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3634120Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3755601Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.3877328Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4000938Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4123900Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4245732Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4367408Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4489242Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4610372Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4732384Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4855119Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.4976672Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.5098538Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:51.5433008Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:51.5752629Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:51.6078398Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:51.6395754Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:51.6766084Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:51.7120755Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:51.7483679Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:51.7842558Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:51.7985717Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:51.8117937Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:51.8259516Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:51.8390709Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:51.8528593Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:51.8660770Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:51.8798542Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:51.8930887Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:51.9126615Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:51.9316298Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:51.9508979Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:51.9701796Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:51.9896916Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.0087256Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.0280443Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.0470723Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.0839115Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:52.1196314Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:52.1556326Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:52.1911982Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:52.2300491Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:52.2683591Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:52.3067978Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:52.3443628Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:52.3580836Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:52.3710206Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.3846113Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.3976500Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.4115283Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:52.4247555Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.4383145Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.4515026Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:52.4704966Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.4892385Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.5080747Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.5267673Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.5458507Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.5647723Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.5837616Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.6024173Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:52.6479276Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-08-17T12:54:52.6925583Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:52.7472985Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-08-17T12:54:52.7880748Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:52.8364885Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-08-17T12:54:52.8842838Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-08-17T12:54:52.9289413Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:52.9728256Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:52.9871139Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:53.0005870Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.0146345Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:53.0277887Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.0420905Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:53.0555575Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.0695650Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:53.0828990Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.1021937Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.1211192Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.1405947Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.1594129Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.1787257Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.1974344Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.2164887Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.2350887Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-08-17T12:54:53.2482316Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.2608861Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.2741283Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.2867496Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.2998608Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3127401Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3258021Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3383557Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:54:53.3513655Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3640629Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3770731Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.3896753Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4028412Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4154471Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4285710Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4413061Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4544493Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4670986Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4803486Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.4931808Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5062738Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5189490Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5321222Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5450032Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5579731Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5704933Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:54:53.5834726Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.5960201Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:54:53.6090033Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6215775Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6346292Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6472138Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6601887Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6728354Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6860927Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.6988692Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7121103Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7250173Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7381857Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7510590Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7641728Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7769819Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.7902404Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8030787Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8163510Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8291834Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8427968Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:53.8557335Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8689802Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8817094Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.8948713Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9077673Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9208890Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9336338Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9468345Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9596381Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9729273Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9858253Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:53.9991161Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0118024Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0251161Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0378368Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0509573Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0637526Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0766683Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.0893097Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1021808Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1148433Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1278083Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1405040Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1534610Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1661572Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:54.1989220Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.2307148Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:54.2629728Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:54.2950689Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:54.3304317Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.3655119Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.4010650Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:54.4356188Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-08-17T12:54:54.4691527Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.5023581Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.5366077Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-08-17T12:54:54.5693128Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.6048248Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.6396279Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.6754365Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:54.7107491Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.7435538Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.7755440Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-08-17T12:54:54.8084700Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.8411475Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:54.8761967Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.9108918Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.9462763Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:54.9808570Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-08-17T12:54:55.0152647Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-08-17T12:54:55.0483017Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:55.0819078Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-08-17T12:54:55.1147786Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-08-17T12:54:55.1502774Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.1850740Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.2203658Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.2554435Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.2917831Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:55.3268782Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.3621659Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.3968688Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:54:55.4359247Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:55.4739175Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:55.5125682Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:55.5501058Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:55.5887839Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:55.6270144Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:55.6674669Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:55.7075259Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:55.7498867Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-08-17T12:54:55.7911758Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:55.8348772Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:55.8784616Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-08-17T12:54:55.9154412Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:55.9515095Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:55.9882330Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-08-17T12:54:56.0243897Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:54:56.0631801Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:56.1017647Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:56.1400884Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:56.1776847Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:56.2161979Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:56.2541451Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:56.2947767Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:56.3343129Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-08-17T12:54:56.3752306Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:56.4155442Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:56.4580658Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-08-17T12:54:56.4999295Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-08-17T12:54:56.5440098Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:56.5872431Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-08-17T12:54:56.6256580Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-08-17T12:54:56.6653963Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:56.7123399Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-08-17T12:54:56.7584583Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-08-17T12:54:56.7991707Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:56.8393140Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:56.8519998Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-08-17T12:54:56.8643822Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.8767269Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.8890855Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.9015624Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.9139020Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.9263553Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.9386442Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-08-17T12:54:56.9848841Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-08-17T12:54:57.0294891Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:54:57.0703597Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-08-17T12:54:57.1106781Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-08-17T12:54:57.1587133Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-08-17T12:54:57.2059508Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-08-17T12:54:57.2493611Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-08-17T12:54:57.2921811Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-08-17T12:54:57.2937717Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:57.2965406Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:54:57.2992125Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:54:57.3019134Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:54:57.3045667Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:54:57.3072218Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:54:57.3084087Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:57.3095733Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:57.3110469Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:57.3339829Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-08-17T12:54:57.3539005Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-08-17T12:54:57.4570394Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-08-17T12:54:57.4597649Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:54:57.4623049Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-08-17T12:54:57.4623860Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-08-17T12:54:57.4866673Z ok (0.027s) 2022-08-17T12:54:57.5114676Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:54:57.5136917Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:57.5148904Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:57.5350024Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-08-17T12:54:57.5399747Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:54:57.6308205Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.091s) 2022-08-17T12:54:57.7209531Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.090s) 2022-08-17T12:54:57.7226790Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.7847224Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:54:57.7869846Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:57.7885977Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:57.8169114Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-08-17T12:54:57.8233745Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:54:57.8531896Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-08-17T12:54:57.8757441Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:54:57.8863009Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:54:57.8995673Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:54:57.9204853Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-08-17T12:54:57.9224457Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9243405Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9261345Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9279423Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9296846Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9314213Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:54:57.9418605Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:54:58.2448495Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.303s) 2022-08-17T12:54:58.2466825Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:58.2488599Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:58.2510538Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:58.2531094Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:58.2550104Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:54:58.2560446Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:54:58.2664327Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:54:58.2805168Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-08-17T12:54:58.2856683Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:00.1393291Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.853s) 2022-08-17T12:55:01.9419935Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (1.803s) 2022-08-17T12:55:02.0631981Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-08-17T12:55:02.1797796Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-08-17T12:55:02.1809202Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:02.1819502Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:02.1829196Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:02.1838871Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:02.4476526Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-08-17T12:55:02.7115684Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-08-17T12:55:02.9925777Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.281s) 2022-08-17T12:55:03.2571237Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-08-17T12:55:03.5217754Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.265s) 2022-08-17T12:55:03.8023629Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.280s) 2022-08-17T12:55:04.0671246Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.265s) 2022-08-17T12:55:04.3299416Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.263s) 2022-08-17T12:55:04.6067834Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.277s) 2022-08-17T12:55:04.8703183Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.263s) 2022-08-17T12:55:05.1345851Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-08-17T12:55:05.4107597Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.276s) 2022-08-17T12:55:05.4145250Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:05.4180485Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:05.4214632Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:05.4248042Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:05.4872333Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:55:05.5497406Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:55:05.6118238Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:55:05.6743361Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:55:05.6767450Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6790224Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6812061Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6834586Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6857803Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6878740Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6901857Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6924662Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6945784Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6968830Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.6991404Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.7012738Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:05.7140961Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.7266659Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.7393715Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.7521048Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.7640911Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:05.7760854Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:05.7876033Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-08-17T12:55:05.7989848Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-08-17T12:55:05.8214664Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:55:05.8439860Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:55:05.8652999Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-08-17T12:55:05.8866798Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-08-17T12:55:05.8995522Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.9126275Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.9254511Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.9381727Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:05.9503041Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:05.9624255Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:05.9738484Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-08-17T12:55:05.9853492Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-08-17T12:55:06.0077371Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:55:06.0301087Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-08-17T12:55:06.0511933Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-08-17T12:55:06.0724734Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-08-17T12:55:06.0817748Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-08-17T12:55:06.0840508Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:06.0853591Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:06.0865435Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:06.0876968Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:06.0899063Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:06.1082229Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-08-17T12:55:06.1156476Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:55:06.1166049Z test_empty_dropout_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:55:06.1807371Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.064s) 2022-08-17T12:55:06.2168049Z test_fractional_max_pool2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-08-17T12:55:06.2644379Z test_fractional_max_pool3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-08-17T12:55:06.2664608Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:06.2821782Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-08-17T12:55:06.2853412Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:55:13.1728775Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.887s) 2022-08-17T12:55:13.2537161Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.081s) 2022-08-17T12:55:18.0775332Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (4.824s) 2022-08-17T12:55:18.1632038Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.086s) 2022-08-17T12:55:18.1659235Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:18.1684455Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.1712110Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:18.1737727Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:18.1859315Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:18.1993096Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:18.2117671Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:18.2241544Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:18.2277824Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:18.2313852Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:18.2364779Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:18.2387939Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.2398293Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:55:18.2474906Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-08-17T12:55:18.2487360Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:18.2500463Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:18.2586454Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-08-17T12:55:18.2738387Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-08-17T12:55:18.2762514Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.2786780Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.2804524Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.2823943Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:18.2835712Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:18.2849405Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:27.6029086Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.318s) 2022-08-17T12:55:27.8290579Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.226s) 2022-08-17T12:55:27.8732926Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:55:27.8749591Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:27.8807621Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:55:27.8862431Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:28.1686567Z test_max_pool1d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.282s) 2022-08-17T12:55:28.9224459Z test_max_pool1d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.754s) 2022-08-17T12:55:28.9417587Z test_max_pool1d_errors_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-08-17T12:55:28.9515704Z test_max_pool2d_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-08-17T12:55:28.9531001Z test_max_pool2d_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:28.9545890Z test_max_pool2d_indices_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:32.2653898Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.311s) 2022-08-17T12:55:39.3542901Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (7.089s) 2022-08-17T12:55:39.3580442Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:55:39.3616237Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:55:39.3651563Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:55:39.3686451Z test_max_pool_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:40.4626085Z test_maxpool3d_non_square_backward_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.094s) 2022-08-17T12:55:40.4638439Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestNNDeviceTypeCPU) 2022-08-17T12:55:40.4669537Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-08-17T12:55:40.4718148Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:40.4737723Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:40.4756982Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:40.4802729Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:40.4817933Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4832463Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4847413Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4859611Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4871743Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4884125Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.4902456Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:40.4918831Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:40.4933620Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:55:40.4950488Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:40.4982686Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:40.5032325Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:40.5073557Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:40.5116562Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:40.5159196Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:40.5226357Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:55:40.5353807Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:40.5386842Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:40.5399948Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:55:40.5434182Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:40.5475124Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-08-17T12:55:40.5532436Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-08-17T12:55:40.5655085Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-08-17T12:55:40.5670691Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:40.5684881Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.5699307Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.5718523Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-08-17T12:55:40.5719766Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-08-17T12:55:40.5720720Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-08-17T12:55:40.5721404Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-08-17T12:55:40.5724513Z ok (0.003s) 2022-08-17T12:55:40.5875109Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-08-17T12:55:40.5892775Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:40.6133741Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:55:40.6372204Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-08-17T12:55:40.6387324Z test_pool3d_large_size_int64_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.6401588Z test_pool3d_size_one_feature_dim_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:40.6649392Z test_pool_invalid_size_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-08-17T12:55:41.5767481Z test_pool_large_size_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.912s) 2022-08-17T12:55:41.5783437Z test_pooling_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:41.5918560Z test_pooling_max_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:41.6045577Z test_pooling_max_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-08-17T12:55:41.6059206Z test_pooling_shape_cpu (__main__.TestNNDeviceTypeCPU) 2022-08-17T12:55:41.6094527Z Test the output shape calculation for pooling functions ... ok (0.005s) 2022-08-17T12:55:41.6268224Z test_pooling_size_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:55:41.6725441Z test_pooling_zero_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-08-17T12:55:41.6736932Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:41.6773375Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T12:55:41.6807397Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T12:55:41.7428299Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-08-17T12:55:41.7496061Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-08-17T12:55:41.7546534Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:41.7568412Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:41.7676633Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-08-17T12:55:41.7864807Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-08-17T12:55:41.7880003Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:41.7893806Z test_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:41.8380813Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-08-17T12:55:41.8398739Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:41.8416159Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:55:42.4274050Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.586s) 2022-08-17T12:55:42.4325219Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:42.4351632Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:42.4379298Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:42.4427064Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:42.4473615Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:42.4482693Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-08-17T12:55:42.4499456Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:971: 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-08-17T12:55:42.4500801Z "Complex modules are a new feature under active development whose design may change, " 2022-08-17T12:55:42.4502169Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T12:55:42.4502846Z r = func(*args, **kwargs) 2022-08-17T12:55:42.4505015Z ok (0.002s) 2022-08-17T12:55:42.5043396Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-08-17T12:55:42.5397486Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-08-17T12:55:42.6027742Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-08-17T12:55:47.5674870Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.965s) 2022-08-17T12:55:47.7846855Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.217s) 2022-08-17T12:55:47.7867392Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:47.7885464Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:47.7934839Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:47.7983773Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:47.8032856Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:47.8082343Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-08-17T12:55:47.8100056Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:47.8118111Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:47.8136544Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:47.8938607Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-08-17T12:55:47.9737711Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-08-17T12:55:48.0591449Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.085s) 2022-08-17T12:55:48.1441726Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.085s) 2022-08-17T12:55:48.1470489Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:48.1909839Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-08-17T12:55:48.1919757Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:48.2094371Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:55:48.2999029Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.090s) 2022-08-17T12:55:48.3008995Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:48.3018229Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:48.3027013Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:48.5069370Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.204s) 2022-08-17T12:55:48.5573354Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-08-17T12:55:48.5583112Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:55:48.5610454Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-08-17T12:55:48.5631374Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-08-17T12:55:48.5806458Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-08-17T12:55:48.7869906Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.206s) 2022-08-17T12:55:49.3986467Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.612s) 2022-08-17T12:55:49.4000363Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4009189Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4019343Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4031005Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4039732Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4059881Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-08-17T12:55:49.4092465Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-08-17T12:55:49.4193218Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-08-17T12:55:49.4203199Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4241591Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-08-17T12:55:49.4254291Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.4263948Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.6367447Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.210s) 2022-08-17T12:55:49.6379535Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.6413618Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-08-17T12:55:49.8141515Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.173s) 2022-08-17T12:55:49.8154087Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:49.8187221Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-08-17T12:55:49.8347868Z test_max_unpool (__main__.TestNNInit) ... ok (0.016s) 2022-08-17T12:55:50.7868846Z test_normal (__main__.TestNNInit) ... ok (0.952s) 2022-08-17T12:55:50.7904548Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.004s) 2022-08-17T12:55:50.7975135Z test_orthogonal (__main__.TestNNInit) ... ok (0.007s) 2022-08-17T12:55:50.8043840Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.007s) 2022-08-17T12:55:50.8053955Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:50.8063115Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:55:51.6095180Z test_uniform (__main__.TestNNInit) ... ok (0.803s) 2022-08-17T12:55:52.0144299Z test_xavier_normal (__main__.TestNNInit) ... ok (0.405s) 2022-08-17T12:55:52.0156174Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:52.0880521Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.072s) 2022-08-17T12:55:52.0892448Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-08-17T12:55:52.0919267Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-08-17T12:55:52.0948743Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-08-17T12:55:52.0976031Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-08-17T12:55:52.1013422Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-08-17T12:55:52.1023796Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-08-17T12:55:52.1040539Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-08-17T12:55:52.1040819Z 2022-08-17T12:55:52.1043605Z ---------------------------------------------------------------------- 2022-08-17T12:55:52.1044474Z Ran 3250 tests in 166.024s 2022-08-17T12:55:52.1044782Z 2022-08-17T12:55:52.1045013Z OK (skipped=1377, expected failures=27) 2022-08-17T12:55:52.1045237Z 2022-08-17T12:55:52.1045379Z Generating XML reports... 2022-08-17T12:55:52.1095547Z Generated XML report: test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220817125306.xml 2022-08-17T12:55:52.1098618Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220817125306.xml 2022-08-17T12:55:52.1106568Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220817125306.xml 2022-08-17T12:55:52.1109871Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220817125306.xml 2022-08-17T12:55:52.1112423Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220817125306.xml 2022-08-17T12:55:52.1114828Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220817125306.xml 2022-08-17T12:55:52.1154807Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220817125306.xml 2022-08-17T12:55:52.1186334Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220817125306.xml 2022-08-17T12:55:52.3205486Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220817125306.xml 2022-08-17T12:55:52.4742059Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220817125306.xml 2022-08-17T12:55:52.4764070Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220817125306.xml 2022-08-17T12:55:52.4770341Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220817125306.xml 2022-08-17T12:55:52.9373371Z Running test_foreach ... [2022-08-17 12:55:52.936967] 2022-08-17T12:55:52.9374063Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:55:52.937049] 2022-08-17T12:55:54.9543215Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-08-17T12:55:54.9602973Z 2022-08-17T12:55:54.9603133Z Running tests... 2022-08-17T12:55:54.9603511Z ---------------------------------------------------------------------- 2022-08-17T12:55:54.9637801Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:55:54.9654147Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:55:54.9669672Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9685268Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9700410Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9715540Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9731148Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9746627Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:55:54.9762098Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:55:54.9777599Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:55:54.9793622Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:55:54.9810051Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:55:55.0233931Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:55:55.0647541Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.1059465Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.1469300Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.1879408Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.2288528Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.2697801Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.3106932Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.3517049Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.3926754Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.4335503Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.4745259Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:55.5148185Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.5550100Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.5951371Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.6350542Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.6749525Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.7149074Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.7548312Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.7949340Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.8349650Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.8750541Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.9152779Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.9553813Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:55.9956551Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.0359302Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.0759927Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.1161426Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.1563165Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.1967184Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.2365335Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.2766156Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.3163196Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.3561634Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.3959333Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.4358805Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:55:56.4771368Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.5138955Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:55:56.5549503Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.5960227Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.6371210Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.6782789Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.7194659Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.7609964Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.8023853Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.8435833Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.8847039Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.9258728Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:55:56.9279531Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9300457Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9321177Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9340974Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9361520Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9382194Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9402240Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9423108Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9444652Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9465622Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9486571Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9507361Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9528444Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9549316Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9570615Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9591348Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9612302Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9633238Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9654172Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9674342Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9694608Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9714666Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9734881Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9755493Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9775740Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9797693Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9817861Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9837804Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9858246Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9878477Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9898491Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9918667Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9938787Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9959497Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9979676Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:56.9999491Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0019290Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0039299Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0059457Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0081088Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0101340Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0121465Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0141774Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0161769Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0182309Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0202483Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0222742Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.0243269Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-08-17T12:55:57.1487053Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T12:55:57.2711435Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T12:55:57.4060907Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:55:57.5430906Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T12:55:57.5866037Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T12:55:57.5867056Z r = func(*args, **kwargs) 2022-08-17T12:55:57.6683392Z ok (0.125s) 2022-08-17T12:55:57.7963576Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.128s) 2022-08-17T12:55:57.9216313Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-08-17T12:55:58.0356534Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-08-17T12:55:58.1497612Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-08-17T12:55:58.2608978Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T12:55:58.3733909Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.112s) 2022-08-17T12:55:58.4864487Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-08-17T12:55:58.6093339Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.123s) 2022-08-17T12:55:58.7430397Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:55:58.8782517Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:55:59.0156830Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T12:55:59.1461062Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.130s) 2022-08-17T12:55:59.2702318Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T12:55:59.3912804Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-08-17T12:55:59.5241468Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T12:55:59.6581185Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:55:59.7932223Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:55:59.9278448Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:00.0622324Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:56:00.1847594Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T12:56:00.3022722Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.117s) 2022-08-17T12:56:00.4363325Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:56:00.5725267Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.136s) 2022-08-17T12:56:00.6958491Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.123s) 2022-08-17T12:56:00.8222378Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.126s) 2022-08-17T12:56:00.9460973Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T12:56:01.0571735Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T12:56:01.1682648Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T12:56:01.2759525Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-08-17T12:56:01.3860027Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T12:56:01.4959643Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T12:56:01.6312920Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:01.7810601Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.150s) 2022-08-17T12:56:01.9273700Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.146s) 2022-08-17T12:56:02.0748216Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.147s) 2022-08-17T12:56:02.2115685Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T12:56:02.3492155Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.138s) 2022-08-17T12:56:02.4848207Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:02.6134140Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.128s) 2022-08-17T12:56:02.7426225Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.129s) 2022-08-17T12:56:02.8712517Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-08-17T12:56:03.0012397Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.130s) 2022-08-17T12:56:03.1301619Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.129s) 2022-08-17T12:56:03.2641110Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:56:03.3935736Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.129s) 2022-08-17T12:56:03.5398694Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.146s) 2022-08-17T12:56:03.6869290Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.147s) 2022-08-17T12:56:03.8229791Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-08-17T12:56:03.9608170Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.138s) 2022-08-17T12:56:04.0962517Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:04.2186583Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T12:56:04.3407758Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T12:56:04.4606984Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T12:56:04.5817639Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-08-17T12:56:04.7028751Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-08-17T12:56:04.8362740Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T12:56:04.9779932Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.142s) 2022-08-17T12:56:05.1248221Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.147s) 2022-08-17T12:56:05.2729671Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.148s) 2022-08-17T12:56:05.4121095Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.139s) 2022-08-17T12:56:05.5470972Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:05.6921976Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.145s) 2022-08-17T12:56:05.8352557Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.143s) 2022-08-17T12:56:05.9794334Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.144s) 2022-08-17T12:56:06.1237884Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.144s) 2022-08-17T12:56:06.2650401Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.141s) 2022-08-17T12:56:06.4060242Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.141s) 2022-08-17T12:56:06.5383235Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.132s) 2022-08-17T12:56:06.6745874Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.136s) 2022-08-17T12:56:06.8206256Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.146s) 2022-08-17T12:56:06.9688625Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.148s) 2022-08-17T12:56:07.1031162Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.134s) 2022-08-17T12:56:07.2383906Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.135s) 2022-08-17T12:56:07.3712651Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T12:56:07.4888589Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-08-17T12:56:07.6068425Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.118s) 2022-08-17T12:56:07.7361958Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-08-17T12:56:07.8559481Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T12:56:07.9756857Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T12:56:08.1224587Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.147s) 2022-08-17T12:56:08.2798541Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-08-17T12:56:08.4354349Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.156s) 2022-08-17T12:56:08.5914124Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.156s) 2022-08-17T12:56:08.7470322Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.155s) 2022-08-17T12:56:08.8962284Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.149s) 2022-08-17T12:56:09.0447443Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.148s) 2022-08-17T12:56:09.1830705Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.138s) 2022-08-17T12:56:09.3203442Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.137s) 2022-08-17T12:56:09.4560761Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.136s) 2022-08-17T12:56:09.5938562Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.138s) 2022-08-17T12:56:09.7322413Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.138s) 2022-08-17T12:56:09.7335628Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:56:09.7348095Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:56:09.7359709Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:56:09.7370735Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-08-17T12:56:09.7389341Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7408165Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7435381Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:56:09.7463371Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:56:09.7490706Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:56:09.7517936Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:56:09.7542598Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7563105Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7584412Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7605616Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7626122Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7648589Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7669510Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7691436Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7712921Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7735475Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7756865Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7778312Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7800299Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7817043Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7833360Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7850778Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7867989Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7884994Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7901244Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7917272Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7934079Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7950925Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7968061Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.7984883Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8002005Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8019215Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8035887Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8052758Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8069570Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8085886Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8102765Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8213803Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-08-17T12:56:09.8232638Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8250372Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8267713Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8284319Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8300837Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8317171Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8333679Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8349822Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8366263Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:09.8382735Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-08-17T12:56:10.0381194Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.200s) 2022-08-17T12:56:10.2280801Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.190s) 2022-08-17T12:56:10.4291167Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.201s) 2022-08-17T12:56:10.6326405Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.203s) 2022-08-17T12:56:10.8320598Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-08-17T12:56:11.0360410Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.204s) 2022-08-17T12:56:11.2352385Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.199s) 2022-08-17T12:56:11.4152809Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.180s) 2022-08-17T12:56:11.5964198Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.181s) 2022-08-17T12:56:11.7753675Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.179s) 2022-08-17T12:56:11.9579107Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T12:56:12.1401290Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.182s) 2022-08-17T12:56:12.3324754Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.192s) 2022-08-17T12:56:12.5309248Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.198s) 2022-08-17T12:56:12.7322005Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.201s) 2022-08-17T12:56:12.9379440Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.206s) 2022-08-17T12:56:13.1542996Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.216s) 2022-08-17T12:56:13.3518598Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.197s) 2022-08-17T12:56:13.5446972Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.193s) 2022-08-17T12:56:13.7442067Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-08-17T12:56:13.9458913Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.202s) 2022-08-17T12:56:14.1460952Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.200s) 2022-08-17T12:56:14.3449042Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.199s) 2022-08-17T12:56:14.5434470Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.198s) 2022-08-17T12:56:14.7359051Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.192s) 2022-08-17T12:56:14.9205040Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.184s) 2022-08-17T12:56:15.1221888Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.202s) 2022-08-17T12:56:15.3256064Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.203s) 2022-08-17T12:56:15.5191165Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.193s) 2022-08-17T12:56:15.7169372Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.198s) 2022-08-17T12:56:15.9126284Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.196s) 2022-08-17T12:56:16.0894062Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.177s) 2022-08-17T12:56:16.2663308Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.177s) 2022-08-17T12:56:16.4393616Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.173s) 2022-08-17T12:56:16.6145293Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.175s) 2022-08-17T12:56:16.7905322Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.176s) 2022-08-17T12:56:17.0044738Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:17.2274383Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.223s) 2022-08-17T12:56:17.4482675Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.221s) 2022-08-17T12:56:17.6703658Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.222s) 2022-08-17T12:56:17.8852715Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.215s) 2022-08-17T12:56:18.1030512Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.218s) 2022-08-17T12:56:18.3158265Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.213s) 2022-08-17T12:56:18.5152059Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-08-17T12:56:18.7152493Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.200s) 2022-08-17T12:56:18.9153542Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.200s) 2022-08-17T12:56:19.1169312Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.201s) 2022-08-17T12:56:19.3168666Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.200s) 2022-08-17T12:56:19.5284288Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.211s) 2022-08-17T12:56:19.7299451Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.201s) 2022-08-17T12:56:19.9499595Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.220s) 2022-08-17T12:56:20.1699862Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.220s) 2022-08-17T12:56:20.3841745Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:20.6001734Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.216s) 2022-08-17T12:56:20.8141175Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:21.0084660Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.194s) 2022-08-17T12:56:21.2043318Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.196s) 2022-08-17T12:56:21.3954598Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.191s) 2022-08-17T12:56:21.5879097Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.192s) 2022-08-17T12:56:21.7815567Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.194s) 2022-08-17T12:56:21.9917136Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.210s) 2022-08-17T12:56:22.2037621Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.212s) 2022-08-17T12:56:22.4220075Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.218s) 2022-08-17T12:56:22.6425623Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.220s) 2022-08-17T12:56:22.8748830Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.232s) 2022-08-17T12:56:23.0896983Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.215s) 2022-08-17T12:56:23.2989039Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.209s) 2022-08-17T12:56:23.5109048Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.212s) 2022-08-17T12:56:23.7237133Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.213s) 2022-08-17T12:56:23.9389398Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.215s) 2022-08-17T12:56:24.1528795Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:24.3650818Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.212s) 2022-08-17T12:56:24.5728403Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.208s) 2022-08-17T12:56:24.7684199Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.195s) 2022-08-17T12:56:24.9878813Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.219s) 2022-08-17T12:56:25.2106241Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.223s) 2022-08-17T12:56:25.4213672Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.211s) 2022-08-17T12:56:25.6350030Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:25.8477127Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.213s) 2022-08-17T12:56:26.0383040Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.190s) 2022-08-17T12:56:26.2287637Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.190s) 2022-08-17T12:56:26.4152635Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.186s) 2022-08-17T12:56:26.6028212Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.187s) 2022-08-17T12:56:26.7910892Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.188s) 2022-08-17T12:56:27.0192897Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.228s) 2022-08-17T12:56:27.2546731Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.235s) 2022-08-17T12:56:27.4933393Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.239s) 2022-08-17T12:56:27.7325169Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.239s) 2022-08-17T12:56:27.9640268Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.231s) 2022-08-17T12:56:28.1960863Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.232s) 2022-08-17T12:56:28.4248138Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.229s) 2022-08-17T12:56:28.6372666Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.212s) 2022-08-17T12:56:28.8515061Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:29.0663951Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.215s) 2022-08-17T12:56:29.2801971Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.214s) 2022-08-17T12:56:29.4931914Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.213s) 2022-08-17T12:56:29.6037328Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T12:56:29.6973514Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-08-17T12:56:29.8276922Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.130s) 2022-08-17T12:56:29.9600747Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.132s) 2022-08-17T12:56:30.0721119Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-08-17T12:56:30.1863965Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-08-17T12:56:30.2971054Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T12:56:30.3780904Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:30.4607245Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-08-17T12:56:30.5392365Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-08-17T12:56:30.6201968Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:30.7012479Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:30.7641671Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-08-17T12:56:30.8295574Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T12:56:30.9097686Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.080s) 2022-08-17T12:56:30.9909721Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:31.0553570Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T12:56:31.1200945Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T12:56:31.1833498Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-08-17T12:56:31.2490324Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-08-17T12:56:31.3149959Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-08-17T12:56:31.3804748Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T12:56:31.4458985Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T12:56:31.5110582Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-08-17T12:56:31.5738770Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-08-17T12:56:31.6163164Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:56:31.6959562Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-08-17T12:56:31.7766935Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:31.8410339Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T12:56:31.9067119Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-08-17T12:56:31.9707991Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-08-17T12:56:32.0140253Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T12:56:32.0578973Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:56:32.1004499Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:56:32.1436630Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T12:56:32.1868445Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T12:56:32.2972938Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-08-17T12:56:32.4302810Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.133s) 2022-08-17T12:56:32.5605326Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.130s) 2022-08-17T12:56:32.6927834Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.132s) 2022-08-17T12:56:32.8047701Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-08-17T12:56:32.9189775Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-08-17T12:56:33.0301927Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-08-17T12:56:33.1117006Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:33.1946765Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.083s) 2022-08-17T12:56:33.2732237Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-08-17T12:56:33.3543302Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:33.4354663Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-08-17T12:56:33.5561178Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T12:56:33.6584979Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.102s) 2022-08-17T12:56:33.8000719Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.141s) 2022-08-17T12:56:33.9422893Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.142s) 2022-08-17T12:56:34.0662218Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T12:56:34.1893983Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.123s) 2022-08-17T12:56:34.3086661Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-08-17T12:56:34.3986613Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:34.4884875Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:34.5756741Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-08-17T12:56:34.6654586Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:34.7550068Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.089s) 2022-08-17T12:56:34.8281015Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:34.9016702Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:34.9943335Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-08-17T12:56:35.0890323Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-08-17T12:56:35.1651440Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-08-17T12:56:35.2394324Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:35.3124786Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:35.3852009Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:35.4587935Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:35.5330827Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:35.6072855Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:35.6811185Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:35.7534191Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-08-17T12:56:35.8038794Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.050s) 2022-08-17T12:56:35.8942335Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:35.9853916Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-08-17T12:56:36.0586735Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:36.1328172Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:56:36.2060133Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:56:36.2566827Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-08-17T12:56:36.3074474Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.051s) 2022-08-17T12:56:36.3573389Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-08-17T12:56:36.4080297Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-08-17T12:56:36.4590111Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-08-17T12:56:36.5796866Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.120s) 2022-08-17T12:56:36.7200126Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.140s) 2022-08-17T12:56:36.8616476Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.141s) 2022-08-17T12:56:37.0035416Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.142s) 2022-08-17T12:56:37.1277582Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.124s) 2022-08-17T12:56:37.2499037Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-08-17T12:56:37.3689775Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-08-17T12:56:37.4587479Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:37.5487895Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:37.6358012Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-08-17T12:56:37.7254017Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.089s) 2022-08-17T12:56:37.8157159Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:56:37.8174893Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8191060Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8207067Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8222278Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8237825Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8253095Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8268660Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8284273Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8299764Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8315320Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8330924Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8346596Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8362150Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8377766Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8393340Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8409186Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8425097Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8441524Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8458195Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8473676Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8489665Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8505444Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8521298Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8536984Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8552514Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8568083Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8583444Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8599018Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8615227Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8631483Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8648371Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8664152Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8679488Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8695289Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8710596Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8726424Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8741905Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8757394Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8773112Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8788647Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8804883Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8820447Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8836347Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8852048Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8867484Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8883139Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8898715Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:56:37.8914290Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8929116Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.8943337Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:56:37.9266308Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:56:37.9487313Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:37.9815443Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:56:38.0148903Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:56:38.0474603Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:56:38.0692372Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:38.0909217Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:38.1122458Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.1339861Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:38.1555995Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:38.1871022Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:56:38.2084462Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.2400504Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:56:38.2728786Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:56:38.3050527Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:56:38.3264733Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.3479745Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.3690189Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.3905793Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:56:38.4123330Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-08-17T12:56:38.4161520Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4198566Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4235208Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4270849Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-08-17T12:56:38.4307179Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4343407Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4380394Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4416180Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-08-17T12:56:38.4780458Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:56:38.5038190Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.5403711Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:56:38.5783426Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:56:38.6158869Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:56:38.6416615Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.6673929Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.6925053Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T12:56:38.7186577Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.7446342Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.7810515Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:56:38.8063555Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T12:56:38.8434747Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:56:38.8818125Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:56:38.9201894Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:56:38.9466594Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.9731577Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:38.9985904Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-08-17T12:56:39.0246385Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:39.0506479Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-08-17T12:56:40.9736491Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.923s) 2022-08-17T12:56:42.8955659Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.922s) 2022-08-17T12:56:44.3904009Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.495s) 2022-08-17T12:56:45.8724607Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.482s) 2022-08-17T12:56:47.4557333Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.583s) 2022-08-17T12:56:49.0367326Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.581s) 2022-08-17T12:56:50.6139474Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.577s) 2022-08-17T12:56:52.1972437Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.583s) 2022-08-17T12:56:53.7765477Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.579s) 2022-08-17T12:56:55.6903563Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.914s) 2022-08-17T12:56:57.6092568Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.919s) 2022-08-17T12:56:59.1025106Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.493s) 2022-08-17T12:57:00.5968125Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.494s) 2022-08-17T12:57:01.8048244Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.208s) 2022-08-17T12:57:03.0205696Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.216s) 2022-08-17T12:57:04.2158541Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.195s) 2022-08-17T12:57:05.4206805Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.205s) 2022-08-17T12:57:06.6259114Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.205s) 2022-08-17T12:57:08.7000848Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.074s) 2022-08-17T12:57:10.7784377Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.078s) 2022-08-17T12:57:12.4317175Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.653s) 2022-08-17T12:57:14.0726043Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.641s) 2022-08-17T12:57:15.7858888Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.713s) 2022-08-17T12:57:17.4990265Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.713s) 2022-08-17T12:57:19.2130206Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.714s) 2022-08-17T12:57:20.9245114Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.711s) 2022-08-17T12:57:22.6413362Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.717s) 2022-08-17T12:57:24.7104795Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.069s) 2022-08-17T12:57:26.7946159Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.084s) 2022-08-17T12:57:28.4469845Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.652s) 2022-08-17T12:57:30.0915654Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.644s) 2022-08-17T12:57:31.4370641Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.345s) 2022-08-17T12:57:32.7805452Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.343s) 2022-08-17T12:57:34.1106019Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.330s) 2022-08-17T12:57:35.4518339Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.341s) 2022-08-17T12:57:36.7940652Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.342s) 2022-08-17T12:57:36.7954033Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:36.7966629Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:36.7978135Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:36.7989551Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:36.8717375Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:57:36.9622949Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-08-17T12:57:37.0520638Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-08-17T12:57:37.1257355Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:57:37.1994842Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-08-17T12:57:37.2726288Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-08-17T12:57:37.3570610Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-08-17T12:57:37.4622563Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.105s) 2022-08-17T12:57:37.5662031Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-08-17T12:57:37.6519518Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-08-17T12:57:37.7386384Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.087s) 2022-08-17T12:57:37.8258833Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-08-17T12:57:37.8551054Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:37.8895804Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:37.9238032Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:37.9527919Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:37.9827072Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.0112243Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:38.0324280Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:38.0535944Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:38.0746686Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:38.0959011Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:38.1172317Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:38.1539852Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:38.1914058Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:38.2223896Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:38.2526655Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.2892670Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:38.3249141Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:38.3558748Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:38.3861249Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.4229145Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:38.4580731Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:38.4884318Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.5177360Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.5463594Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.5760014Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.6048397Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.6407066Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:38.6766956Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:38.7068874Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.7362286Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.7719692Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:38.8074695Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:38.8373811Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.8666215Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.8962393Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.9264627Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:38.9557863Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:38.9854877Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.0157529Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.0450351Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.0791136Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:39.1135260Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:39.1437514Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.1730589Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.2024208Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.2322144Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.2613529Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.2903751Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.3199620Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.3484998Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:39.3769656Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:39.4062988Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.4349320Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.4703485Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.5049904Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.5356678Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:39.5655800Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.5947386Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:39.6254856Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:39.6553186Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.6905036Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.7253966Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.7561747Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:39.7864322Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.8219006Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.8569361Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:39.8879230Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:39.9179911Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:39.9517223Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:39.9858487Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:40.0149280Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.0431730Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:40.0644283Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:40.0856988Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:40.1062016Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-08-17T12:57:40.1274930Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:40.1486753Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-08-17T12:57:40.1773048Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:40.2064944Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.2347845Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:40.2636927Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.2930956Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.3219525Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.3508837Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.3806870Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.4096521Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.4455265Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:40.4809304Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:40.5110907Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.5404889Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.5763373Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:40.6114187Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:40.6411480Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.6701107Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:40.6985318Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-08-17T12:57:40.7325611Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:40.7668749Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:40.7975615Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:40.8272312Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.8633026Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:40.8990667Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:40.9295883Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.9591743Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:40.9953725Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:41.0307527Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:41.0606737Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:41.0903129Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:41.1194013Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:41.1496633Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-08-17T12:57:41.1790925Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-08-17T12:57:41.1805508Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1819243Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1831518Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1844550Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1857264Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1870204Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1883041Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1896101Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1908846Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1921769Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1934775Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1947511Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1960476Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1973350Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1986148Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.1999016Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2011968Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2024830Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2037726Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2050688Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2063877Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2076545Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2089471Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2102639Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2115142Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2128285Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2141186Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2154034Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2166837Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2179389Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2192011Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2204728Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2217533Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2230092Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2242728Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2255433Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2268042Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2280732Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2293518Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2306081Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2319088Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2331772Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2344242Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2356854Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2369762Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2382368Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2395020Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2407817Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2420575Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2432822Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2445688Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2458228Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2470805Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2483420Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2496399Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2509169Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2521656Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2534626Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2547651Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2560493Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2573450Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2586242Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2599218Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2612177Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2624948Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2637885Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2650914Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2663779Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2676596Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2689660Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2702376Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2715152Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2728131Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2741059Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2753722Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2766722Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2779647Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2792388Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2806532Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2819422Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2832323Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2845490Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2858294Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2871250Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2884464Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2897386Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2910281Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2923218Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2936202Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2949000Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2962079Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2975007Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.2987819Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3000946Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3014080Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3026923Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3039981Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3053045Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3066016Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3078919Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3091944Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3104794Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3117707Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3130896Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3143861Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3156778Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3169938Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3182798Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3195704Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3208841Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:41.3524436Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:41.3928796Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:41.4303217Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:41.4668841Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:41.4985114Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:41.5304707Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:41.5613951Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:41.5849870Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:41.6084539Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:41.6319298Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:41.6554403Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:41.6788968Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:41.7110048Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:41.7451573Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:41.7854458Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:41.8264994Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:41.8673351Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:41.9017430Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:41.9352611Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:41.9703819Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.0060990Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:42.0411510Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.0762240Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.1113934Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.1442063Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:42.1787535Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.2189585Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:42.2585112Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:42.2993588Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:42.3335590Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.3664824Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:42.4011368Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.4356670Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.4701611Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.5049269Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.5401568Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.5717479Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:42.6056762Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.6463237Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:42.6853719Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:42.7254390Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:42.7591267Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.7916814Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:42.8262187Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:42.8608318Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.8955286Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.9307755Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.9655283Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:42.9977871Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:43.0351655Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.0785087Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T12:57:43.1213969Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-08-17T12:57:43.1620883Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:43.1949579Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:43.2267285Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:43.2638051Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.3005951Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.3373819Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.3744101Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.4111197Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:43.4430008Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:43.4772881Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:43.5162020Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:43.5560329Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:43.5960833Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:43.6298563Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:43.6620757Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:43.6962286Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:43.7308392Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:43.7654043Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:43.8004710Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:43.8356542Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:43.8685102Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:43.9028378Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:43.9414766Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:43.9803652Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:44.0214301Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:44.0542521Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:44.0862613Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:44.1204868Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.1546027Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.1887946Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.2225144Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.2569588Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.2890885Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:44.3229598Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.3669170Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:44.4106995Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:44.4512859Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:44.4852561Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.5181789Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:44.5525723Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.5869100Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.6220963Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:44.6567449Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:44.6910744Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.7237638Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:44.7583969Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:44.8043715Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T12:57:44.8487160Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:44.8896505Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:44.9231445Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:44.9556673Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:44.9902460Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.0249785Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:45.0599572Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:45.0944507Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.1290903Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:45.1609777Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:45.1953937Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.2340733Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:45.2720672Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:45.3124932Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:45.3454021Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:45.3781826Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:45.4124827Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.4463968Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.4809078Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.5147779Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.5487364Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.5803444Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:45.6145329Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.6587414Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:45.7023038Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:45.7423085Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:45.7752036Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:45.8073055Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:45.8421357Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:45.8768786Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:45.9112029Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.9455512Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:45.9796209Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:46.0120140Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:46.0495589Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.0931914Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:46.1369911Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:46.1780323Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:46.2117426Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:46.2436296Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:46.2813765Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:46.3186313Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.3560126Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.3931742Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.4305718Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.4618333Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:46.4985640Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.5429966Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:46.5866364Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:46.6186143Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:46.6653056Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T12:57:46.6970553Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:46.7343747Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.7714956Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.8091901Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:46.8464100Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.8837428Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:46.9161861Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:46.9508334Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:46.9907414Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:47.0302590Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:47.0709390Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:47.1052090Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.1388883Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.1737987Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:47.2086800Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:47.2429289Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.2773483Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.3115746Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.3433034Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:47.3770555Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.4209142Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:47.4649259Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:47.5047303Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:47.5382431Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:47.5715242Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:47.6059378Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.6402120Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.6777027Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:47.7178266Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:47.7519876Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:47.7848073Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:47.8197119Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:47.8592463Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:47.8989695Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:47.9396828Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:47.9736593Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.0072735Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.0422942Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.0773829Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.1121573Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.1473218Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.1817578Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.2135803Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:48.2478449Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.2864339Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:48.3250569Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:48.3653309Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:48.3990367Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.4323853Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:48.4669052Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.5019237Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.5369594Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.5712887Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:48.6060582Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.6378257Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:48.6732759Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:48.7143889Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:48.7605810Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-08-17T12:57:48.7924152Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:48.8244111Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:48.8556349Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-08-17T12:57:48.8792127Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T12:57:48.9033024Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T12:57:48.9263218Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-08-17T12:57:48.9500193Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T12:57:48.9741358Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-08-17T12:57:49.0064434Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.0403141Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:49.0773752Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:49.1152308Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:49.1470927Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.1794366Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.2111155Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.2448857Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:49.2786865Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:49.3125790Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:49.3459098Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:49.3793882Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:49.4116122Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.4484110Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:49.4924976Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:49.5364535Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-08-17T12:57:49.5769553Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:49.6097410Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:49.6416568Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.6788613Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:49.7159149Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:49.7558674Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:49.7976849Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:57:49.8356537Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:49.8676266Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:49.9016331Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:49.9394947Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:49.9783957Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:50.0191594Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:50.0519771Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:50.0842252Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:50.1184526Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.1524346Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.1865222Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.2207128Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.2549951Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.2870052Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:50.3209961Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.3602356Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:50.3992005Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:50.4393543Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:50.4730502Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.5059773Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:50.5401720Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.5742058Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.6082326Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.6427931Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.6768038Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.7087855Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:50.7426274Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.7813983Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:50.8348334Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-08-17T12:57:50.8765650Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:57:50.9103628Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:50.9425173Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:50.9771674Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.0117714Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.0466234Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.0813554Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.1158721Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.1477244Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:51.1820519Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.2193925Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:51.2569846Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:51.2973043Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:51.3304056Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:51.3630978Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:51.3978035Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.4325905Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.4673185Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.5016505Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.5360902Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.5680456Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:51.6028764Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.6426047Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:51.6818463Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:51.7229176Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:51.7563464Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:51.7904840Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:51.8262162Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:51.8617443Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-08-17T12:57:51.8971684Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.9323171Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:51.9669659Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:52.0002703Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:52.0344096Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:52.0746674Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:52.1140903Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-08-17T12:57:52.1548559Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-08-17T12:57:52.1880859Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:52.2212072Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:52.2557636Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-08-17T12:57:52.2902753Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:52.3241252Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:52.3578457Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:52.3923619Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-08-17T12:57:52.4240088Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:52.4606597Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:52.5032006Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:57:52.5453944Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-08-17T12:57:52.5854627Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-08-17T12:57:52.6186007Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-08-17T12:57:52.6510956Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-08-17T12:57:52.6879890Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:52.7248102Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:52.7618990Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:52.7997444Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-08-17T12:57:52.8374034Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-08-17T12:57:52.8374377Z 2022-08-17T12:57:52.8374794Z ---------------------------------------------------------------------- 2022-08-17T12:57:52.8375175Z Ran 1142 tests in 117.877s 2022-08-17T12:57:52.8377324Z 2022-08-17T12:57:52.8377598Z OK (skipped=212) 2022-08-17T12:57:52.8377799Z 2022-08-17T12:57:52.8377955Z Generating XML reports... 2022-08-17T12:57:53.0079268Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220817125554.xml 2022-08-17T12:57:53.3782096Z Running test_jit_fuser_te ... [2022-08-17 12:57:53.377848] 2022-08-17T12:57:53.3782852Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:57:53.377928] 2022-08-17T12:57:56.1216458Z CUDA not available, skipping tests 2022-08-17T12:57:56.1520303Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T12:57:56.3797656Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-08-17T12:57:56.4062801Z 2022-08-17T12:57:56.4062950Z Running tests... 2022-08-17T12:57:56.4063582Z ---------------------------------------------------------------------- 2022-08-17T12:57:56.5133200Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.107s) 2022-08-17T12:57:56.5512729Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.038s) 2022-08-17T12:57:56.5627833Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.011s) 2022-08-17T12:57:56.5914360Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.029s) 2022-08-17T12:57:56.6023495Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.011s) 2022-08-17T12:57:56.6037445Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6050451Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6063699Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6075963Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6088554Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6100905Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6113456Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6126345Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6138786Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6151197Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6163809Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6176449Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6189037Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6201717Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6214333Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6226808Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6239450Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6252019Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6264447Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6276923Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6289752Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6302109Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6315024Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6327937Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6340394Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6353087Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6365988Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6378941Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6391553Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6404658Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6417360Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6429895Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6442725Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6455543Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6468233Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6480968Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6493767Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6506505Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6519251Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6532276Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6544803Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6557507Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6570420Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6582991Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6595561Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6608403Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6620920Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6633605Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6646493Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6659070Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6671651Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6684775Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6697316Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6709808Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6722532Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6735165Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6747823Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6760529Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6773245Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6785876Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6798548Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6811254Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6823879Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6836477Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6849446Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6861930Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6874479Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6887268Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6899830Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6912485Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6925390Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6937967Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6950560Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6963292Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6975992Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6988717Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.6997649Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:56.7010295Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7022756Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7035042Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7047879Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7060405Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7072466Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7085011Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7097586Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7110151Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7122575Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7135311Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7148059Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7160812Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7173502Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7186087Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7198951Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7211806Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7224382Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7236957Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7249724Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7262269Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7274900Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7287746Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7300420Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7313074Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7325920Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7338587Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7351285Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7364134Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7376777Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7389496Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7402492Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7415001Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7427671Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7440405Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7453158Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7465716Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7478478Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7491269Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7504011Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7516644Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7529612Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7542300Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7554835Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7567806Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7580227Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7592934Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7605732Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7618350Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7630957Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7643705Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7656680Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7669367Z 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-08-17T12:57:56.7682382Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7694974Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7707491Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7720318Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7733105Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7745796Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7758539Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7771371Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7784209Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7797278Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7810024Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7822716Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7835296Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7848173Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7860760Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7873479Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7886311Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7898915Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7911438Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7924297Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7936948Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7949545Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7962455Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7974907Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.7987531Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8000221Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8012924Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8025495Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8038104Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8050734Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8063355Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8075958Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8088783Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8101329Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8113895Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8126664Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8139232Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8151588Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8164442Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8176742Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8189179Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8201745Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8214215Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8226747Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8239398Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8251784Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8264233Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8276700Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8289598Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8301956Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8314415Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8326996Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8339674Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8352354Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8365053Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8377784Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8390548Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8403248Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8416191Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8428862Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8441680Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8454431Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8467074Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8479908Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8492676Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8505321Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8518122Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8530849Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8543428Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8556013Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8569105Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8581891Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8593883Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8607004Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8619113Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8631456Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8644142Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8656536Z 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-08-17T12:57:56.8669055Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8681635Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8694008Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8706409Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8718880Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8731450Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8743944Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8756315Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8768929Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8781382Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8793966Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8806546Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8818847Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8831858Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8844120Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8856729Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8869193Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8881811Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8894356Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8906835Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8919517Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8932190Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8944672Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8957205Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8969973Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8982508Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.8994954Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9007838Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9020242Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9032710Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9045885Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9057830Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9070431Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9082966Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9096177Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9108381Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9121453Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9134097Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9146378Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9158800Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9171322Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9183555Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9196039Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9208604Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9220931Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9233287Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9246051Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9258363Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9270680Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9283152Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9295534Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9307903Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9320265Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9332729Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9346293Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9359124Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9371853Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9384124Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9396514Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9409219Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9421571Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9434014Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9446559Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9458809Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9471319Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9483573Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9496130Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9508324Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9520739Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9533241Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9545603Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9558000Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9570611Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9582973Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9595469Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9607978Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9620319Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9633086Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9645352Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9657912Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9670114Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9682680Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9695866Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9708478Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9720934Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9733353Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9745748Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9758237Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9770920Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9783387Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9795970Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9809348Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9822067Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9834894Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9848147Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9861046Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9873395Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9886640Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9899291Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9912036Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9925274Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9938125Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9950555Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9962756Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9975449Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:56.9988019Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0000805Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0013373Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0025876Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0038466Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0051255Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0063842Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0076432Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0089292Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0101775Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0114370Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0127039Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0139559Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0152127Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0165021Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0177583Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0190125Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0202725Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0215551Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0228397Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0240940Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0253544Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0266100Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0278788Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0291373Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0303887Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0316573Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0329433Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0341994Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0354575Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0367564Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0380002Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0392548Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0405505Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0417932Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0430402Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0443117Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0455765Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0468253Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0481021Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0493693Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0506253Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0518980Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0531654Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0544252Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0556834Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0569608Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0582125Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0594682Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0607527Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0620165Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0632752Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0645590Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0658171Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0670726Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0683408Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0696076Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0708857Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0721569Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0734309Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0746928Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0759621Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0772430Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0785131Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0798285Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0810985Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0823564Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0836210Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0849183Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0861884Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0874482Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0887380Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0900390Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0912778Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0925599Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0938227Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0950957Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0963887Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0976703Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.0989376Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1002227Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1015111Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1027815Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1040669Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1053461Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1066094Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1075024Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1084114Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1092885Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1101092Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1109661Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1118458Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.1131089Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1143556Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1155979Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1169177Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1181247Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1193698Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1206395Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1218805Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1231241Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1243872Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1256571Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1268993Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1281656Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1294143Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1306925Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1319327Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1331934Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1344403Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1356833Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1369777Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1382440Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1394715Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1407144Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1419583Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1431989Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1444690Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1457355Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1469743Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1482106Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1494612Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1507033Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1519550Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1532014Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1544400Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1556890Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1569666Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1582064Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1594588Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1607357Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1619748Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1632357Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1644894Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1657404Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1670095Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1682291Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1694607Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1706915Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1719489Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1731791Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1744403Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1756832Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1769417Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1781614Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1793922Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1806459Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1818810Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1830904Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1843279Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1855715Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1868904Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1881783Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1895067Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1908111Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1920719Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1933040Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1945269Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1957416Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1969734Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1981810Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.1993685Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2006021Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2018056Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2030025Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2042187Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2054351Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2066379Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2078522Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2090760Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2102839Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2114825Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2127892Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2140473Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2153658Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2167050Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2179989Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2192341Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2204732Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2216713Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2228752Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2241223Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2253363Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2265307Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2277327Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2289681Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2301647Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2313648Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2325818Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2337854Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2349907Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2362091Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2374378Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2386641Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2399234Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2412385Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2425437Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2438363Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2450969Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2463154Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2475193Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2487746Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2499877Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2511928Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2524434Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2536456Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2548694Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2560925Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2573150Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2585160Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2597165Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2609447Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2621478Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2633593Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2646345Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2658903Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2672079Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2685489Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2698493Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2710917Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2723116Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2735425Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2747458Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2759724Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2771908Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2783875Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2796626Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2808936Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2821167Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2833374Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2845935Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2858232Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2870604Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2919036Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2919686Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2920131Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2921630Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2934724Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2947673Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2960223Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2972653Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2984866Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.2997075Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3009528Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3021514Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3033437Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3045764Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3057882Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3069901Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3082028Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3094013Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3105975Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3118165Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3130369Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3142324Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3154414Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3167319Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3180833Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3193013Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3205530Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3217699Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3229968Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3242337Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3254648Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3266920Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3279247Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3291665Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3304029Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3316267Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3328760Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3340960Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3353249Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3365894Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3377959Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3390206Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3402549Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3415065Z 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-08-17T12:57:57.3427252Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3439702Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3452893Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3465339Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3477599Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3489962Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3502018Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3514177Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3526561Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3538752Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3551082Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3563710Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3576276Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3588670Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3601127Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3613636Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3625977Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3638417Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3650955Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3663397Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3675827Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3688342Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3700768Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3713226Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3725755Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3738126Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3750567Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3763019Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3775453Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3787765Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3800724Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3813251Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3825413Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3837707Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3850228Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3862396Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3874554Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3887098Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3899415Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3911734Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3924519Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3936681Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3948809Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3961108Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3973428Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3985670Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.3997970Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4006735Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4015095Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4023490Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4032011Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4040768Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4049187Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4057958Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4066422Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4075142Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4083932Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4092234Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4100593Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4109264Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:57.4122473Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4134922Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4147544Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4160167Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4172534Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4184985Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4197289Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4209978Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4222180Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4234419Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4246864Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4259188Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4271478Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4283890Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4296396Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4308686Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4321469Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4333985Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4346505Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4359182Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4371791Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4384288Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4396725Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4409393Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4421841Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4434331Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4447058Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4459509Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4471968Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4484899Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4497398Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4510069Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4522793Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4535429Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4548013Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4560325Z 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-08-17T12:57:57.4572590Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4584821Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4596995Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4609505Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4621702Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4634043Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4646558Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4658819Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4670941Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4683339Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4695616Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4707894Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4720309Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4732660Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4744921Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4757253Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4769588Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4781829Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4794138Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4807118Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4819321Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4831648Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4844100Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4856882Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4869042Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4881406Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4893754Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4905993Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4918270Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4930788Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4943043Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4955250Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4967736Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4980024Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.4992259Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5004688Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5016873Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5029132Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5041406Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5054041Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5066238Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5078498Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5090933Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5103188Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5115507Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5128074Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5140270Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5152462Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5164976Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5177218Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5189502Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5201964Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5214216Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5226537Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5238890Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5251360Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5263594Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5275967Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5288354Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5300915Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5313186Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5325729Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5337954Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5350025Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5362351Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5374553Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5386837Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5399285Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5411605Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5423863Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5436147Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5448635Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5460814Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5473004Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5485409Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5497812Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5510053Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5522385Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5534814Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5547300Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5560108Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5572640Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5585088Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5597725Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5610412Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5623027Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5635682Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5648431Z 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-08-17T12:57:57.5661083Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5673715Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5686659Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5699362Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5712049Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5725264Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5737607Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5750159Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5762853Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5775510Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5787943Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5800826Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5813690Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5826214Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5838746Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5851387Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5863955Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5876483Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5889478Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5901846Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5914436Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5927188Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5939638Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5952255Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5965052Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5977615Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.5990243Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6002923Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6015776Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6028309Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6041023Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6053647Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6066218Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6078875Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6091619Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6104137Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6116704Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6129445Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6141966Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6154544Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6167447Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6180278Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6192671Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6205499Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6218201Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6230619Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6243157Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6255776Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6268245Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6281091Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6293470Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6306091Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6318608Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6331379Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6343838Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6356245Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6369412Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6381596Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6394228Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6407174Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6419744Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6432382Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6445285Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6457861Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6470650Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6483210Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6495863Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6508458Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6521120Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6533774Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6546579Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6559989Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6573423Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6585958Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6598586Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6611229Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6623743Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6636236Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6649070Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6661640Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6674174Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6687104Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6699621Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6712234Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6725147Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6737524Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6750179Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6762965Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6775536Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6788032Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6800860Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6813280Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6825624Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6838033Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6850564Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6862925Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6875313Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6887927Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6900195Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6912469Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6925171Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6937615Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6949932Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6962729Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6975177Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.6987498Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7000083Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7012623Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7025046Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7037573Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7050144Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7062488Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7074830Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7087370Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7099681Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7112004Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7124663Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7136944Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7149271Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7161875Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7174506Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7186962Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7199625Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7212272Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7224695Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7236727Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7249269Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7261708Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7274088Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7286662Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7299030Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7311405Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7324143Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7336345Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7348743Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7361204Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7373662Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7386026Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7398436Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7411073Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7423401Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7436445Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7450232Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7463468Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7476718Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7490312Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7503596Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7516949Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7530420Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7543570Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7556695Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7570045Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7583163Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7596316Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7609794Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7623375Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7636439Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7649850Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7663110Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7676235Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7689725Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7702915Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7716183Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7729571Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7742810Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7755972Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7769498Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7782697Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7796407Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7809958Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7823058Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7836148Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7849411Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7862461Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7875498Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7888791Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7901817Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7915153Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7928323Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7941422Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7954589Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7967930Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7980951Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.7994019Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8007217Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8020211Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8033433Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8045979Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8058383Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8070761Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8083412Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8095877Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8108240Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8120900Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8133342Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8145772Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8158181Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8170841Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8183471Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8195487Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8207813Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8219982Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8232200Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8244765Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8257059Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8269365Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8281710Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8294116Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8306309Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8318657Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8331025Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8343251Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8355578Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8368030Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8380211Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8392427Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8404907Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8417310Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8429797Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8442634Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8455283Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8467937Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8480682Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8493210Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8505829Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8518365Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8531084Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8543684Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8556253Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8569159Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8581661Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8594191Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8607007Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8619501Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8632066Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8644802Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8657489Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8670075Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8682676Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8695326Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8708105Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8720742Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8733463Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8746130Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8758807Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8771738Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8784128Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8797325Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8810196Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8822577Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8835273Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8848167Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8860711Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8873362Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8886246Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8898896Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8911577Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8924546Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8937249Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8949850Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8962436Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8975049Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.8987671Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9000216Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9012901Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9025455Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9038164Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9051097Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9063705Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9076174Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9089140Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9101740Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9114593Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9127561Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9140564Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9153695Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9166459Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9178704Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9191092Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9204381Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9216679Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9229169Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9241732Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9254333Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9267055Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9279698Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9292419Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9305003Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9317647Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9330498Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9343213Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9355944Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9368740Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9381263Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9393883Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9406717Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9419289Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9431913Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9444881Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9457482Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9469985Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9482650Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9495322Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9507968Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9520651Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9533343Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9546054Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9558619Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9571474Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9584044Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9596617Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9609459Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9622071Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9634625Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9647609Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9660010Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9672555Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9685454Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9698012Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9710639Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9723447Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9736059Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9748610Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9761266Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9773813Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9786321Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9799943Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9812224Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9824133Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9836129Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9848448Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9860457Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9872644Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9884934Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9896904Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9908847Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9921040Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9933008Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9944950Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9956914Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9969819Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9982308Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:57.9994720Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0007213Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0019539Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0031917Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0044750Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0057510Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0070238Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0082864Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0095475Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0108023Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0120606Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0133509Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0146015Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0158773Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0171416Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0183961Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0196532Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0209737Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0222000Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0234964Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0247126Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0259188Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0271447Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0283918Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0296506Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0308920Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0321397Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0333793Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0346174Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0358695Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0371380Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0383629Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0395964Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0408638Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0420939Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0433221Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0446081Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0458707Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0471082Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0484494Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0496579Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0509016Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0521835Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0533959Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0546339Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0558775Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0571313Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0583565Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0595999Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0608891Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0621112Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0633695Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0646297Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0658673Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0671023Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0683433Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0695973Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0708407Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0720916Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0733246Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0745620Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0758214Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0770767Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0782966Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0795805Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0808355Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0820888Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0833287Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0846005Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0858463Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0870958Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0883586Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0896356Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0908752Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0921776Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0934109Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0946714Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0959234Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0971871Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.0984434Z 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-08-17T12:57:58.0996964Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1009786Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1022347Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1034897Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1047779Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1060140Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1072681Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1085424Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1097934Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1110514Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1123222Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1135825Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1148367Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1161347Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1173498Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1186394Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1198742Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1211607Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1224170Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1236783Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1249574Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1262018Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1274548Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1287275Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1299926Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1312342Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1325261Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1337408Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1349822Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1362232Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1374705Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1387107Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1399755Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1412126Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1424321Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1436603Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1449052Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1461260Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1473568Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1485908Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1498110Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1510286Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1522650Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1534984Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1547244Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1559482Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1571946Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1584077Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1596281Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1608840Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1620853Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1632963Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1645476Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1657931Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1670517Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1683145Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1695824Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1708431Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1721178Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1733857Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1746390Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1759434Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1771954Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1784474Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1797281Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1810056Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1822549Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1834930Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1847799Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1860380Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1872846Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1885703Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1898737Z test_nnc_correctness_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1911269Z test_nnc_correctness_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1924183Z test_nnc_correctness_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1936689Z test_nnc_correctness_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1949347Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1961948Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1974536Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1987038Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.1999623Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2012229Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2024787Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2037274Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2050114Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2062573Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2071291Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2080000Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2088905Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2097453Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2105840Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2114182Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2122603Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2131063Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2139591Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2148220Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2156556Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2165418Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2173771Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2183465Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2191985Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2200364Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2208877Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2217338Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2225945Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2234470Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2243133Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2251846Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2260318Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2268812Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2277325Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2286108Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.2298685Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2311159Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2323597Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2336022Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2348321Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2360816Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2373293Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2385687Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2398193Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2410817Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2423463Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2436158Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2448824Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2461398Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2474152Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2486909Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2499593Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2512236Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2525102Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2537838Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2550364Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2563193Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2576005Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2588710Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2601520Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2614314Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2626942Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2639877Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2652314Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2664785Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2677293Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2690267Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2702729Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2715283Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2728112Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2740627Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2753259Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2766170Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2778776Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2791335Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2804527Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2817442Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2829527Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2842207Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2854807Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2867282Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2879808Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2892369Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2904989Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2917988Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2931430Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2944401Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2956787Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2969208Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2981422Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.2993576Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3006087Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3018329Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3031001Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3043373Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3055878Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3067927Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3080290Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3092708Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3104920Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3117081Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3129443Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3141654Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3154336Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3166992Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3179031Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3191136Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3203540Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3216227Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3228219Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3240997Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3253329Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3265645Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3278083Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3290546Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3302947Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3315336Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3328044Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3340478Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3352797Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3365509Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3377848Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3390235Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3402999Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3415562Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3427908Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3440474Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3453045Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3465472Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3477915Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3490491Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3503031Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3515515Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3528205Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3540645Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3553136Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3565735Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3578124Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3590542Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3603098Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3615698Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3628303Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3640881Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3653656Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3665992Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3678558Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3690966Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3703405Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3716034Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3728928Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3741528Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3754156Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3767072Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3779703Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3792435Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3805624Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3817949Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3830429Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3842981Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3855642Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3868123Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3880635Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3893259Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3905738Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3918399Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3930870Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3943547Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3956433Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3969396Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3981827Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.3994296Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4007044Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4019507Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4031967Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4044675Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4057174Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4069912Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4082224Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4094715Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4107449Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4120419Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4133361Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4145963Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4158493Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4171671Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4184926Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4198085Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4210356Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4222543Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4234688Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4246915Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4259168Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4271239Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4283349Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4295577Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4307700Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4319899Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4332123Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4344240Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4356238Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4368646Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4380595Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4392536Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4404938Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4417358Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4430482Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4443714Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4457101Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4469480Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4481891Z 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-08-17T12:57:58.4494042Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4505994Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4518120Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4530460Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4542456Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4554388Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4566888Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4578943Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4590977Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4603140Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4615365Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4627389Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4639645Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4651807Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4663725Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4676173Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4689513Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4702568Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4715666Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4728342Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4740651Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4752877Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4765355Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4777372Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4789497Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4802131Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4814640Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4827135Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4839729Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4852249Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4864772Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4877395Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4889980Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4902365Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4914788Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4927504Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4939937Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4952396Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4965172Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4977751Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.4989727Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5002063Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5014459Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5026937Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5039930Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5053127Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5066317Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5079505Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5092132Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5104534Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5116810Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5129485Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5141786Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5154010Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5166549Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5178872Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5191246Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5203730Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5216127Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5228408Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5240863Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5253160Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5265691Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5278119Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5290838Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5304058Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5317228Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5330646Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5343079Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5355210Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5367640Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5379695Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5391949Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5404333Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5416348Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5428353Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5440695Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5452861Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5464839Z 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-08-17T12:57:58.5476936Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5489176Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5501248Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5513289Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5525599Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5537794Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5550522Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5562873Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5575311Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5587656Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5600117Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5612466Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5624859Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5637134Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5649738Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5662078Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5674467Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5687058Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5699356Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5711774Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5724308Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5736651Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5749004Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5761455Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5773963Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5786428Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5798949Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5811642Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5824069Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5836486Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5849232Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5861705Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5874232Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5887056Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5899257Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5911624Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5924253Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5936595Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5949104Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5961618Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5974211Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5986748Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.5999205Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6011814Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6024249Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6036663Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6045462Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6054617Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6063350Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6071651Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6079967Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6088487Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6097288Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6106125Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6114580Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6123128Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6131834Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6140246Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6148732Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:57:58.6161657Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6174020Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6186429Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6198943Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6211564Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6224036Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6236467Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6249154Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6261628Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6274067Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6286869Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6299521Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6312259Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6324825Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6337198Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6349540Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6361953Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6374370Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6386721Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6399043Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6411614Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6423883Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6436180Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6448916Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6461139Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6473434Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6486026Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6498378Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6510717Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6523133Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6535603Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6547918Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6560321Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6572615Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6584891Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6596972Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6609434Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6621935Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6634385Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6647201Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6659652Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6672089Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6684741Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6697209Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6709708Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6722298Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6735031Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6747459Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6760067Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6772554Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6785025Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6797740Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6810673Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6823068Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6845374Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6848254Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6860761Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6873206Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6885930Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6898325Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6910781Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6923460Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6936090Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6948632Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6961180Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6973815Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6986276Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.6998792Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7011590Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7024288Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7036727Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7049530Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7062093Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7074832Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7087611Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7100105Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7112820Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7125659Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7138302Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7150900Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7163664Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7176465Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7189144Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7201868Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7214690Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7227241Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7239901Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7252541Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7265171Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7277905Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7290699Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7303173Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7316516Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7329020Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7341445Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7353937Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7366785Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7379226Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7391769Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7404574Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7416979Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7429506Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7442095Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7454823Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7467317Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7479917Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7492536Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7505134Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7517627Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7530391Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7542951Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7555686Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7568327Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7580906Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7593649Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7606120Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7618385Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7630826Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7643413Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7656106Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7668652Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7681342Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7693873Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7706489Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7719056Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7731797Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7744309Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7756778Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7769438Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7781881Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7794408Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7807686Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7820232Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7832599Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7845428Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7857819Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7870343Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7883449Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7895965Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7908284Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7920894Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7933433Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7945942Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7958584Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7971288Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7983964Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.7996336Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8009230Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8021685Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8034226Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8047065Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8059679Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8071954Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8084885Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8097390Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8109846Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8122503Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8135355Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8147988Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8160799Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8173549Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8186235Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8198989Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8211911Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8224565Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8237199Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8246235Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8254730Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8263476Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8271734Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8280399Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8289501Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8297499Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8305923Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8314726Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8323564Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:58.8336466Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8349917Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8363230Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8376412Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8389472Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8402771Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8415867Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8428996Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8442303Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8455531Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8468716Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8482126Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8495087Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8508103Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8521213Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8534349Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8547426Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8560841Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8574034Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8587012Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8600302Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8613370Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8626436Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8639600Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8652814Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8665840Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8678857Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8692020Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8705103Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8718119Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8731209Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8744038Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8756919Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8770032Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8783020Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8795843Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8809079Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8821893Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8834709Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8847776Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8860600Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8873411Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8886346Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8899062Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8911738Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8924717Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8937476Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8950267Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8963444Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8976228Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.8988678Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9001471Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9014230Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9026884Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9039634Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9052397Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9065076Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9077876Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9091768Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9104284Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9117320Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9130552Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9143333Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9155971Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9168817Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9182411Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9195447Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9208915Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9222142Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9235453Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9249039Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9262368Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9275440Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9288831Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9302047Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9315209Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9328609Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9341814Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9354988Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9368390Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9381804Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9395055Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9408602Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9421837Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9434973Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9448481Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9461669Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9474827Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9488223Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9501668Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9515147Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9528599Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9541795Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9555258Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9568931Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9582367Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9595723Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9609437Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9622624Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9635869Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9649344Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9662629Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9676019Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9689941Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9703064Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9716520Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9730130Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9743400Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9756973Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9770515Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9783834Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9797241Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9810588Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9823799Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9837066Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9850533Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9864050Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9877460Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9890827Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9904147Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9917356Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9930883Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9944150Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9957393Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9970927Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9984408Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:58.9997753Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0011022Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0024126Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0037088Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0049544Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0061736Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0073753Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0086075Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0098322Z 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-08-17T12:57:59.0110529Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0122590Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0134832Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0147076Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0159194Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0171368Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0183484Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0195567Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0207878Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0220044Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0232951Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0245520Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0258630Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0272513Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0285218Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0297051Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0309416Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0321825Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0334376Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0346585Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0358922Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0371476Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0383800Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0396120Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0408834Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0421004Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0433215Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0445861Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0457914Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0470147Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0482465Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0495295Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0506978Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0519320Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0531704Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0544234Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0556332Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0568911Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0581118Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0593341Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0605780Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0617962Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0630212Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0642550Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0655105Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0667274Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0679534Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0691983Z test_nnc_correctness_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0704320Z test_nnc_correctness_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0716608Z test_nnc_correctness_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0729254Z test_nnc_correctness_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0741927Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0754293Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0766838Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0779027Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0791754Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0804315Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0816642Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0829406Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0841777Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0854077Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0866274Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0878598Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0891238Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0904291Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0917596Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0930926Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0943154Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0955341Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0967850Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0980132Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.0992445Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1004971Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1017292Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1029468Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1041833Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1054322Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1066428Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1078665Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1091051Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1103191Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1115564Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1128188Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1140825Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1153122Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1166406Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1178716Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1191000Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1203326Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1215577Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1227741Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1239990Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1252398Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1264653Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1276912Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1289367Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1301601Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1314120Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1326596Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1338827Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1351097Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1363507Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1375664Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1387958Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1400341Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1412586Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1424842Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1437401Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1449822Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1462113Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1474256Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1486763Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1498974Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1511192Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1523610Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1535951Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1548290Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1560613Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1572877Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1585117Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1597434Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1609944Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1622160Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1634518Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1647095Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1659381Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1671579Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1684420Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1696464Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1708549Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1721052Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1733516Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1746106Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1758770Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1771533Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1784115Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1796735Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1809614Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1822206Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1834620Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1847372Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1860000Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1872734Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1885867Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1898529Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.1911109Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1924117Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1936978Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1949485Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1962297Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1974900Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1987540Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.1999958Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2012781Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2025249Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2037877Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2050622Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2063135Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2075772Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2088716Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2101189Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2113808Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2126571Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2139065Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2151697Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2164440Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2176928Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2189457Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2202098Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2214649Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2227229Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2239927Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2252637Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2265160Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2277695Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2290376Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2302903Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2315513Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2328299Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2340814Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2353280Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2366129Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2378615Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2391121Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2403754Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2416822Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2428917Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2441496Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2454024Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2466788Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2479521Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2492324Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2504731Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2517278Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2529943Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2542422Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2555011Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2567795Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2580234Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2592805Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2605501Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2618045Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2630596Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2643210Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2656362Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:57:59.2668819Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2681265Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2693819Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2706328Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2718866Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2731637Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2744121Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2756552Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2769464Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2781934Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2794504Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2807774Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2820387Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2833046Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2846046Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2858755Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2871489Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2884385Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2897063Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2909863Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2922739Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2935482Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2948144Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2961005Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2973758Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2986400Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.2999182Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3011964Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3024729Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3037444Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3050290Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3062847Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3075568Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3088484Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3101086Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3113671Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3126647Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3139192Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3151896Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3164659Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3176928Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3189462Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3202073Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3214671Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3227142Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3239721Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3252441Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3264853Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3277162Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3289858Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3302318Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3314755Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3327523Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3339969Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3352418Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3365220Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3377718Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3390127Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3402711Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3415468Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3427981Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3440617Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3453315Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3465884Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3478524Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3491232Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3503990Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3516329Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3529757Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3542588Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3555527Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3568566Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3580961Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3593388Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3606004Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3618381Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3630869Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3643448Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3656004Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3668580Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3681191Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3693777Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3706411Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3718930Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3731625Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3744158Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3756724Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3769378Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3782257Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3794981Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3808564Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3821250Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3834179Z 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-08-17T12:57:59.3847197Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3859939Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3872787Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3885439Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3897930Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3910629Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3923177Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3935779Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3948339Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3960900Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3973564Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3986220Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.3998888Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4011631Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4024184Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4036625Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4049438Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4061986Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4074434Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4087332Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4099677Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4112621Z 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-08-17T12:57:59.4125630Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4138239Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4150888Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4163378Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4176012Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4188339Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4200855Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4213319Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4225471Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4237858Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4250389Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4262845Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4275259Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4287829Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4300177Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4312466Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4325129Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4337548Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4349859Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4362366Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4374683Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4386921Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4399113Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4411572Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4424111Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4436439Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4449128Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4461393Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4473742Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4486409Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4498688Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4511110Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4523504Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4535939Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4548179Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4560605Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4573083Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4585779Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4598579Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4611394Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4624083Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4636652Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4649556Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4662204Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4674831Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4687762Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4700439Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4712808Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4725369Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4737756Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4750345Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4763009Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4775505Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4788002Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4800771Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4813168Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4825483Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4837767Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4850419Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4862693Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4875049Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4887650Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4896171Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:59.4908387Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4921193Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4934187Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4947036Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4960725Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4973781Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.4986979Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5000068Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5013201Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5026092Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5039196Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5052566Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5065581Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5078578Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5091455Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5104246Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5117380Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5130317Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5143113Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5155909Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5168858Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5181535Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5193913Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5206511Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5219047Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5231531Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5244252Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5256885Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5269351Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5281934Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5294499Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5306920Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5319478Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5331961Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5344372Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5356877Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5369656Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5382050Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5394575Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5407293Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5419786Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5432192Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5444764Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5457214Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5469587Z 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-08-17T12:57:59.5481994Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5494739Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5507448Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5520213Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5533020Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5545812Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5558600Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5571573Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5584223Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5596728Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5609306Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5621669Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5634000Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5646631Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5659108Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5671486Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5684222Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5696748Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5709367Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5721963Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5734613Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5747163Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5759746Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5772353Z 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-08-17T12:57:59.5784908Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5797532Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5810081Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5822525Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5835118Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5847887Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5860647Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5873278Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5886020Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5898557Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5911096Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5923724Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5936682Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5949181Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5961932Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5974719Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5987398Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.5999979Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6012682Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6025297Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6037963Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6050736Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6063394Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6076001Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6088896Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6101394Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6113979Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6126839Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6139378Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6151938Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6164908Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6177529Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6190081Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6202917Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6215636Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6228208Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6240870Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6253598Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6266138Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6278883Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6291615Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6304197Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6317133Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6330017Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6342848Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6355346Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6368279Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6380928Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6393717Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6406516Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6419200Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6431864Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6444721Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6457369Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6469977Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6482763Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6495472Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6508122Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6520969Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6533728Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6546311Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6559146Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6571982Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6584472Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6597009Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6609877Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6622593Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6635176Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6648119Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6660681Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6673337Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6686283Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6698640Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6711015Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6723421Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6735780Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6748215Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6760652Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6773053Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6785515Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6797951Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6810543Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6822953Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6835260Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6848042Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6860156Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6872502Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6884980Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6897336Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6909748Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6922143Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6934609Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6947123Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6959995Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6972874Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6985424Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.6998274Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7011119Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7023735Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7036249Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7049064Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7061627Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7074304Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7087189Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7099844Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7112583Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7125305Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7138142Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7150674Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7163449Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7176191Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7188832Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7201407Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7213936Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7226299Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7238768Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7252166Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7264723Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7276884Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7289224Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7301319Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7313496Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7325853Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7337896Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7349842Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7362051Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7374102Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7386039Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7398003Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7410285Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7422185Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7434164Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7446514Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7458767Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7471267Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7484855Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7497342Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7509748Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7522203Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7534696Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7547092Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7559671Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7572236Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7584622Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7597068Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7609689Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7622207Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7634819Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7647607Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7660172Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7672623Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7685330Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7697917Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7709953Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7722482Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7734891Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7747322Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7759753Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7772155Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7784533Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7796878Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7809221Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7821500Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7833765Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7846267Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7858494Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7870779Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7883196Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7895771Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7907978Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7920435Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7932900Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7945348Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7957694Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7970359Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7982800Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.7994760Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8007658Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8019776Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8031983Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8044531Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8056831Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8069090Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8081526Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8093933Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8106260Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8118627Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8131015Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8143278Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8155554Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8168061Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8180169Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8192553Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8205036Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8217488Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8229823Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8242332Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8254782Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8267308Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8279528Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8292032Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8304259Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8316509Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8329110Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8341442Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8353703Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8366316Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8378603Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8390934Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8403388Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8415933Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8428260Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8440530Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8453100Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8465373Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8477924Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8490127Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8502657Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8514857Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8527546Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8539798Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8552306Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8564653Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8576981Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8589214Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8601590Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8613985Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8626249Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8638515Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8650974Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8663465Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8675732Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8688450Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8700765Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8713094Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8725911Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8738001Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8750090Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8763318Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8776679Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8788993Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8801803Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8814177Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8826357Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8838830Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8851029Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8863332Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8875864Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8888688Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8901144Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8913604Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8926306Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8938793Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8951211Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8963754Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8976363Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.8989219Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9002702Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9016169Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9029630Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9042135Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9054554Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9066975Z 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-08-17T12:57:59.9079364Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9091853Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9104649Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9117037Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9129970Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9142963Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9155549Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9168117Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9180404Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9192781Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9205318Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9218115Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9230083Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9239207Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:57:59.9251367Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9263921Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9276209Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9288814Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9301070Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9313460Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9326065Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9338520Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9351020Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9363450Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9375973Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9388380Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9400932Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9413234Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9425605Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9438118Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9450603Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9462989Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9475448Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9488418Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9500731Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9513090Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9525725Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9538009Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9550274Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9562949Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9575221Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9587624Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9600135Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9612586Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9625429Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9637904Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9650756Z 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-08-17T12:57:59.9663519Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9675981Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9688876Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9701450Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9713998Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9726851Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9739908Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9753308Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9766189Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9778742Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9791336Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9804825Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9817345Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9829894Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9842639Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9855415Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9868036Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9880724Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9893485Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9905950Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9918628Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9931364Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9943990Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9956857Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9969365Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9981982Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:57:59.9994532Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0007315Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0019971Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0032564Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0045489Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0058071Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0070696Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0083455Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0096233Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0108829Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0121666Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0134356Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0146976Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0159746Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0172557Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0185172Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0197770Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0210681Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0223470Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0236035Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0249057Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0261629Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0274237Z 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-08-17T12:58:00.0287090Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0299846Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0312449Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0325343Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0337831Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0350387Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0363105Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0375799Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0388564Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0401233Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0414046Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0426656Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0439369Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0452131Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0464723Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0477364Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0490236Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0503103Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0515481Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0528649Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0541233Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0553971Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0566879Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0579564Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0592196Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0605238Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0617866Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0630469Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0643159Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0656035Z 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-08-17T12:58:00.0668675Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0681513Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0694442Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0707179Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0719976Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0732896Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0745812Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0758312Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0771139Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0783957Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0796543Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0809425Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0821951Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0834566Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0847378Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0859953Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0872479Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0885325Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0897908Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0910476Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0923268Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0935953Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0948497Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0961167Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0973882Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.0986604Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1009090Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1012433Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1024781Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1037376Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1050276Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1062860Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1075575Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1088524Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1101168Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1113964Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1126830Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1139411Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1152023Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1165076Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1177657Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1190382Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1203129Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1215952Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1228651Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1241495Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1254353Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1267449Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1280336Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1292824Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1305190Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1317932Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1330681Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1343160Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1355729Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1368764Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1381219Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1393565Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1406201Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1418484Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1430806Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1443324Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1455851Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1468175Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1480714Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1493172Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1505657Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1518026Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1530835Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1543350Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1555802Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1568710Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1581076Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1593559Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1606173Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1618650Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1631153Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1643767Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1656595Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1669002Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1681589Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1694165Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1706811Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1719428Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1732028Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1744566Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1756962Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1769909Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1782617Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1795753Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1808558Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1821215Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1833788Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1846731Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1859272Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1871907Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1884836Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1897451Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1909972Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1922738Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1935566Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1947997Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1960694Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1973505Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1986098Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.1998839Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2011658Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2024299Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2036893Z 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-08-17T12:58:00.2049841Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2062421Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2074856Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2087678Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2100232Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2112776Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2125603Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2138357Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2150971Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2163753Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2176392Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2188914Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2201592Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2214455Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2226844Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2239607Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2252376Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2264943Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2277685Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2290608Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2303186Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2315829Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2328769Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2341304Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2353849Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2366786Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2379468Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2392014Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2404919Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2417434Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2429923Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2442606Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2455325Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2467902Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2480603Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2493410Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2506051Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2518515Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2531224Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2543784Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2556214Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2569146Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2581715Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2594257Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2607075Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2619666Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2632263Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2645138Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2657636Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2670299Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2683000Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2695653Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2708184Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2720872Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2733513Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2746077Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2758683Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2771349Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2784099Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2797008Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2809891Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2821940Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2834840Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2847308Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2859726Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2872185Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2884832Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2897512Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2909990Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2922750Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2935543Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.2944594Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2952816Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2961070Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2970024Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2978261Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2987064Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.2995612Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3004650Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3013130Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3021918Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3030011Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3038909Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3048414Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3060829Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3073165Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3085900Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3098053Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3110442Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3122811Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3135243Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3147588Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3160101Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3172515Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3184891Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3197287Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3209861Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3222215Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3234569Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3247254Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3259539Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3271800Z 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-08-17T12:58:00.3284497Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3296440Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3308696Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3321250Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3333511Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3345914Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3358518Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3370849Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3383167Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3395490Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3408152Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3420346Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3432508Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3444887Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3457189Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3469448Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3481863Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3494082Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3506369Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3518673Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3531115Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3543427Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3556077Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3568859Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3581339Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3593778Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3606481Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3618997Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3631551Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3644192Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3656794Z 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-08-17T12:58:00.3669289Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3681969Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3694619Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3707098Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3719707Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3732467Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3744901Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3757330Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3770077Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3782478Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3795040Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3807795Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3820567Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3833040Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3845773Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3858282Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3870805Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3883520Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3895992Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3908512Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3921075Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3929917Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3942600Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3955175Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3963925Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.3976688Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.3989211Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4001825Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4014583Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4027238Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4040197Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4052452Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4062021Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.4070342Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:00.4082804Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4095801Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4107752Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4120744Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4133435Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4145991Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4158411Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4170891Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4183159Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4195392Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4207853Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4220107Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4232380Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4244845Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4257110Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4269529Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4281914Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4294315Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4306747Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4318920Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4331365Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4343619Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4355877Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4368361Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4380579Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4392890Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4405377Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4417570Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4429854Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4442265Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4454727Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4466985Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4479330Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4491768Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4504031Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4516237Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4528828Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4541014Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4553359Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4565882Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4578015Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4590343Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4602778Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4615295Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4627622Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4639999Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4652569Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4664638Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4676881Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4689335Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4701638Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4713902Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4726481Z 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-08-17T12:58:00.4738743Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4751194Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4763576Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4775954Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4788358Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4801031Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4813299Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4825594Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4837905Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4850318Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4862585Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4874864Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4887459Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4899868Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4911944Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4924522Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4936852Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4949146Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4961618Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4973978Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4986227Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.4998485Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5010920Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5023129Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5035386Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5048076Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5060219Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5072451Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5085039Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5097255Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5109555Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5121925Z 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-08-17T12:58:00.5134257Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5146776Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5158894Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5171270Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5183607Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5195958Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5208619Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5220863Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5233112Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5245649Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5257916Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5270140Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5282534Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5294925Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5307257Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5319600Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5331914Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5344133Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5356391Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5369008Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5381322Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5393786Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5406225Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5418431Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5430612Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5442952Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5455340Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5467695Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5479924Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5492296Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5504638Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5516971Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5529479Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5541750Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5554133Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5566607Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5578740Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5590973Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5603408Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5615786Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5628005Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5640354Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5652857Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5665104Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5677319Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5689784Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5702115Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5714274Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5726846Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5739377Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5751472Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5763848Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5776246Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5788454Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5801087Z 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-08-17T12:58:00.5813583Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5825781Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5838138Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5850620Z test_nnc_correctness_nn_functional_kl_div_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5863006Z test_nnc_correctness_nn_functional_kl_div_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5875225Z test_nnc_correctness_nn_functional_kl_div_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5887779Z test_nnc_correctness_nn_functional_kl_div_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5900167Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5912341Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5924795Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5937023Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5949328Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5961767Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5974191Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5986545Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.5998885Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6011337Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6023638Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6035847Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6048268Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6060499Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6072712Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6085480Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6097557Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6110543Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6123184Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6135945Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6148466Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6161417Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6174112Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6186555Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6199196Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6212056Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6224615Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6237106Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6249895Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6262426Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6274997Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6287848Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6300336Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6313265Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6325598Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6338153Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6350717Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6359758Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-08-17T12:58:00.6372179Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6384213Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6396454Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6409080Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6421627Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6433751Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6446293Z 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-08-17T12:58:00.6458622Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6470859Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6483303Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6495716Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6507976Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6520383Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6532844Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6544945Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6557230Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6569824Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6582104Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6594418Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6607071Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6619207Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6631522Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6643878Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6656307Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6668624Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6680874Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6693191Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6705448Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6717674Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6730150Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6742533Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6754766Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6767333Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6779511Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6791810Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6804339Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6816888Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6828809Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6841230Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6853542Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6865852Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6878089Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6890751Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6903428Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6915642Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6928356Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6940474Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6952792Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6965330Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6977590Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.6989864Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7002229Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7014676Z 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-08-17T12:58:00.7026994Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7039419Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7051814Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7064360Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7076352Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7089124Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7101274Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7113554Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7126038Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7138242Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7150541Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7162909Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7175374Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7187547Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7199902Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7212329Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7224642Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7236894Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7249443Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7261773Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7274019Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7286466Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7298596Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7310871Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7323198Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7335541Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7347811Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7360229Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7372677Z 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-08-17T12:58:00.7384931Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7397107Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7409567Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7421978Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7434432Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7446825Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7459093Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7471278Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7483655Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7496173Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7508359Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7520792Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7533188Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7545485Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7557926Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7570419Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7582604Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7594870Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7607978Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7620117Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7632492Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7645117Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7657315Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7669670Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7682304Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7694721Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7707284Z 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-08-17T12:58:00.7719616Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7732117Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7744424Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7756861Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7769305Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7781737Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7794078Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7807112Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7819666Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7831825Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7844362Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7856675Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7869024Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7881458Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7893935Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7906341Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7918706Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7931206Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7943869Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7955915Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7968635Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7981074Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.7993483Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8006072Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8018349Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8030794Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8043298Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8055854Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8068385Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8080619Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8092906Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8105225Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8117462Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8130006Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8142322Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8154696Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8167350Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8179417Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8191675Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8204457Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8216345Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8228649Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8240930Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8253311Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8265499Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8277760Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8290339Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8302646Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8314874Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8327464Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8339784Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8351935Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8364430Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8376723Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8388973Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8401467Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8413879Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8426223Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8438649Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8451207Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8463693Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8475948Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8488691Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8501006Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8513331Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8525928Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8538207Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8550519Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8563070Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8576007Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8588324Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8600912Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8613365Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8625791Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8638217Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8650747Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8663128Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8675473Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8688066Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8700349Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8712743Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8725495Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8737628Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8749935Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8762425Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8775078Z 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-08-17T12:58:00.8787603Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8800315Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8812950Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8825426Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8837961Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8850713Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8862759Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8875025Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8887731Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8900207Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8912598Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8925933Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8938035Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8950506Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8963109Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8976078Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.8988456Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9001233Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9014106Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9026484Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9039195Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9051793Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9064368Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9077130Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9090038Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9102798Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9115765Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9129153Z 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-08-17T12:58:00.9142053Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9154736Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9167719Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9180360Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9192990Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9205923Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9218666Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9231498Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9244328Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9256881Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9269560Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9282276Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9295140Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9307795Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9320583Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9332924Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9345472Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9358258Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9371033Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9383602Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9396099Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9408777Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9421339Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9433835Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9446714Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9459195Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9471673Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9484659Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9496978Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9509730Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9522230Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9534608Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9546780Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9559134Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9571405Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9584113Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9596032Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9608712Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9620924Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9633286Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9645766Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9658168Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9670493Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9683208Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9695870Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9708337Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9721119Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9733654Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9746169Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9758570Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9771180Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9783843Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9796297Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9812361Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:58:00.9825816Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9838180Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9851038Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9864056Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9876542Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9889005Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9900702Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9912822Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9925098Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9937361Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9949670Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9962003Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9974380Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9986676Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:00.9998987Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0011493Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0023778Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0036095Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0048687Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0061057Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0073573Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0086314Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0098936Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0111191Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0123697Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0136197Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0148497Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0160858Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0173225Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0185495Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0198431Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0211844Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0223966Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0236138Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0248825Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0261009Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0273276Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0285853Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0298123Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0310300Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0322643Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0334982Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0347425Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0360233Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0372774Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0385162Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0397385Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0409729Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0421740Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0433852Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0446193Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0458114Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0470142Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0482475Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0494671Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0506778Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0518778Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0530984Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0543005Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0554866Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0567365Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0579387Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0591778Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0605092Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0618337Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0630997Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0643352Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0655661Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0667804Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0679984Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0692251Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0704181Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0716036Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0728481Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0740605Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0752516Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0765181Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0777303Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0789984Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0803208Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0815905Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0828656Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0841773Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0854739Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0866691Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0879298Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0891543Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0903902Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0916023Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0928638Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0941020Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0953376Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0965786Z 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-08-17T12:58:01.0978086Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.0990384Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1003078Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1015505Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1027701Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1040014Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1052404Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1064860Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1077236Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1089879Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1102140Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1114606Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1126824Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1138570Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1150715Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1162771Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1174939Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1186929Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1198854Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1211078Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1223072Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1235061Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1247456Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1259493Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1271405Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1283526Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1295682Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1308107Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1320452Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1333013Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1345617Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1358247Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1371032Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1384760Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1397971Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1411249Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1424595Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1437868Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1451444Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1464575Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1477898Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1491252Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1504723Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1517925Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1531188Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1544357Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1557577Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1570927Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1584253Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1597544Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1611440Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1624714Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1637899Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1650963Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1663951Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1676992Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1690158Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1703258Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1716278Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1729441Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1742691Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1756198Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1769320Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1782375Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1795495Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1808824Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1821570Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1833728Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1846457Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1858706Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1870976Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1884807Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1896997Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1909274Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1921798Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1934112Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1946795Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1959068Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1971590Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1983790Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.1996047Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2008668Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2020851Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2033216Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2045622Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2057821Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2070035Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2082372Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2094929Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2107020Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2119319Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2131803Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2144044Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2156314Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2168757Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2181040Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2193261Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2205650Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2217999Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2230285Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2242624Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2254976Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2267218Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2279513Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2291850Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2304070Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2316422Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2328687Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2341040Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2353313Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2365849Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2378205Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2390180Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2402545Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2414824Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2426997Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2439312Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2451620Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2463819Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2476113Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2488539Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2500732Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2512947Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2525502Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2537702Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2549918Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2562387Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2574791Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2586957Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2599729Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2611849Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2623941Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2636045Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2648608Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2660659Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2672978Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2685590Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2697548Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2709820Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2722081Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2734489Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2746856Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2758903Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2771194Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2783308Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2795641Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2808252Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2820396Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2832557Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2845401Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2858317Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2870732Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2883112Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2895680Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2907982Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2920348Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2932727Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2945130Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2957466Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2970081Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2982343Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.2994706Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3007281Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3019825Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3032234Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3044802Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3057081Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3069354Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3081793Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3094805Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3106491Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3118820Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3131193Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3143540Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3155917Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3168441Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3180730Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3193083Z 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-08-17T12:58:01.3205672Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3217940Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3230178Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3242591Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3254912Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3267143Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3279636Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3292221Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3304528Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3316863Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3329445Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3342054Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3354719Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3367089Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3379568Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3391763Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3404224Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3416437Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3428902Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3441005Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3453444Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3465784Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3478111Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3490526Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3502814Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3515086Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3527524Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3539695Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3551822Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3564301Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3576487Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3588917Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3601187Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3613853Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3625794Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3638920Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3651316Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3663719Z 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-08-17T12:58:01.3675962Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3688634Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3700719Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3713153Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3725436Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3737764Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3750120Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3762538Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3774895Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3787140Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3799817Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3812356Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3824677Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3837423Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3850132Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3863134Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3876010Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3889415Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3901498Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3913643Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3926115Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3938317Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3950247Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3962447Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3974584Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3986802Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.3998824Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4010968Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4022960Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4034979Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4047321Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4059289Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4071284Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4083536Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4096123Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4109259Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4121876Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4134459Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4147067Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4159652Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4172047Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4184391Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4196682Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4209320Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4221628Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4233966Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4246499Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4258888Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4271425Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4283836Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4296245Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4308519Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4321032Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4333437Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4345738Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4358322Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4370692Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4383035Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4395350Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4407936Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4420259Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4432553Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4445029Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4457447Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4469603Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4481991Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4494311Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4506572Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4518784Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4531330Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4543692Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4556149Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4568575Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4580840Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4593149Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4606009Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4618267Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4630490Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4642744Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4655154Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4667532Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4679996Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4692437Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4704819Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4717116Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4729697Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4742060Z 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-08-17T12:58:01.4754455Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4766947Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4779273Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4791536Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4811948Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4816545Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4828769Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4841256Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4853761Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4866304Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4879236Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4891963Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4904574Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4917163Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4929980Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4942720Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4955882Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4968402Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4981056Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.4993587Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5006672Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5019246Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5031931Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5044946Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5057548Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5070224Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5082930Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5095878Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5108455Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5121336Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5133994Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5146692Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5159387Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5172328Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5185005Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5197738Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5210566Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5223327Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5236064Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5248906Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5261461Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5274157Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5287020Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5299605Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5312434Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5325366Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5337879Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5350582Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5363513Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5376444Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5388797Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5401329Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5414032Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5426664Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5439319Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5452167Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5464848Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5477478Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5490555Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5503447Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5515942Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5528860Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5541547Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5554152Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5566971Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5579559Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5592102Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5605053Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5617696Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5630674Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5644246Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5657065Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5669840Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5682061Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5694440Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5706684Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5719009Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5731424Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5743673Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5755947Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5768592Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5780790Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5793120Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5805712Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5817970Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5830340Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5842826Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5855106Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5867714Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5881054Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5894109Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5906288Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5918627Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5931024Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5943358Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5955560Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5968185Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5980353Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.5992663Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6005336Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6017742Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6030102Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6042507Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6054992Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6067352Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6079787Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6092267Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6104704Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6117525Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6129990Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6142358Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6155001Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6167427Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6179722Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6192000Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6204510Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6216736Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6229101Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6241290Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6253646Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6265961Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6278302Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6290860Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6303175Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6315886Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6328364Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6340558Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6352803Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6365414Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6377600Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6390011Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6402246Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6414623Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6426969Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6439294Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6451747Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6463993Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6476204Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6488777Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6501100Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6513670Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6526300Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6538767Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6551208Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6563763Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6576404Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6588891Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6601641Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6614234Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6626730Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6639296Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6651880Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6664366Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6676766Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6689507Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6701948Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6714380Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6727130Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6739553Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6751981Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6764708Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6777185Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6789663Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6802781Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6815277Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6827660Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6840186Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6852801Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6865374Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6878018Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6890553Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6903111Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6915595Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6928543Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6941091Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6953601Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6966390Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6978885Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.6991335Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7003892Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7016479Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7028941Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7041624Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7054255Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7066704Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7079252Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7092023Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7104510Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7117147Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7129906Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7142301Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7154689Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7167484Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7179838Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7192257Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7205054Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7217470Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7230000Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7242729Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7255320Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7267868Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7280431Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7293032Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7305561Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7318077Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7330647Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7343179Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7355706Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7368507Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7381121Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7393538Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7406380Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7418884Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7431401Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7444191Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7456699Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7469312Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7482040Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7494644Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7507145Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7519820Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7532562Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7545119Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7557653Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7570431Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7582997Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7595456Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7608207Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7620716Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7633157Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7645844Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7658952Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7671350Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7684428Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7697126Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7709841Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7722694Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7735494Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7748298Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7761040Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7773644Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7786140Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7799053Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7811741Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7824119Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7836677Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7849286Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7861699Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7874109Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7886780Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7899390Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7911768Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7924167Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7936711Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7948923Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7961433Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7973900Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7986308Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.7998874Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8011447Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8023640Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8035963Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8048511Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8060815Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8073062Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8085697Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8097921Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8110234Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8122565Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8135029Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8147383Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8159813Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8172319Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8184735Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8197269Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8210113Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8222501Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8231437Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8240202Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8249043Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8257731Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8266117Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8274626Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8283298Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8291790Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8300167Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8308636Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8317190Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8325974Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8334487Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8343009Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8351466Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8360429Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8368789Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8377052Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8385528Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8394441Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8402976Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8411850Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8420940Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8429210Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8437755Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8446992Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8455205Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8463597Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8472229Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8480832Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8489681Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8498140Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8511810Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8525401Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8537866Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8550433Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8563075Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8575722Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8588135Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8600640Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8613157Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8625615Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8638025Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8650722Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8662984Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8675509Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8688113Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8700376Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8713002Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8721773Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8730795Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8739430Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8748056Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8756509Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8765588Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8773800Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8782709Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8791265Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8800159Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8808986Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8817899Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8826609Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8835109Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8843720Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8852346Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.8865521Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8878442Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8890942Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8903437Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8915861Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8928705Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8941015Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8953420Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8965992Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8978648Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.8990882Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9003409Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9015930Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9028264Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9040866Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9053466Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9065832Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9078387Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9091034Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9103582Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9116652Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9129443Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9142031Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9154969Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9168263Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9177013Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9185798Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9194067Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9202870Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9211929Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9220488Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9228986Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9237552Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9246377Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9255424Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9263502Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9272010Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9280735Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9289395Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9298072Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9306518Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:01.9319598Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9332332Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9344839Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9357244Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9369893Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9382222Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9394440Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9407114Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9419579Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9431657Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9444454Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9456712Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9469226Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9482042Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9494715Z 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-08-17T12:58:01.9507493Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9519921Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9532466Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9544956Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9557442Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9570238Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9582611Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9595063Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9607914Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9620468Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9633010Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9645804Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9658531Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9670865Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9683542Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9696314Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9708790Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9721456Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9734131Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9746786Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9759534Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9772280Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9784624Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9797742Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9810495Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9823150Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9835787Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9848738Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9861242Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9873823Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9886772Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9899303Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9911942Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9924864Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9937425Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9950143Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9962975Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9975580Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:01.9988196Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0000894Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0013777Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0026380Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0039117Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0051778Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0064339Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0076880Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0089727Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0102300Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0114911Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0127757Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0140324Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0152938Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0165882Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0178433Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0191615Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0205091Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0217465Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0229852Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0242408Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0254960Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0267460Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0279993Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0292681Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0305000Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0317413Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0330017Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0342385Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0351214Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0359950Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0368484Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0377044Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0385673Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0394318Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0402821Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0411653Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0420702Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0429703Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0438944Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0447129Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0455695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0463717Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0472621Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0480681Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0489544Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0498044Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0506490Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0515333Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0523773Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0532440Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0540907Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0549319Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0558036Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0566616Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0575175Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0583666Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0592358Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0600878Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0609311Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0617899Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.0631661Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0645152Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0657782Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0670377Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0683181Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0695884Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0708643Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0721452Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0734271Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0746933Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0759883Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0773067Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0785522Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0798397Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0811257Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0823948Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0836693Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0849648Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0862248Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0874936Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0887811Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0900430Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0913229Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0926099Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0938773Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0951404Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0964269Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0976954Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.0989615Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1002301Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1015267Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1027908Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1040422Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1053220Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1065892Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1078410Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1091125Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1103708Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1116210Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1129677Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1141954Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1154244Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1167051Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1179471Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1191943Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1204785Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1217437Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1230016Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1242878Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1255653Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1268301Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1280985Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1293798Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1306467Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1319212Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1331776Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1344548Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1357118Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1370126Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1382842Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1395535Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1408525Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1421238Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1434007Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1447017Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1459804Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1472472Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1485330Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1497797Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1510355Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1522999Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1535868Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1548271Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1560735Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1573415Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1585999Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1598674Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1611464Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1624099Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1636644Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1649455Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1661974Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1674518Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1687338Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1699839Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1712490Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1725410Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1737944Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1750495Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1763561Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1776007Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1788493Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1801088Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1813778Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1826052Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1838518Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1851254Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1863668Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1876158Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1888858Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1901285Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1913888Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1926595Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1939032Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1951518Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1964163Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1976554Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.1989058Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2001512Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2013988Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2026659Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2039146Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2051771Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2064404Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2076803Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2089597Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2102051Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2114529Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2127260Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2139749Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2152269Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2165038Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2177471Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2189935Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2202557Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2215156Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2227659Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2240241Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2252887Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2265394Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2277966Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2290620Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2303083Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2315533Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2328213Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2340681Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2353226Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2365909Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2378353Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2390718Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2403331Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2416054Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2428493Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2441062Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2453565Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2466029Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2478466Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2491098Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2503706Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2516077Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2528817Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2541279Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2553771Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2566523Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2578963Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2591520Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2604160Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2616607Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2629020Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2641612Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2654209Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2666744Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2679339Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2691928Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2704308Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2717300Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2730558Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2743402Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2756135Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2769301Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2782166Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2794991Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2807963Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2820780Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2833491Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2846317Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2858810Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2871459Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2884122Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2896514Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2909007Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2921510Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2934283Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2946830Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2959488Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2972184Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2984697Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.2997344Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3010091Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3022845Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3035716Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3048155Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3060638Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3073264Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3085857Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3098361Z 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-08-17T12:58:02.3110948Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3123570Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3136263Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3148814Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3161478Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3174241Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3186836Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3199478Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3212192Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3224724Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3237217Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3249933Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3262349Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3274903Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3287654Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3300273Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3312790Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3325633Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3338287Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3350982Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3363777Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3376400Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3389046Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3401633Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3414279Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3426828Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3439465Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3452183Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3464723Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3477304Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3489996Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3502487Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3514997Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3527708Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3540243Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3552811Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3565602Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3578155Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3590859Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3603522Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3616165Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3628812Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3641521Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3654366Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3666819Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3679544Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3692224Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3704714Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3717268Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3730103Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3742611Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3755111Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3767957Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3780569Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3793061Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3805921Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3818534Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3831080Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3843737Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3856378Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3868928Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3881517Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3894232Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3906732Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3919289Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3932161Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3944793Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3957329Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3970206Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3982758Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.3995384Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4008169Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4020658Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4033094Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4045699Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4058284Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4070839Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4083510Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4096252Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4108786Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4121436Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4134401Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4147457Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4160455Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4173404Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4185875Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4198676Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4211131Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4223619Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4236277Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4248905Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4261386Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4273826Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4286509Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4298943Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4311342Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4323864Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4336369Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4348790Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4361313Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4373902Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4386239Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4398784Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4411379Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4423915Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4436465Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4449150Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4461603Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4473990Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4486640Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4499172Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4511601Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4524365Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4536725Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4549232Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4561817Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4574269Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4586845Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4599494Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4612116Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4624619Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4637037Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4649676Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4662108Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4674548Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4687273Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4699654Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4712332Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4725063Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4737626Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4750218Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4762867Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4775635Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4788061Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4800997Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4813573Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4826133Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4838802Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4851601Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4864298Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4876869Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4889621Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4902026Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4914464Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4927172Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4939606Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4952084Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4964935Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4977229Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.4989977Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5002293Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5014822Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5027299Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5039910Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5052566Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5065094Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5077589Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5090742Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5102981Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5115377Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5128121Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5140669Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5153053Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5165824Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5178322Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5190867Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5203539Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5216356Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5228956Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5241601Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5254313Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5266833Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5279471Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5292182Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5304733Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5317255Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5329958Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5342565Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5355152Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5368120Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5380776Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5393230Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5406055Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5418649Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5431228Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5443813Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5456657Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5469394Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5482259Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5494871Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5507464Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5520222Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5532925Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5545555Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5558137Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5570938Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5583573Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5596185Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5609037Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5621616Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5634216Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5646764Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5659063Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5671500Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5683903Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5696388Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5708743Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5721156Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5733582Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5745876Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5758198Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5770652Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5782983Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5795395Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5807946Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5820213Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5832606Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5845209Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5857611Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5869918Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5882391Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5894751Z 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-08-17T12:58:02.5907110Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5919623Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5932113Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5944490Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5956724Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5969434Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5981786Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.5994129Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6006799Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6019123Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6031438Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6043745Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6056056Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6068336Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6080594Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6092945Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6105272Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6117547Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6130018Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6142348Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6154618Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6167107Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6179392Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6191567Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6203910Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6216308Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6228680Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6240998Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6253260Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6265389Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6277755Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6290220Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6302455Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6314744Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6327438Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6339822Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6352043Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6364583Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6376761Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6388979Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6401463Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6413754Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6426017Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6438279Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6450683Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6463045Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6475284Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6487895Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6496942Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:02.6510236Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6522643Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6535305Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6547759Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6560405Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6573130Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6585611Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6598119Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6610892Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6623390Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6636028Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6648887Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6661473Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6673864Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6686624Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6699105Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6711682Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6724893Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6737120Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6749610Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6762313Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6774856Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6787338Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6800328Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6812938Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6825422Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6838032Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6850620Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6863174Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6875652Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6888392Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6900844Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6913365Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6926192Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6938816Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6951343Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6964200Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6976513Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.6988772Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7001226Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7013637Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7025952Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7038277Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7050804Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7063128Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7075594Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7088445Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7100683Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7113100Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7125764Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7138135Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7150500Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7162994Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7175490Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7187889Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7200370Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7212945Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7225503Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7237780Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7250440Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7262857Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7275187Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7287830Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7300072Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7312440Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7325000Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7337428Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7349777Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7362256Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7374713Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7387072Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7399560Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7412064Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7424446Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7437014Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7449578Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7462119Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7474510Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7487186Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7499446Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7511902Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7524674Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7536886Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7549303Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7561722Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7574487Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7586790Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7599182Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7611721Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7624049Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7636428Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7649095Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7661646Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7673762Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7686515Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7698974Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7711527Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7724368Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7737070Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7749476Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7761738Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7774509Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7787295Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7800159Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.7810706Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7820861Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7831254Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7841675Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7852074Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7862242Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7872423Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7882767Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7893023Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7903228Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7913364Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7923704Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7934032Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7944307Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7954609Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7965004Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7975422Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7985681Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.7996064Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8006186Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8016017Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8025769Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8035324Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8045052Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8054783Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8064510Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8074036Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8083788Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8093544Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8103280Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8112865Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8122544Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8132182Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8141691Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8151275Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8161000Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8170727Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8180308Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8189829Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8199595Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8210063Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8220329Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8230627Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8241105Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8251644Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8261384Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8271165Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8281045Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8290667Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8300222Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8309939Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8319638Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8329366Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8339095Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8348542Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8358495Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8368211Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8377837Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8387353Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8396920Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8406810Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8416400Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8426168Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8435816Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8445754Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8455362Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8465440Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8476019Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8486398Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8496088Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8505935Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8515808Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8525765Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8535640Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8545447Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8555358Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8565595Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8575286Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8585076Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8594946Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8604967Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8615040Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8625049Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8635066Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8645433Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8655434Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8665501Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8675509Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8687323Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8696355Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8706308Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8716709Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8726843Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8736737Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8746500Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8756465Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8766494Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8776389Z test_unsupported_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8786247Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8796395Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8806684Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8816917Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8826876Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8836724Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8846822Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8856734Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8866636Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8876650Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8886655Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8896541Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8906403Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8916240Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8926367Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8936255Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8946178Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8956123Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8966527Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8976364Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8986119Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.8995978Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9006232Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9016452Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9026501Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9036517Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9043072Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:58:02.9053242Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9063007Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9073095Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9083229Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9093197Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9103033Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9112863Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9123076Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9133096Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9143271Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9154043Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9163822Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9174311Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9184358Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9194262Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9204353Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9214183Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9224259Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9234854Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9245056Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9255180Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9265055Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9274888Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9285163Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9295042Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9305158Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9315408Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9325814Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9335859Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9346043Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9356301Z test_unsupported_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9366823Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9376887Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9387037Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9397150Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9407585Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9417782Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9427911Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9438187Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9448842Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:02.9459101Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:02.9469439Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:02.9479844Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:02.9490327Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:58:02.9500486Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9510613Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9520760Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9531157Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9541391Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9552118Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9562438Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9572910Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9583628Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9594299Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9604903Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9615222Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9625577Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9635755Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9646324Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9656571Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9666895Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9677112Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9687651Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9698142Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9708211Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9718757Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9729346Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9739234Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9750060Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9760686Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9770972Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9781066Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9791241Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9802288Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9812837Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9823025Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9833116Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9843776Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:02.9854110Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9864428Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9874575Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9885131Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9895410Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9905875Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9916372Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9926929Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9937059Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9947095Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9957400Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9967834Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9978098Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9988302Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:02.9998414Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0008694Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0018879Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0028965Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0039180Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0049610Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0059810Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0069954Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0080238Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0090518Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0100672Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0111036Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0121263Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0131598Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0141760Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0151844Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0162150Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0172411Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0182599Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0192775Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0203071Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0213457Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0223592Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0233814Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0244311Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0254440Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0264529Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0274871Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0284888Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0295031Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0305098Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0315115Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0325599Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0335632Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0345736Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0355768Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0366165Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0376164Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0386301Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0396380Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0406744Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0416872Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0426910Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0437089Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0447383Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0457446Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0467587Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0477894Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0488174Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0498278Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0508491Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0518591Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0528949Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0539120Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0549126Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0559418Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0569597Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0579731Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0589971Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0600260Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0610505Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0620644Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0630712Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0640888Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0651063Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0661162Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0671317Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0681547Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0691693Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0701880Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0712036Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0722311Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0732627Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0742715Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0752771Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0762952Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0773122Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0783078Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0793014Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0803445Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0813358Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0823144Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0833120Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0843087Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0853140Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0863053Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0873077Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0883151Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0893150Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0902952Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0912825Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0922909Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0932730Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0942718Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0952713Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0962874Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0972995Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0983011Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.0993787Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1003587Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1013425Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1023727Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1033807Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1044171Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1054309Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1064477Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1074652Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1085218Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1095661Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1105701Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1115885Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1126305Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1136429Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1146771Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1156936Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1167427Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1177571Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1187632Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1197767Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1208270Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1218466Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1228720Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1239042Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1249497Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1259598Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1269832Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1280228Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1290686Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1300811Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1311018Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1321486Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1331865Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1342011Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1352275Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1362359Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1372716Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1382783Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1392671Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1402400Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1412952Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1423436Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1433584Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1444089Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1454231Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1464458Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1474709Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1485389Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1495804Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1506201Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1516387Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1526990Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1537185Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1547832Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1557933Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1568168Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1578325Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1588467Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1598645Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1608970Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1619142Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1629320Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1639569Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1649844Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1659989Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1670123Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1680364Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1690653Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1700844Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1711047Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1721303Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1731644Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1741931Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1752036Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1762152Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1772290Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1782514Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1792542Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1803144Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1813655Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1823753Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1833820Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1844235Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1854337Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1864503Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1874724Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1885084Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1895148Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1905272Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1915546Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1925902Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1935949Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1946155Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1956366Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1966703Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1976773Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1986895Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.1997124Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2007480Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2017597Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2027767Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2038073Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2048313Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2058439Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2068566Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2078808Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2089177Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2099270Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2109426Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2116038Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2122457Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2128614Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2134858Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2144664Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2154625Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2161030Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2167237Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2177030Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2186753Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2196618Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2203079Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2209320Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2219249Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2229276Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2239234Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2249396Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2259418Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2269128Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2279090Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2289313Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2299291Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2309138Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2315202Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2321525Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2327782Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2334082Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:58:03.2343933Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2354404Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2364208Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2373952Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2383910Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2393990Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2403834Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2413838Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2423724Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2433628Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2443613Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2453653Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2463711Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2474084Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2484798Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2495448Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2505339Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2515290Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2525561Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2535526Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2545441Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2555447Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2565738Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2575697Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2585726Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2595786Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2606137Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2616113Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2626018Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2635971Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2646188Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2656182Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2666479Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2676749Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2687204Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2697419Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2707624Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2718027Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2728419Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2738655Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2749029Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2759294Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.2769541Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-08-17T12:58:03.6835424Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-08-17T12:58:04.0988249Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.415s) 2022-08-17T12:58:04.5582830Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.459s) 2022-08-17T12:58:04.9707793Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.412s) 2022-08-17T12:58:05.0215971Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.051s) 2022-08-17T12:58:05.0961323Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-08-17T12:58:05.5666119Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.470s) 2022-08-17T12:58:06.0161461Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.449s) 2022-08-17T12:58:06.1115771Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.095s) 2022-08-17T12:58:06.1454768Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-08-17T12:58:06.5544968Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.409s) 2022-08-17T12:58:06.5875919Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-08-17T12:58:06.9186477Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-08-17T12:58:07.2572039Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.338s) 2022-08-17T12:58:07.3017875Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.045s) 2022-08-17T12:58:07.6276090Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.326s) 2022-08-17T12:58:07.8928085Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.265s) 2022-08-17T12:58:07.9989712Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.106s) 2022-08-17T12:58:08.0718631Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-08-17T12:58:08.1449306Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-08-17T12:58:08.1499206Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.005s) 2022-08-17T12:58:08.5449615Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.395s) 2022-08-17T12:58:08.5494817Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.005s) 2022-08-17T12:58:08.8778360Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.328s) 2022-08-17T12:58:09.3396838Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.462s) 2022-08-17T12:58:09.3723804Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-08-17T12:58:09.4429541Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-08-17T12:58:09.5145458Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-08-17T12:58:09.6018697Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.087s) 2022-08-17T12:58:09.9215976Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.320s) 2022-08-17T12:58:09.9557667Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-08-17T12:58:10.2904384Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-08-17T12:58:10.3355570Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.045s) 2022-08-17T12:58:10.7376916Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-08-17T12:58:11.1603344Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.423s) 2022-08-17T12:58:11.5832691Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.423s) 2022-08-17T12:58:11.9160986Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.333s) 2022-08-17T12:58:12.2472061Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-08-17T12:58:12.2849870Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.038s) 2022-08-17T12:58:12.7028960Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.418s) 2022-08-17T12:58:13.2085805Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.506s) 2022-08-17T12:58:13.2821417Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-08-17T12:58:13.3567902Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-08-17T12:58:13.3911483Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-08-17T12:58:13.4633033Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-08-17T12:58:13.5335407Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-08-17T12:58:13.8612826Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.328s) 2022-08-17T12:58:14.2813763Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.420s) 2022-08-17T12:58:14.6544645Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.373s) 2022-08-17T12:58:15.1345192Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.480s) 2022-08-17T12:58:15.6764439Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.542s) 2022-08-17T12:58:16.1572237Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.481s) 2022-08-17T12:58:16.2707995Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.114s) 2022-08-17T12:58:16.6761669Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-08-17T12:58:17.0972010Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.421s) 2022-08-17T12:58:17.1496802Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.052s) 2022-08-17T12:58:17.3286865Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.179s) 2022-08-17T12:58:17.4054728Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-08-17T12:58:17.5618167Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.156s) 2022-08-17T12:58:17.7392956Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.177s) 2022-08-17T12:58:18.1656075Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.426s) 2022-08-17T12:58:18.2412329Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-08-17T12:58:18.3840833Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.143s) 2022-08-17T12:58:18.4640017Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.080s) 2022-08-17T12:58:18.5420988Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-08-17T12:58:18.6162433Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-08-17T12:58:18.7669405Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.151s) 2022-08-17T12:58:18.8895521Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.123s) 2022-08-17T12:58:19.2976620Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.408s) 2022-08-17T12:58:19.3667152Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-08-17T12:58:19.8260416Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.459s) 2022-08-17T12:58:19.9736626Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.148s) 2022-08-17T12:58:20.6320241Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.658s) 2022-08-17T12:58:20.6649506Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-08-17T12:58:20.7349772Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-08-17T12:58:21.2140058Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.479s) 2022-08-17T12:58:21.5424210Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.328s) 2022-08-17T12:58:21.6152409Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-08-17T12:58:21.6510367Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-08-17T12:58:21.6840685Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-08-17T12:58:21.7165746Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.032s) 2022-08-17T12:58:21.7601532Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.043s) 2022-08-17T12:58:22.2401137Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.480s) 2022-08-17T12:58:22.7625125Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.522s) 2022-08-17T12:58:22.8363145Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.074s) 2022-08-17T12:58:22.8707151Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-08-17T12:58:22.9045487Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-08-17T12:58:23.1521373Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.247s) 2022-08-17T12:58:23.5462760Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.394s) 2022-08-17T12:58:23.5900732Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-08-17T12:58:23.8645012Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.274s) 2022-08-17T12:58:23.9614278Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.097s) 2022-08-17T12:58:24.2344121Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.273s) 2022-08-17T12:58:24.6242791Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.390s) 2022-08-17T12:58:24.9320167Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.307s) 2022-08-17T12:58:24.9967364Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.065s) 2022-08-17T12:58:25.2736198Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.277s) 2022-08-17T12:58:25.3634115Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-08-17T12:58:25.3648850Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:25.3655909Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:58:25.3662247Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:58:25.5347504Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:58:25.5348395Z warnings.warn(msg, FutureWarning) 2022-08-17T12:58:26.0249844Z ok (0.658s) 2022-08-17T12:58:28.4697424Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.445s) 2022-08-17T12:58:37.2143191Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.744s) 2022-08-17T12:58:38.0156154Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.801s) 2022-08-17T12:58:39.0461311Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.030s) 2022-08-17T12:58:39.0474874Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:58:40.9959149Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.948s) 2022-08-17T12:58:41.2296052Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.234s) 2022-08-17T12:58:41.8066589Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.577s) 2022-08-17T12:58:42.5786631Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.772s) 2022-08-17T12:58:42.5798785Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:58:43.0340741Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.454s) 2022-08-17T12:58:43.0352191Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:43.0369224Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:58:43.0382598Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:43.0393860Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:43.0403717Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:43.0417654Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:58:46.5527502Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.511s) 2022-08-17T12:58:46.6903904Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-08-17T12:58:46.8222887Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.132s) 2022-08-17T12:58:47.1117216Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.289s) 2022-08-17T12:58:47.3973859Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.286s) 2022-08-17T12:58:47.6803139Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.283s) 2022-08-17T12:58:48.2416417Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.561s) 2022-08-17T12:58:49.0034879Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.762s) 2022-08-17T12:58:49.0054069Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:58:49.0066321Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-08-17T12:58:49.0078918Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-08-17T12:58:49.0094175Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:58:49.1385003Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.129s) 2022-08-17T12:58:49.1452519Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-08-17T12:58:49.2798004Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-08-17T12:58:49.2890844Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-08-17T12:58:51.3304200Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.041s) 2022-08-17T12:58:51.6313139Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.301s) 2022-08-17T12:58:51.6326277Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-08-17T12:58:51.6606561Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-08-17T12:58:51.7496057Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-08-17T12:58:51.7504415Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:58:51.7532821Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-08-17T12:58:52.0219037Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.268s) 2022-08-17T12:58:52.3165761Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.295s) 2022-08-17T12:58:52.7215950Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.405s) 2022-08-17T12:58:53.3886493Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.667s) 2022-08-17T12:58:53.3897195Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:58:53.7236687Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.334s) 2022-08-17T12:58:53.7250804Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-08-17T12:58:54.4717121Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.746s) 2022-08-17T12:58:54.7147756Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.243s) 2022-08-17T12:59:05.2749960Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.560s) 2022-08-17T12:59:05.7140109Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.439s) 2022-08-17T12:59:05.7152726Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-08-17T12:59:05.7175774Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-08-17T12:59:05.7186955Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-08-17T12:59:06.8665779Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.148s) 2022-08-17T12:59:07.6796242Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.813s) 2022-08-17T12:59:07.8482754Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.169s) 2022-08-17T12:59:07.9962585Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-08-17T12:59:07.9970441Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-08-17T12:59:07.9977764Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-08-17T12:59:08.0021849Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-08-17 12:59:08 3148:3148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:59:08.0739259Z STAGE:2022-08-17 12:59:08 3148:3148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:59:08.0747776Z ok (0.077s) 2022-08-17T12:59:08.0762328Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:08.0773268Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:08.0780658Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:08.2182146Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-08-17T12:59:08.3687095Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.150s) 2022-08-17T12:59:08.3980899Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-08-17T12:59:08.4482323Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-08-17T12:59:08.9485037Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.500s) 2022-08-17T12:59:08.9970808Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-08-17T12:59:09.1614216Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.164s) 2022-08-17T12:59:09.4558095Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.294s) 2022-08-17T12:59:09.6344891Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.179s) 2022-08-17T12:59:09.8267188Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.192s) 2022-08-17T12:59:09.9273409Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.101s) 2022-08-17T12:59:10.0193164Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.092s) 2022-08-17T12:59:11.2748722Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.255s) 2022-08-17T12:59:11.9301604Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.655s) 2022-08-17T12:59:12.3624241Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.432s) 2022-08-17T12:59:13.0258053Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.663s) 2022-08-17T12:59:13.2474528Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.222s) 2022-08-17T12:59:13.3970578Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-08-17T12:59:17.6413725Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (4.244s) 2022-08-17T12:59:19.8801971Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.239s) 2022-08-17T12:59:19.9336267Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.053s) 2022-08-17T12:59:19.9357107Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:59:19.9485433Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-08-17T12:59:20.2986066Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.350s) 2022-08-17T12:59:20.6602811Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.362s) 2022-08-17T12:59:20.6680830Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T12:59:20.6681442Z r = func(*args, **kwargs) 2022-08-17T12:59:20.6982421Z ok (0.038s) 2022-08-17T12:59:21.0160006Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.318s) 2022-08-17T12:59:23.7648753Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.749s) 2022-08-17T12:59:23.8451875Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-08-17T12:59:23.8452552Z warnings.warn("Only works in script mode") 2022-08-17T12:59:23.9404253Z ok (0.175s) 2022-08-17T12:59:24.0364288Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.096s) 2022-08-17T12:59:24.0900290Z test_abs (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-08-17T12:59:24.1565552Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-08-17T12:59:24.2573373Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-08-17T12:59:24.3020134Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-08-17T12:59:24.3454721Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-08-17T12:59:24.3461337Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:59:24.3467383Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:59:24.4235040Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:59:24.4236186Z warnings.warn(msg, FutureWarning) 2022-08-17T12:59:24.6477084Z ok (0.301s) 2022-08-17T12:59:25.8163934Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.169s) 2022-08-17T12:59:29.1639210Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.347s) 2022-08-17T12:59:29.4398486Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.276s) 2022-08-17T12:59:30.4695967Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.030s) 2022-08-17T12:59:30.4710752Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:59:31.1821387Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.711s) 2022-08-17T12:59:31.2388150Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-08-17T12:59:31.8064562Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.568s) 2022-08-17T12:59:31.9081928Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.102s) 2022-08-17T12:59:31.9094594Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:31.9779846Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-08-17T12:59:32.0765385Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.098s) 2022-08-17T12:59:33.1656835Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.089s) 2022-08-17T12:59:33.2223330Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-08-17T12:59:33.3188016Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-08-17T12:59:33.4257164Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.107s) 2022-08-17T12:59:33.6039863Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.178s) 2022-08-17T12:59:34.4990697Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.895s) 2022-08-17T12:59:34.5560736Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-08-17T12:59:34.6097445Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-08-17T12:59:34.6944162Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-08-17T12:59:34.7777375Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-08-17T12:59:34.8630942Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-08-17T12:59:34.9153483Z test_concat (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-08-17T12:59:34.9959763Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-08-17T12:59:35.1081656Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... ok (0.112s) 2022-08-17T12:59:35.1282095Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-08-17T12:59:35.9805552Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.852s) 2022-08-17T12:59:35.9820174Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T12:59:36.0502731Z test_dims (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-08-17T12:59:36.0569632Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-08-17T12:59:36.0956122Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-08-17T12:59:36.1057840Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-08-17T12:59:38.1506442Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.045s) 2022-08-17T12:59:38.2608626Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.110s) 2022-08-17T12:59:38.2622147Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-08-17T12:59:38.2913330Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-08-17T12:59:38.3390463Z test_exp (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-08-17T12:59:38.3399503Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:38.3428839Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-08-17T12:59:38.4469744Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-08-17T12:59:38.5679606Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.121s) 2022-08-17T12:59:38.6567763Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-08-17T12:59:39.0359894Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.379s) 2022-08-17T12:59:39.0371554Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:39.1081689Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-08-17T12:59:39.1095173Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-08-17T12:59:39.2697699Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.160s) 2022-08-17T12:59:39.4395397Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.170s) 2022-08-17T12:59:41.2055456Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (1.766s) 2022-08-17T12:59:41.3541639Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.149s) 2022-08-17T12:59:41.3554262Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-08-17T12:59:42.2669824Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.911s) 2022-08-17T12:59:43.2115686Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.944s) 2022-08-17T12:59:43.5283199Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.317s) 2022-08-17T12:59:43.8477285Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.319s) 2022-08-17T12:59:43.8856031Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-08-17T12:59:44.0308966Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.145s) 2022-08-17T12:59:44.0317779Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-08-17T12:59:44.0325947Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-08-17T12:59:44.0361811Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-08-17 12:59:44 3148:3148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:59:44.0597711Z STAGE:2022-08-17 12:59:44 3148:3148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:59:44.0606333Z ok (0.028s) 2022-08-17T12:59:44.0621135Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:44.0632630Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:44.0640914Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:59:44.1131766Z test_relu (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-08-17T12:59:44.1754201Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-08-17T12:59:44.2039669Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-08-17T12:59:44.2543404Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-08-17T12:59:44.3448853Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-08-17T12:59:44.3929636Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-08-17T12:59:44.4218711Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-08-17T12:59:44.5109012Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-08-17T12:59:44.5729821Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-08-17T12:59:44.6947688Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.122s) 2022-08-17T12:59:44.7599112Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-08-17T12:59:44.8198169Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-08-17T12:59:45.3382063Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.518s) 2022-08-17T12:59:45.4542930Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-08-17T12:59:45.6654021Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.211s) 2022-08-17T12:59:45.9342658Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.269s) 2022-08-17T12:59:45.9980745Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-08-17T12:59:46.0476611Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-08-17T12:59:46.9222879Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.874s) 2022-08-17T12:59:48.4389019Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.516s) 2022-08-17T12:59:48.4864693Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-08-17T12:59:48.4885379Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:59:48.5157335Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-08-17T12:59:48.6009592Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-08-17T12:59:48.8266718Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.226s) 2022-08-17T12:59:48.8642461Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-08-17T12:59:48.9472378Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-08-17T12:59:49.5788665Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.632s) 2022-08-17T12:59:49.6085196Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-08-17T12:59:49.6085626Z warnings.warn("Only works in script mode") 2022-08-17T12:59:49.6516632Z ok (0.073s) 2022-08-17T12:59:49.7135463Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-08-17T12:59:49.7135731Z 2022-08-17T12:59:49.7136095Z ---------------------------------------------------------------------- 2022-08-17T12:59:49.7136520Z Ran 5773 tests in 113.307s 2022-08-17T12:59:49.7136681Z 2022-08-17T12:59:49.7136805Z OK (skipped=5034, expected failures=2) 2022-08-17T12:59:49.7136981Z 2022-08-17T12:59:49.7137106Z Generating XML reports... 2022-08-17T12:59:49.7183587Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220817125756.xml 2022-08-17T12:59:49.7188523Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220817125756.xml 2022-08-17T12:59:50.4610118Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220817125756.xml 2022-08-17T12:59:50.4688199Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220817125756.xml 2022-08-17T12:59:50.4768726Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220817125756.xml 2022-08-17T12:59:51.1189631Z Running test_fx_experimental ... [2022-08-17 12:59:51.118560] 2022-08-17T12:59:51.1190174Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:59:51.118644] 2022-08-17T12:59:53.4045309Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-08-17T12:59:53.4082340Z 2022-08-17T12:59:53.4082722Z Running tests... 2022-08-17T12:59:53.4083122Z ---------------------------------------------------------------------- 2022-08-17T12:59:55.1091563Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... ok (1.701s) 2022-08-17T12:59:55.1161556Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-08-17T12:59:55.1207249Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T12:59:55.1242193Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-08-17T12:59:55.1277147Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-08-17T12:59:55.1313139Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T12:59:55.8526129Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.721s) 2022-08-17T12:59:55.8625354Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.010s) 2022-08-17T12:59:55.8756022Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.013s) 2022-08-17T12:59:55.8794175Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T12:59:55.8838758Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T12:59:55.8871088Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-08-17T12:59:55.8908660Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T12:59:55.8937486Z test_merge_matmuls (__main__.TestFXExperimental) 2022-08-17T12:59:55.9264019Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.035s) 2022-08-17T12:59:55.9614571Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.035s) 2022-08-17T12:59:56.4021432Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.441s) 2022-08-17T12:59:56.4075746Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.005s) 2022-08-17T12:59:56.4658972Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.058s) 2022-08-17T12:59:56.4679236Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-08-17T12:59:57.0369456Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:885.) 2022-08-17T12:59:57.0370825Z r = func(*args, **kwargs) 2022-08-17T12:59:58.2176608Z ok (1.752s) 2022-08-17T12:59:58.4858199Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.268s) 2022-08-17T13:00:06.2299921Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (7.744s) 2022-08-17T13:00:06.2399375Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.010s) 2022-08-17T13:00:06.2480168Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.008s) 2022-08-17T13:00:06.2531755Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.005s) 2022-08-17T13:00:06.2561172Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-08-17T13:00:06.2612016Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-08-17T13:00:06.2612389Z [1, 2] 2022-08-17T13:00:06.2637412Z ok (0.008s) 2022-08-17T13:00:06.2704633Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-08-17T13:00:06.3935756Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.123s) 2022-08-17T13:00:06.4005450Z test_split_module_default_arg (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T13:00:06.4006440Z warnings.warn(msg, FutureWarning) 2022-08-17T13:00:06.4006754Z ok (0.007s) 2022-08-17T13:00:06.4049584Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T13:00:06.4109742Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-08-17T13:00:06.4180153Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.007s) 2022-08-17T13:00:06.5666821Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.148s) 2022-08-17T13:00:06.5768891Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.010s) 2022-08-17T13:00:06.5890937Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py:471: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-08-17T13:00:06.5891837Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-08-17T13:00:06.5985644Z ok (0.022s) 2022-08-17T13:00:06.6026245Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T13:00:06.6062520Z test_type_matches (__main__.TestFXExperimental) ... ok (0.004s) 2022-08-17T13:00:06.6080596Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-08-17T13:00:06.6153350Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-08-17T13:00:06.6219743Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-08-17T13:00:06.6270803Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6322598Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6409483Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-08-17T13:00:06.6516300Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-08-17T13:00:06.6569125Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6603371Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:06.6639397Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:850: 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-08-17T13:00:06.6640390Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-08-17T13:00:06.6657875Z expected failure (0.005s) 2022-08-17T13:00:06.6706969Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6758966Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6810336Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6862027Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6913814Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.6975589Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7037531Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7098449Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7173915Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-08-17T13:00:06.7200186Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:06.7251473Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7313228Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7364449Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7448901Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-08-17T13:00:06.7499044Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7559140Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7620002Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:06.7675434Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7727642Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7779491Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:06.7841653Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:06.7975969Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:06.8098553Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:06.8607128Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-08-17T13:00:06.8878351Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:06.9338613Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-08-17T13:00:06.9786104Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-08-17T13:00:06.9934267Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:07.0077948Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-08-17T13:00:07.0340193Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:07.0575301Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:07.1058646Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-08-17T13:00:07.1720659Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-08-17T13:00:07.2366305Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-08-17T13:00:07.3005596Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-08-17T13:00:07.3245965Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:00:07.3247726Z r = func(*args, **kwargs) 2022-08-17T13:00:07.3286204Z ok (0.028s) 2022-08-17T13:00:07.3357095Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:07.3841154Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-08-17T13:00:07.4080468Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.024s) 2022-08-17T13:00:07.4487828Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-08-17T13:00:07.4892059Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-08-17T13:00:07.5827322Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-08-17T13:00:07.6030060Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:07.6213361Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:07.6411187Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:07.6480045Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:07.6556617Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-08-17T13:00:07.7058059Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-08-17T13:00:07.7148303Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:07.7236143Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:07.7294441Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:07.7354589Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:07.7413111Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:07.7695709Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-08-17T13:00:07.7754918Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:07.7788256Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.7830023Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:07.7894128Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:07.7927359Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.7959694Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.7995126Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.8244921Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-08-17T13:00:07.9091069Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.085s) 2022-08-17T13:00:07.9125757Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.9158953Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:07.9255222Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:08.7035560Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.778s) 2022-08-17T13:00:08.7103692Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:08.7137438Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:00:08.7138339Z r = func(*args, **kwargs) 2022-08-17T13:00:08.7138838Z expected failure (0.004s) 2022-08-17T13:00:08.7172743Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:08.7216834Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T13:00:08.7217765Z L = torch.cholesky(A) 2022-08-17T13:00:08.7218116Z should be replaced with 2022-08-17T13:00:08.7218506Z L = torch.linalg.cholesky(A) 2022-08-17T13:00:08.7218848Z and 2022-08-17T13:00:08.7219192Z U = torch.cholesky(A, upper=True) 2022-08-17T13:00:08.7219595Z should be replaced with 2022-08-17T13:00:08.7220068Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T13:00:08.7220823Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1816.) 2022-08-17T13:00:08.7221498Z r = func(*args, **kwargs) 2022-08-17T13:00:08.7783561Z ok (0.061s) 2022-08-17T13:00:08.8337398Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-08-17T13:00:08.8818447Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-08-17T13:00:08.8998434Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-08-17T13:00:08.9135542Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:08.9482768Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:08.9830361Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:08.9930501Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:08.9993557Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:09.0578745Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-08-17T13:00:09.0908676Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:09.1024099Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:09.1089179Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:09.2735962Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.164s) 2022-08-17T13:00:09.2770236Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:09.3141187Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:09.3303282Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:09.3432374Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:09.3565089Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:09.4210570Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-08-17T13:00:09.5628242Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.142s) 2022-08-17T13:00:09.5766268Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-08-17T13:00:09.5919843Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:09.6078465Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:09.6466678Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:09.6644844Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:09.6968478Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:09.7091885Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:09.7585478Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-08-17T13:00:09.8125796Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-08-17T13:00:09.8302045Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:09.8883022Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-08-17T13:00:09.9433613Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-08-17T13:00:10.1640495Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.221s) 2022-08-17T13:00:10.1764465Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:10.3412606Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.165s) 2022-08-17T13:00:10.3840240Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-08-17T13:00:10.4254780Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-08-17T13:00:10.4673020Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:10.4738541Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:10.4773161Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:10.4888302Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:10.4937860Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-08-17T13:00:10.4975991Z test_normalize_operator_exhaustive_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:00:10.4977074Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:00:10.4977589Z L, _ = torch.eig(A) 2022-08-17T13:00:10.4977923Z should be replaced with 2022-08-17T13:00:10.4978338Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:00:10.4978702Z and 2022-08-17T13:00:10.4979044Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:00:10.4979450Z should be replaced with 2022-08-17T13:00:10.4980158Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:00:10.4980808Z r = func(*args, **kwargs) 2022-08-17T13:00:10.5018347Z ok (0.008s) 2022-08-17T13:00:10.5079686Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:10.5118760Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:10.5145125Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:10.5619433Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-08-17T13:00:10.5841361Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:10.5913668Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:10.6047563Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:10.6113490Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:10.6241128Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:10.6374555Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:10.6429985Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:10.6481157Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:10.6547305Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:10.6823939Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:10.7119947Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:10.7454606Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:10.7638423Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:10.7905559Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:10.8200997Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:10.8544350Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:10.8814359Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:10.9108104Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:10.9450737Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:10.9635762Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:10.9911391Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:11.0209141Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:11.0549859Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:11.0820557Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:11.1108644Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:11.1444128Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:11.1707316Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:11.2003466Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:11.2338770Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:11.2464858Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:11.2700338Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:11.3057266Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:11.3146615Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:11.3237476Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:11.3271275Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:11.3635929Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:11.3702101Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:11.4046069Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:11.4368632Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:11.4693408Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:11.5070729Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-08-17T13:00:11.5187484Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:11.5322527Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:11.5585477Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:11.5795037Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-08-17T13:00:11.6164313Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:11.7538395Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.137s) 2022-08-17T13:00:11.7890915Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.035s) 2022-08-17T13:00:11.8258833Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:11.8293507Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:11.8618250Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:12.3295806Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.468s) 2022-08-17T13:00:13.1649175Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.835s) 2022-08-17T13:00:13.2032029Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.038s) 2022-08-17T13:00:13.2151812Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:13.2201056Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-08-17T13:00:13.2524847Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:13.2612305Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:13.2927424Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:13.3244314Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:13.3593118Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:13.3726898Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:13.3871945Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-08-17T13:00:13.3916923Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-08-17T13:00:13.3917926Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-08-17T13:00:13.3936837Z expected failure (0.006s) 2022-08-17T13:00:13.3971283Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-08-17T13:00:13.3972192Z r = func(*args, **kwargs) 2022-08-17T13:00:13.5098541Z ok (0.116s) 2022-08-17T13:00:13.5230056Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:13.5324224Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:13.5357113Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:13.5635491Z test_normalize_operator_exhaustive_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-08-17T13:00:13.6229968Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-08-17T13:00:13.6348915Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:13.6458365Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:13.6521446Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:13.6583373Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:13.6647710Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:13.6708518Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:13.6820049Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:13.6856514Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-08-17T13:00:13.6857692Z r = func(*args, **kwargs) 2022-08-17T13:00:13.7272555Z ok (0.045s) 2022-08-17T13:00:13.7304780Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:00:13.7336857Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:00:13.7367703Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:00:13.7397409Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:00:13.7427287Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:00:13.7500693Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:13.7924353Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:13.8263278Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:13.8622224Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:13.9136886Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-08-17T13:00:13.9266021Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:13.9773176Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-08-17T13:00:14.0367952Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-08-17T13:00:14.0518904Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:14.0648155Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:14.0975317Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:14.1336591Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:14.1687499Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:14.1993965Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:14.2298596Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:14.2589444Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:14.2870965Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-08-17T13:00:14.3199652Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:14.3377288Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:14.3575941Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:14.4149256Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-08-17T13:00:14.6260902Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.211s) 2022-08-17T13:00:14.8017850Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.176s) 2022-08-17T13:00:14.8767518Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-08-17T13:00:14.9431591Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-08-17T13:00:15.0127954Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-08-17T13:00:15.3780271Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.365s) 2022-08-17T13:00:15.6331218Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.255s) 2022-08-17T13:00:15.6940326Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-08-17T13:00:15.7306961Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:15.7677220Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:15.7768734Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:15.8749856Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.098s) 2022-08-17T13:00:15.9642957Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.089s) 2022-08-17T13:00:16.0735133Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.109s) 2022-08-17T13:00:16.1130089Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:16.1161539Z 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.003s) 2022-08-17T13:00:16.2579949Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.142s) 2022-08-17T13:00:16.2965230Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:16.3619590Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-08-17T13:00:16.4368887Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-08-17T13:00:16.9473192Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.510s) 2022-08-17T13:00:17.9346008Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.987s) 2022-08-17T13:00:18.0519377Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-08-17T13:00:18.0630300Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:18.0815207Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:18.1150381Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:18.2630158Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.148s) 2022-08-17T13:00:18.8552253Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.592s) 2022-08-17T13:00:18.9856058Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.130s) 2022-08-17T13:00:18.9988580Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:19.0056172Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:19.0180394Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:19.0332873Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:19.0562547Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:19.0800633Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-08-17T13:00:19.0866214Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:19.0930346Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:19.1168197Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-08-17T13:00:19.1508864Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:19.1821932Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:19.1940571Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:19.2251042Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:19.2560976Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:19.2725877Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:20.3816614Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.109s) 2022-08-17T13:00:20.4430009Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-08-17T13:00:20.4464102Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:20.4827282Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:20.4863305Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1658: 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-08-17T13:00:20.4864054Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:00:20.4864277Z should be replaced with 2022-08-17T13:00:20.4864493Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:00:20.4864698Z and 2022-08-17T13:00:20.4864914Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:00:20.4865130Z should be replaced with 2022-08-17T13:00:20.4865487Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T13:00:20.4866053Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T13:00:20.6168505Z ok (0.134s) 2022-08-17T13:00:20.6209740Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-08-17T13:00:20.6210661Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T13:00:20.6211072Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T13:00:20.6211403Z should be replaced with 2022-08-17T13:00:20.6211963Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2268.) 2022-08-17T13:00:20.6212496Z r = func(*args, **kwargs) 2022-08-17T13:00:20.7171490Z ok (0.100s) 2022-08-17T13:00:20.7929391Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-08-17T13:00:20.7980696Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:20.8032163Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:20.8350186Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:20.8525655Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-08-17T13:00:20.8797251Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-08-17T13:00:20.9320814Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-08-17T13:00:20.9441035Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:20.9842170Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-08-17T13:00:20.9946881Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:21.0146677Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:21.0485275Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:21.1265743Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-08-17T13:00:21.1799864Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-08-17T13:00:21.1852564Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:21.1880024Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:21.2273103Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:21.2375661Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:21.2573039Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:21.2907140Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:21.2975692Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:21.3282746Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:21.3379991Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:21.3501455Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:21.3918297Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:21.3961922Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:21.4025699Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:21.4398907Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:21.4770863Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:21.5143721Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:21.5268059Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:21.6461680Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-08-17T13:00:21.6994746Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-08-17T13:00:21.9454165Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.246s) 2022-08-17T13:00:22.0619511Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-08-17T13:00:22.0811303Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-08-17T13:00:22.1775656Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-08-17T13:00:22.2216801Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:22.2283313Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:22.2324186Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:22.2369436Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:22.2408661Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:22.2447475Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:22.2787293Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:22.3013952Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:22.3365180Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:22.3790555Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:22.4088083Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:22.4929857Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-08-17T13:00:22.5678283Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-08-17T13:00:22.6032628Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:22.6345045Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:22.6696705Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:22.7166055Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-08-17T13:00:22.7814829Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-08-17T13:00:22.8219985Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-08-17T13:00:22.9228973Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-08-17T13:00:22.9349217Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:22.9848243Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-08-17T13:00:23.1294270Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-08-17T13:00:23.1737264Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:23.2197244Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-08-17T13:00:23.2715674Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-08-17T13:00:23.2996895Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-08-17T13:00:23.3360138Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:23.4076976Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-08-17T13:00:23.4378126Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:23.4414572Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-08-17T13:00:23.4416133Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-08-17T13:00:23.4416645Z expected failure (0.004s) 2022-08-17T13:00:23.4453867Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:23.4488660Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:23.4604822Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:23.4640771Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:23.4676863Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:23.4713443Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:23.4748637Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:23.4817558Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-08-17T13:00:23.4899058Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-08-17T13:00:24.7876282Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.297s) 2022-08-17T13:00:24.8188858Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:24.9654990Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.147s) 2022-08-17T13:00:25.0733979Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-08-17T13:00:25.0939189Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:25.1162475Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:25.1287160Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:25.1446424Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:25.1663428Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:25.2054708Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:25.2387433Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:25.2781905Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:25.3219150Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:25.3661828Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:25.4102921Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:25.4519763Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:25.4957829Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:25.5412158Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-08-17T13:00:25.5462532Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: 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-08-17T13:00:25.5463397Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T13:00:25.5871182Z ok (0.046s) 2022-08-17T13:00:25.6107843Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-08-17T13:00:25.6344605Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:25.6655948Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-08-17T13:00:25.7268883Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-08-17T13:00:25.7697599Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-08-17T13:00:25.7819763Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:25.8701420Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-08-17T13:00:29.0123066Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.142s) 2022-08-17T13:00:34.1615112Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (5.149s) 2022-08-17T13:00:36.2741724Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.112s) 2022-08-17T13:00:36.8419682Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.568s) 2022-08-17T13:00:36.9854223Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-08-17T13:00:38.1220255Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.136s) 2022-08-17T13:00:38.3614227Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.239s) 2022-08-17T13:00:38.8126541Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.451s) 2022-08-17T13:00:38.9394186Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.127s) 2022-08-17T13:00:38.9526089Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:38.9753091Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-08-17T13:00:38.9946488Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-08-17T13:00:39.0071730Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:39.0255389Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-08-17T13:00:39.2245193Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.199s) 2022-08-17T13:00:39.2537508Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:39.2834552Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:39.4476744Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.164s) 2022-08-17T13:00:39.4899178Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:39.5323197Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-08-17T13:00:39.5582354Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:39.5886593Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:39.5985721Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:39.6083781Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:39.8851808Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.277s) 2022-08-17T13:00:39.9629602Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-08-17T13:00:39.9749742Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:39.9901367Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:39.9938827Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:40.0060575Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:40.0181830Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:40.0484301Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:40.0734446Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-08-17T13:00:40.0951898Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:40.1176715Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:40.1308345Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:40.1499947Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-08-17T13:00:40.1625613Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:40.1756795Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:40.1921870Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:40.2215167Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-08-17T13:00:40.2251405Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:41.0918035Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.866s) 2022-08-17T13:00:41.0954709Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-08-17T13:00:41.0955753Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T13:00:41.1090852Z ok (0.017s) 2022-08-17T13:00:41.1134633Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-08-17T13:00:41.1135674Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-08-17T13:00:41.1521344Z ok (0.043s) 2022-08-17T13:00:41.1567017Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:41.2913561Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-08-17T13:00:41.3043803Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:41.3198061Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-08-17T13:00:41.3301320Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:41.3342978Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:41.3378278Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:41.3638447Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:41.8983367Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.534s) 2022-08-17T13:00:41.9050213Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:41.9096510Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:41.9256096Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:41.9576635Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:41.9957427Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-08-17T13:00:41.9995369Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:42.0021008Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:42.0046177Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:42.0071612Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-08-17T13:00:42.0097573Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-08-17T13:00:42.0228282Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:42.0656910Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-08-17T13:00:42.2056623Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-08-17T13:00:42.2835813Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-08-17T13:00:42.2873806Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:00:42.2874884Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:00:42.2875133Z Q, R = torch.qr(A, some) 2022-08-17T13:00:42.2875329Z should be replaced with 2022-08-17T13:00:42.2875947Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T13:00:42.2876495Z r = func(*args, **kwargs) 2022-08-17T13:00:42.4310021Z ok (0.147s) 2022-08-17T13:00:42.6809523Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.250s) 2022-08-17T13:00:42.6933849Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:42.6975511Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:42.7017175Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:42.7056535Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:42.7179908Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:42.7296709Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:42.7422245Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:42.7834944Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-08-17T13:00:42.8007490Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-08-17T13:00:42.8095174Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-08-17T13:00:42.8283048Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-08-17T13:00:42.8338270Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-08-17T13:00:42.8729149Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:42.8783108Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:42.8912342Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:42.9002641Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:42.9091209Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:42.9665533Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-08-17T13:00:43.1096291Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-08-17T13:00:43.1166784Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:43.1303017Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-08-17T13:00:43.1437245Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:43.1572753Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:43.1695761Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:43.2132545Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-08-17T13:00:43.2429786Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:43.3531356Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-08-17T13:00:43.3576351Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T13:00:43.3577019Z r = func(*args, **kwargs) 2022-08-17T13:00:43.4081194Z ok (0.055s) 2022-08-17T13:00:43.4640892Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-08-17T13:00:43.5202035Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-08-17T13:00:43.5756442Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-08-17T13:00:43.6309333Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-08-17T13:00:43.8428036Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-08-17T13:00:43.8429367Z r = func(*args, **kwargs) 2022-08-17T13:00:43.8505776Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-08-17T13:00:43.8506979Z r = func(*args, **kwargs) 2022-08-17T13:00:44.3916555Z ok (0.761s) 2022-08-17T13:00:44.7468051Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.355s) 2022-08-17T13:00:45.1016179Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.355s) 2022-08-17T13:00:45.1223691Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-08-17T13:00:45.1445066Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-08-17T13:00:45.1514118Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:45.1550309Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:45.1683179Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.1748738Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:45.1811647Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:45.1882156Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:45.2004511Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:45.2071652Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:45.2486198Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-08-17T13:00:45.2723245Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-08-17T13:00:45.2974230Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-08-17T13:00:45.5964676Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.299s) 2022-08-17T13:00:45.5998456Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T13:00:45.5999417Z r = func(*args, **kwargs) 2022-08-17T13:00:45.6359314Z ok (0.039s) 2022-08-17T13:00:45.6486968Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.6619599Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.6744492Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:45.6874552Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.7006895Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.7380689Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:45.7756112Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-08-17T13:00:45.7784278Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T13:00:45.7812490Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T13:00:45.7907642Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-08-17T13:00:45.8031580Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:45.8411042Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-08-17T13:00:45.8797076Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:45.8890482Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:45.8985381Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:45.9077130Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:45.9454232Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-08-17T13:00:45.9480884Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T13:00:45.9610452Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.9737633Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.9868385Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:45.9998349Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:46.0127583Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:46.0267907Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-08-17T13:00:46.0393188Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:46.0428484Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-08-17T13:00:46.0558889Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-08-17T13:00:46.0683446Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:46.0711739Z 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-08-17T13:00:46.0737523Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-08-17T13:00:46.0763378Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:00:46.0788955Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-08-17T13:00:46.0914362Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:46.1301857Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-08-17T13:00:46.1686016Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-08-17T13:00:46.1798380Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:46.1964814Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-08-17T13:00:46.2176408Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-08-17T13:00:46.2244459Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:46.2369876Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:46.2627456Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-08-17T13:00:46.2718489Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-08-17T13:00:46.3065827Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:46.3421604Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:46.3458475Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:613: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-08-17T13:00:46.3459817Z normalized, onesided, return_complex) 2022-08-17T13:00:46.3783549Z ok (0.036s) 2022-08-17T13:00:46.4300184Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-08-17T13:00:46.5218333Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.092s) 2022-08-17T13:00:46.5260634Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:47.5502110Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.024s) 2022-08-17T13:00:47.5547200Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:47.5585642Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:00:47.5586809Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:00:47.5587464Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:00:47.5587863Z should be replaced with 2022-08-17T13:00:47.5588467Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:00:47.5588912Z and 2022-08-17T13:00:47.5589292Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:00:47.5589698Z should be replaced with 2022-08-17T13:00:47.5590677Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2992.) 2022-08-17T13:00:47.5591358Z r = func(*args, **kwargs) 2022-08-17T13:00:47.5922317Z ok (0.037s) 2022-08-17T13:00:47.6043203Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-08-17T13:00:47.6249285Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-08-17T13:00:47.6604804Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:47.6676905Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:47.6746700Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:47.7248868Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-08-17T13:00:47.7355591Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:47.9097897Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.174s) 2022-08-17T13:00:47.9135887Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-08-17T13:00:47.9718800Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-08-17T13:00:47.9785296Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:48.0086665Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-08-17T13:00:48.0429775Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-08-17T13:00:48.0776335Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:48.0815190Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:00:48.0816248Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:00:48.0816754Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:00:48.0817097Z should be replaced with 2022-08-17T13:00:48.0817939Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:00:48.0818477Z r = func(*args, **kwargs) 2022-08-17T13:00:48.1355091Z ok (0.058s) 2022-08-17T13:00:48.1564564Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-08-17T13:00:48.1768791Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-08-17T13:00:48.2134461Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-08-17T13:00:48.2201836Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:48.2549104Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:48.3286511Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-08-17T13:00:48.3363344Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-08-17T13:00:48.3719103Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.035s) 2022-08-17T13:00:48.5191058Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.147s) 2022-08-17T13:00:48.5477198Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-08-17T13:00:48.5799785Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-08-17T13:00:48.6134447Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-08-17T13:00:48.6200430Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-08-17T13:00:48.6259994Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-08-17T13:00:48.6311466Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:48.6361887Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-08-17T13:00:48.6474524Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:48.6522570Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-08-17T13:00:48.6617507Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-08-17T13:00:48.6969086Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-08-17T13:00:48.7082675Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-08-17T13:00:48.7337203Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-08-17T13:00:48.7354687Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-08-17T13:00:48.7355004Z 2022-08-17T13:00:48.7355408Z ---------------------------------------------------------------------- 2022-08-17T13:00:48.7355730Z Ran 631 tests in 55.327s 2022-08-17T13:00:48.7355848Z 2022-08-17T13:00:48.7355932Z OK (skipped=20, expected failures=97) 2022-08-17T13:00:48.7356064Z 2022-08-17T13:00:48.7356150Z Generating XML reports... 2022-08-17T13:00:48.7416545Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220817125953.xml 2022-08-17T13:00:48.7893567Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220817125953.xml 2022-08-17T13:00:49.3612599Z Running test_type_hints ... [2022-08-17 13:00:49.360855] 2022-08-17T13:00:49.3613110Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:00:49.360939] 2022-08-17T13:00:50.5094678Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-08-17T13:00:50.5105647Z 2022-08-17T13:00:50.5105773Z Running tests... 2022-08-17T13:00:50.5106189Z ---------------------------------------------------------------------- 2022-08-17T13:00:50.5117988Z test_doc_examples (__main__.TestTypeHints) 2022-08-17T13:01:40.3151564Z Run documentation examples through mypy. ... ok (49.804s) 2022-08-17T13:01:40.3151815Z 2022-08-17T13:01:40.3152136Z ---------------------------------------------------------------------- 2022-08-17T13:01:40.3152895Z Ran 1 test in 49.804s 2022-08-17T13:01:40.3153087Z 2022-08-17T13:01:40.3153203Z OK 2022-08-17T13:01:40.3153360Z 2022-08-17T13:01:40.3153518Z Generating XML reports... 2022-08-17T13:01:40.3177886Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220817130050.xml 2022-08-17T13:01:42.5180673Z Running test_mkldnn ... [2022-08-17 13:01:42.517654] 2022-08-17T13:01:42.5181191Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:01:42.517740] 2022-08-17T13:01:43.6921865Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-08-17T13:01:43.6935734Z 2022-08-17T13:01:43.6936137Z Running tests... 2022-08-17T13:01:43.6936552Z ---------------------------------------------------------------------- 2022-08-17T13:01:43.9921500Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.298s) 2022-08-17T13:01:44.0822273Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.090s) 2022-08-17T13:01:44.1126002Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.030s) 2022-08-17T13:01:44.1571233Z test_add (__main__.TestMkldnn) ... ok (0.044s) 2022-08-17T13:01:44.1632504Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.006s) 2022-08-17T13:01:44.1736017Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2022-08-17T13:01:44.1877035Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.014s) 2022-08-17T13:01:44.1942684Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.006s) 2022-08-17T13:01:44.2132392Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.019s) 2022-08-17T13:01:45.1563847Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.943s) 2022-08-17T13:01:45.3966649Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.240s) 2022-08-17T13:01:45.4251210Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:745: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-08-17T13:01:45.4252259Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-08-17T13:01:45.4645792Z ok (0.068s) 2022-08-17T13:01:45.4782592Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.014s) 2022-08-17T13:01:46.2330251Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.755s) 2022-08-17T13:01:46.5554420Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.322s) 2022-08-17T13:01:46.5582495Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:01:46.6654487Z test_conv1d (__main__.TestMkldnn) ... ok (0.107s) 2022-08-17T13:01:46.7154953Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.050s) 2022-08-17T13:01:46.7170461Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-08-17T13:01:47.2479764Z test_conv2d (__main__.TestMkldnn) ... ok (0.531s) 2022-08-17T13:01:47.3915823Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.144s) 2022-08-17T13:01:47.3926642Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-08-17T13:01:47.4015423Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.010s) 2022-08-17T13:01:47.7781063Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.376s) 2022-08-17T13:01:48.2865874Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.508s) 2022-08-17T13:01:49.8709513Z test_conv3d (__main__.TestMkldnn) ... ok (1.584s) 2022-08-17T13:01:50.1108820Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.240s) 2022-08-17T13:01:50.1373605Z test_conversion (__main__.TestMkldnn) ... ok (0.026s) 2022-08-17T13:01:50.1493156Z test_copy (__main__.TestMkldnn) ... ok (0.012s) 2022-08-17T13:01:50.1507230Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:01:50.1520972Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:01:50.1549058Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:01:50.1580016Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:01:50.1588183Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:01:50.1634046Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.004s) 2022-08-17T13:01:50.1717219Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.008s) 2022-08-17T13:01:50.1909399Z test_linear (__main__.TestMkldnn) ... ok (0.019s) 2022-08-17T13:01:50.1976041Z test_linear_backward (__main__.TestMkldnn) ... ok (0.007s) 2022-08-17T13:01:50.2128588Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.015s) 2022-08-17T13:01:50.2186286Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.006s) 2022-08-17T13:01:50.3149775Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.096s) 2022-08-17T13:01:50.3566181Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.041s) 2022-08-17T13:01:50.3678167Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.011s) 2022-08-17T13:02:06.1952538Z test_max_pool3d (__main__.TestMkldnn) ... ok (15.827s) 2022-08-17T13:02:14.9635817Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (8.768s) 2022-08-17T13:02:14.9747173Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.011s) 2022-08-17T13:02:14.9991477Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.024s) 2022-08-17T13:02:15.0451777Z test_mul (__main__.TestMkldnn) ... ok (0.046s) 2022-08-17T13:02:19.8523271Z test_prelu (__main__.TestMkldnn) ... ok (4.807s) 2022-08-17T13:02:22.0553732Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (2.203s) 2022-08-17T13:02:22.0581893Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:02:22.0606108Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-08-17T13:02:22.0619369Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:02:22.0631088Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:02:22.0645339Z test_repr (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:02:22.0667019Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-08-17T13:02:22.0694471Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:02:22.0748084Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-08-17T13:02:22.0757040Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-08-17T13:02:22.0758077Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-08-17T13:02:22.0761130Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=None`. 2022-08-17T13:02:22.0828612Z warnings.warn(msg) 2022-08-17T13:02:22.3487995Z ok (0.274s) 2022-08-17T13:02:23.0170756Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.668s) 2022-08-17T13:02:23.0203883Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:02:23.0226891Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-08-17T13:02:23.0257408Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-08-17T13:02:23.0280110Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-08-17T13:02:23.0332320Z test_transpose (__main__.TestMkldnn) ... ok (0.005s) 2022-08-17T13:02:23.0876758Z test_unsupported (__main__.TestMkldnn) ... ok (0.054s) 2022-08-17T13:02:23.0930891Z test_view (__main__.TestMkldnn) ... ok (0.005s) 2022-08-17T13:02:23.0946592Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-08-17T13:02:23.0947086Z 2022-08-17T13:02:23.0947702Z ---------------------------------------------------------------------- 2022-08-17T13:02:23.0948102Z Ran 67 tests in 39.401s 2022-08-17T13:02:23.0949882Z 2022-08-17T13:02:23.0950107Z OK 2022-08-17T13:02:23.0950280Z 2022-08-17T13:02:23.0950444Z Generating XML reports... 2022-08-17T13:02:23.1024403Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220817130143.xml 2022-08-17T13:02:23.4585340Z Running test_jit_llga_fuser ... [2022-08-17 13:02:23.458150] 2022-08-17T13:02:23.4585866Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:02:23.458231] 2022-08-17T13:02:24.6318278Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-08-17T13:02:24.6333237Z 2022-08-17T13:02:24.6333349Z Running tests... 2022-08-17T13:02:24.6334017Z ---------------------------------------------------------------------- 2022-08-17T13:02:24.6625242Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.029s) 2022-08-17T13:02:24.7230105Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.060s) 2022-08-17T13:02:24.7497876Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.027s) 2022-08-17T13:02:24.8124793Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.063s) 2022-08-17T13:02:24.9201330Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.108s) 2022-08-17T13:02:25.0959362Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.176s) 2022-08-17T13:02:25.1340063Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.038s) 2022-08-17T13:02:25.1402574Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:974: TracerWarning: Encountering a list at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-08-17T13:02:25.1403825Z argument_names, 2022-08-17T13:02:25.1590954Z ok (0.025s) 2022-08-17T13:02:25.7867323Z test_vision_alexnet (__main__.TestModel) ... ok (0.627s) 2022-08-17T13:02:29.4523184Z test_vision_densenet121 (__main__.TestModel) ... ok (3.665s) 2022-08-17T13:02:29.4539752Z test_vision_googlenet (__main__.TestModel) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-08-17T13:02:29.4540591Z FutureWarning, 2022-08-17T13:02:31.2325350Z ok (1.780s) 2022-08-17T13:02:32.5094618Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.277s) 2022-08-17T13:02:33.8330444Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.323s) 2022-08-17T13:02:35.3425224Z test_vision_resnet50 (__main__.TestModel) ... ok (1.509s) 2022-08-17T13:02:39.3785872Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (4.036s) 2022-08-17T13:02:41.0958394Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.717s) 2022-08-17T13:02:42.5985902Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.503s) 2022-08-17T13:02:43.1697881Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.571s) 2022-08-17T13:02:45.6829714Z test_vision_vgg16 (__main__.TestModel) ... ok (2.513s) 2022-08-17T13:02:48.1266809Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (2.444s) 2022-08-17T13:02:48.1998196Z test_add (__main__.TestOp) ... ok (0.073s) 2022-08-17T13:02:48.2104902Z test_add_scalar (__main__.TestOp) ... ok (0.011s) 2022-08-17T13:02:48.2214978Z test_addmm (__main__.TestOp) ... ok (0.011s) 2022-08-17T13:02:50.4300175Z test_avg_pool2d (__main__.TestOp) ... ok (2.208s) 2022-08-17T13:02:50.4429551Z test_bn2d (__main__.TestOp) ... ok (0.013s) 2022-08-17T13:02:50.6213985Z test_cat (__main__.TestOp) ... ok (0.178s) 2022-08-17T13:02:58.6964931Z test_conv2d (__main__.TestOp) ... ok (8.075s) 2022-08-17T13:02:58.7166061Z test_eltwise (__main__.TestOp) ... ok (0.020s) 2022-08-17T13:02:58.7218742Z test_identity_binary (__main__.TestOp) ... ok (0.005s) 2022-08-17T13:02:58.7337369Z test_layer_norm (__main__.TestOp) ... ok (0.012s) 2022-08-17T13:02:58.7564743Z test_linear (__main__.TestOp) ... ok (0.023s) 2022-08-17T13:03:00.2611629Z test_max_pool2d (__main__.TestOp) ... ok (1.505s) 2022-08-17T13:03:00.3375132Z test_mul (__main__.TestOp) ... ok (0.076s) 2022-08-17T13:03:00.4090514Z test_softmax (__main__.TestOp) ... ok (0.071s) 2022-08-17T13:03:00.4216569Z test_typecheck (__main__.TestOp) ... ok (0.013s) 2022-08-17T13:03:00.4321849Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.010s) 2022-08-17T13:03:00.4322328Z 2022-08-17T13:03:00.4322781Z ---------------------------------------------------------------------- 2022-08-17T13:03:00.4324433Z Ran 36 tests in 35.799s 2022-08-17T13:03:00.4325055Z 2022-08-17T13:03:00.4325726Z OK 2022-08-17T13:03:00.4325921Z 2022-08-17T13:03:00.4326071Z Generating XML reports... 2022-08-17T13:03:00.4358723Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817130224.xml 2022-08-17T13:03:00.4370108Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817130224.xml 2022-08-17T13:03:00.4383389Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817130224.xml 2022-08-17T13:03:01.7205179Z Running test_cpp_extensions_jit ... [2022-08-17 13:03:01.720014] 2022-08-17T13:03:01.7205821Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:03:01.720099] 2022-08-17T13:03:03.0912861Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:03:03.0950395Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-08-17T13:03:03.0965465Z 2022-08-17T13:03:03.0965869Z Running tests... 2022-08-17T13:03:03.0966270Z ---------------------------------------------------------------------- 2022-08-17T13:03:04.6133797Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.516s) 2022-08-17T13:03:18.3562930Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (13.743s) 2022-08-17T13:03:18.3584165Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:18.3584624Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-08-17T13:03:18.4000448Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-08-17T13:03:18.4005220Z Building extension module cpp_frontend_extension... 2022-08-17T13:03:18.4005535Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:19.3345477Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-08-17T13:03:19.6238237Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-08-17T13:03:19.6287576Z Loading extension module cpp_frontend_extension... 2022-08-17T13:03:19.6361233Z ok (1.280s) 2022-08-17T13:03:19.6378929Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:19.6380609Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-08-17T13:03:19.6380938Z Loading extension module cpp_frontend_extension... 2022-08-17T13:03:19.6394763Z ok (0.003s) 2022-08-17T13:03:19.6431823Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:19.6432481Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-08-17T13:03:19.6432804Z Loading extension module cpp_frontend_extension... 2022-08-17T13:03:19.6521176Z ok (0.013s) 2022-08-17T13:03:19.6535259Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:03:19.6547833Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:19.6548259Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-08-17T13:03:19.6939135Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-08-17T13:03:19.6943250Z Building extension module is_python_module... 2022-08-17T13:03:19.6943582Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:20.6385683Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-08-17T13:03:20.8586546Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-08-17T13:03:20.8637589Z Loading extension module is_python_module... 2022-08-17T13:03:20.8661893Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:03:20.8662573Z f'Input #{idx} requires gradient and ' 2022-08-17T13:03:20.8663780Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:03:20.8664462Z f'Input #{idx} requires gradient and ' 2022-08-17T13:03:20.8710242Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:03:20.8710781Z f'Input #{idx} requires gradient and ' 2022-08-17T13:03:20.8711433Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:03:20.8711918Z f'Input #{idx} requires gradient and ' 2022-08-17T13:03:20.8953587Z ok (1.242s) 2022-08-17T13:03:20.8962399Z test_half_support (__main__.TestCppExtensionJIT) 2022-08-17T13:03:20.8963402Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-08-17T13:03:20.8972225Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-08-17T13:03:20.8981156Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-08-17T13:03:20.8993999Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:20.8994476Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-08-17T13:03:20.9394786Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-08-17T13:03:20.9398880Z Building extension module inline_jit_extension... 2022-08-17T13:03:20.9399307Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:21.8523748Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-08-17T13:03:22.0728440Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-08-17T13:03:22.0781288Z Loading extension module inline_jit_extension... 2022-08-17T13:03:22.0835380Z ok (1.185s) 2022-08-17T13:03:22.0851018Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-08-17T13:03:22.0860034Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:22.0860505Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-08-17T13:03:22.1223834Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-08-17T13:03:22.1227423Z Building extension module inline_jit_extension_with_functions_dict... 2022-08-17T13:03:22.1227726Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:23.0192682Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-08-17T13:03:23.2459130Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-08-17T13:03:23.2509974Z Loading extension module inline_jit_extension_with_functions_dict... 2022-08-17T13:03:23.2527241Z ok (1.167s) 2022-08-17T13:03:23.2545486Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:23.2546233Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-08-17T13:03:23.2946770Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-08-17T13:03:23.2951897Z Building extension module inline_jit_extension_with_functions_list... 2022-08-17T13:03:23.2952405Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:24.2287267Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-08-17T13:03:24.4524467Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-08-17T13:03:24.4574245Z Loading extension module inline_jit_extension_with_functions_list... 2022-08-17T13:03:24.4598139Z ok (1.207s) 2022-08-17T13:03:24.4618208Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:24.4618836Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-08-17T13:03:24.5027348Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-08-17T13:03:24.5031577Z Building extension module jit_extension... 2022-08-17T13:03:24.5032080Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:25.4872073Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-08-17T13:03:25.5647546Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-08-17T13:03:25.9302076Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-08-17T13:03:25.9353874Z Loading extension module jit_extension... 2022-08-17T13:03:25.9389826Z ok (1.479s) 2022-08-17T13:03:25.9403249Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:03:25.9410696Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-08-17T13:03:25.9419626Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-08-17T13:03:25.9433915Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:25.9434504Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-08-17T13:03:25.9834076Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-08-17T13:03:25.9837754Z Building extension module lenient_flag_handling_extension... 2022-08-17T13:03:25.9838522Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:26.9549807Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-08-17T13:03:27.2339397Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-08-17T13:03:27.2390130Z Loading extension module lenient_flag_handling_extension... 2022-08-17T13:03:27.2415015Z ok (1.299s) 2022-08-17T13:03:27.2430163Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:03:27.2441516Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:27.2454819Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-08-17T13:03:27.2849894Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-08-17T13:03:27.2864489Z Building extension module is_python_module_v1... 2022-08-17T13:03:27.2864819Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:28.2169424Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-08-17T13:03:28.4378544Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-08-17T13:03:28.4430480Z Loading extension module is_python_module_v1... 2022-08-17T13:03:28.4456564Z ok (1.203s) 2022-08-17T13:03:28.4474912Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:03:28.4475535Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-08-17T13:03:28.4875291Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-08-17T13:03:28.4879146Z Building extension module test_set_default_type... 2022-08-17T13:03:28.4879597Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:03:29.4760372Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-08-17T13:03:29.6872854Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-08-17T13:03:29.6923405Z Loading extension module test_set_default_type... 2022-08-17T13:03:29.6943746Z ok (1.249s) 2022-08-17T13:03:30.9259142Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:03:30.9265201Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:03:30.9268243Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:03:30.9270164Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-08-17T13:03:32.1161360Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-08-17T13:03:32.1163233Z ok (2.422s) 2022-08-17T13:03:32.1228829Z 2022-08-17T13:03:32.1229339Z ---------------------------------------------------------------------- 2022-08-17T13:03:32.1229684Z Ran 23 tests in 29.026s 2022-08-17T13:03:32.1229865Z 2022-08-17T13:03:32.1229969Z OK (skipped=8) 2022-08-17T13:03:32.1230089Z 2022-08-17T13:03:32.1230211Z Generating XML reports... 2022-08-17T13:03:32.1284665Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220817130303.xml 2022-08-17T13:03:32.4798412Z Running test_view_ops ... [2022-08-17 13:03:32.479461] 2022-08-17T13:03:32.4798943Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:03:32.479540] 2022-08-17T13:03:33.7891659Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-08-17T13:03:33.7921119Z 2022-08-17T13:03:33.7921263Z Running tests... 2022-08-17T13:03:33.7921735Z ---------------------------------------------------------------------- 2022-08-17T13:03:33.7943465Z test_T_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3075.) 2022-08-17T13:03:33.7944224Z r = func(*args, **kwargs) 2022-08-17T13:03:33.7959886Z ok (0.004s) 2022-08-17T13:03:34.3443657Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.548s) 2022-08-17T13:03:34.8865177Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.542s) 2022-08-17T13:03:35.3946153Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.508s) 2022-08-17T13:03:35.9035471Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.509s) 2022-08-17T13:03:36.4035987Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.500s) 2022-08-17T13:03:36.7641667Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.360s) 2022-08-17T13:03:37.1247544Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.360s) 2022-08-17T13:03:37.4771629Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.352s) 2022-08-17T13:03:37.8383726Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.361s) 2022-08-17T13:03:38.1994968Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.361s) 2022-08-17T13:03:38.4212609Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.222s) 2022-08-17T13:03:38.4323791Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-08-17T13:03:38.4448873Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-08-17T13:03:38.4462397Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:38.4482321Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:03:38.4483549Z r = func(*args, **kwargs) 2022-08-17T13:03:38.4846710Z ok (0.038s) 2022-08-17T13:03:38.5278008Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:03:38.5711855Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-08-17T13:03:38.6122694Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-08-17T13:03:38.6535637Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-08-17T13:03:38.6945176Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-08-17T13:03:38.7326457Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-08-17T13:03:38.7705591Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-08-17T13:03:38.8079947Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-08-17T13:03:38.8456622Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-08-17T13:03:38.8833297Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-08-17T13:03:38.8909397Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-08-17T13:03:38.9050196Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-08-17T13:03:38.9061521Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:38.9072602Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T13:03:38.9073340Z r = func(*args, **kwargs) 2022-08-17T13:03:38.9073572Z ok (0.001s) 2022-08-17T13:03:38.9113196Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:38.9206919Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-08-17T13:03:38.9416978Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-08-17T13:03:38.9442922Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:38.9473813Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:38.9514320Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:38.9603189Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-08-17T13:03:38.9620023Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9704350Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-08-17T13:03:38.9758138Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:38.9777099Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9796196Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9840853Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9841470Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9850215Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9867912Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9886042Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9904372Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9920683Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9936750Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9952940Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9969546Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:38.9989723Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:39.0012430Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:39.0022327Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:39.0100904Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-08-17T13:03:39.0157734Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-08-17T13:03:39.0292164Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-08-17T13:03:39.0713733Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-08-17T13:03:39.4545111Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.383s) 2022-08-17T13:03:39.8871239Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.432s) 2022-08-17T13:03:40.3270789Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.440s) 2022-08-17T13:03:40.7478559Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.421s) 2022-08-17T13:03:41.1676598Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.420s) 2022-08-17T13:03:41.5779527Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.410s) 2022-08-17T13:03:41.9588032Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.381s) 2022-08-17T13:03:42.3391855Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.380s) 2022-08-17T13:03:42.7116511Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.372s) 2022-08-17T13:03:43.0919612Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.380s) 2022-08-17T13:03:43.4724737Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.380s) 2022-08-17T13:03:44.8416725Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.369s) 2022-08-17T13:03:46.3339469Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.492s) 2022-08-17T13:03:47.8533785Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.519s) 2022-08-17T13:03:49.3508094Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.497s) 2022-08-17T13:03:50.8472742Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.496s) 2022-08-17T13:03:52.3105691Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.463s) 2022-08-17T13:03:53.6807796Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (1.370s) 2022-08-17T13:03:55.0512183Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.370s) 2022-08-17T13:03:56.3959779Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (1.345s) 2022-08-17T13:03:57.7645013Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.368s) 2022-08-17T13:03:59.1332504Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.369s) 2022-08-17T13:03:59.1650903Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-08-17T13:03:59.1963947Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-08-17T13:03:59.2269816Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-08-17T13:03:59.2880680Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.061s) 2022-08-17T13:03:59.3455527Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.057s) 2022-08-17T13:03:59.3854186Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-08-17T13:03:59.3928696Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-08-17T13:03:59.3980842Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.4060682Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-08-17T13:03:59.4141559Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-08-17T13:03:59.4214059Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-08-17T13:03:59.4281485Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-08-17T13:03:59.4347867Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-08-17T13:03:59.4400157Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.4456576Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-08-17T13:03:59.4507742Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.4559606Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.4611284Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.4766206Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.4915061Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5069518Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5224903Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5375744Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5526390Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5677182Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5823541Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.5969838Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.6115825Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.6262883Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.6409818Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-08-17T13:03:59.6438294Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.6455500Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.6822832Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-08-17T13:03:59.6834429Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.6861983Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.6873661Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.6889181Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7627250Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.074s) 2022-08-17T13:03:59.7642295Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7656281Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7669576Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7682773Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7695996Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7701997Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:03:59.7722589Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7743936Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7752343Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7760622Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7769112Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7777097Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7785025Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7792983Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7801246Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7809462Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7817376Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7839660Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7853681Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7861036Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7881470Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7895074Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7908396Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.7931424Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.7975487Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:59.8008858Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8041492Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8073903Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8106456Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8138977Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8171444Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8203891Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8236282Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8268929Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.8324330Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-08-17T13:03:59.8337951Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8351200Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8389268Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:59.8428617Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:59.8442000Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8455682Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8468435Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8481397Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.8501960Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8522504Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8542258Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8563644Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8585423Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8605673Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8625286Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8645881Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8666232Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8687112Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8707334Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8727636Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8747577Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8768195Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8788282Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8809589Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8829286Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8849161Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8869093Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8889770Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8910338Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8931074Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8951496Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8972707Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.8978680Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:03:59.8991639Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9004503Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9017548Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9030292Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9057807Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.9079579Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.9193085Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-08-17T13:03:59.9224035Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.9237983Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9251515Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9264319Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9518699Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.025s) 2022-08-17T13:03:59.9555383Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-08-17T13:03:59.9572887Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:03:59.9573464Z r = func(*args, **kwargs) 2022-08-17T13:03:59.9592143Z ok (0.004s) 2022-08-17T13:03:59.9626094Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-08-17T13:03:59.9639323Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:03:59.9660711Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:03:59.9683135Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:00.1461891Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-08-17T13:04:00.3433815Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.197s) 2022-08-17T13:04:00.5129744Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.169s) 2022-08-17T13:04:00.6938464Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.181s) 2022-08-17T13:04:00.8762525Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.182s) 2022-08-17T13:04:01.0445620Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.168s) 2022-08-17T13:04:01.2247060Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.180s) 2022-08-17T13:04:01.4043051Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.179s) 2022-08-17T13:04:01.5701271Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.166s) 2022-08-17T13:04:01.7487360Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-08-17T13:04:01.9267646Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-08-17T13:04:02.0074475Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.081s) 2022-08-17T13:04:02.1238551Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.116s) 2022-08-17T13:04:02.1255228Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.1403158Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-08-17T13:04:02.2194072Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.079s) 2022-08-17T13:04:02.2728126Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.053s) 2022-08-17T13:04:02.2874031Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-08-17T13:04:02.3653629Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.078s) 2022-08-17T13:04:02.4177435Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.052s) 2022-08-17T13:04:02.4320811Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-08-17T13:04:02.5476753Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.115s) 2022-08-17T13:04:02.6634258Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.116s) 2022-08-17T13:04:02.6654393Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6670760Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6688701Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6705884Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6722447Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6738848Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6755095Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6770543Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6785681Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6800980Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6816238Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6831406Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6848209Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6863398Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6881646Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6898796Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6915130Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6931691Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6948021Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.6963428Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6978737Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.6993885Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7009339Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7024546Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7043267Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7060934Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7081540Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7102037Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7120764Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7140848Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7160160Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7177962Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7195659Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7213349Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7231016Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7249144Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7265685Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7281228Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7298746Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7315977Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7332814Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7349278Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7365807Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-08-17T13:04:02.7381103Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7397288Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7412209Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7427672Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7443248Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.7456186Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-08-17T13:04:02.8311339Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.080s) 2022-08-17T13:04:02.8331703Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:04:02.8373575Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:02.9107315Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.073s) 2022-08-17T13:04:02.9158991Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:02.9203658Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:02.9250446Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:02.9304489Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:02.9356470Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:02.9362645Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:04:02.9374406Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9385705Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9394399Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9403156Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9412096Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9420949Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9429737Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9438603Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9447489Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9456217Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9465007Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9475212Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9484292Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9492173Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-08-17T13:04:02.9574275Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-08-17T13:04:02.9623548Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:02.9633362Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9646482Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9664965Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:04:02.9673237Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9681643Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9689851Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9698115Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9706240Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9714462Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9722754Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9731161Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:02.9739322Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.0811079Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.107s) 2022-08-17T13:04:03.0860497Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:03.1176820Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-08-17T13:04:03.1194241Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:04:03.1210228Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:04:03.1253640Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.1262884Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1572309Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-08-17T13:04:03.1614801Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.1628446Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1641050Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1653484Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1665786Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1678158Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1691005Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1702841Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1715301Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1727431Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1739556Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1751793Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1764312Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1776447Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1788517Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1801473Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1814087Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1826740Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1839546Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1852236Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1864743Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1877364Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1890102Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1902535Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1915144Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.1921159Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-08-17T13:04:03.1965897Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.2004411Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.2053255Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:03.2095434Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.2468731Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-08-17T13:04:03.2826471Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.036s) 2022-08-17T13:04:03.2945222Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.012s) 2022-08-17T13:04:03.2955719Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.2996428Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.3048843Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:03.3096000Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-08-17T13:04:03.3117664Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-08-17T13:04:03.3133006Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3147653Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3162486Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3179772Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:04:03.3244642Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-08-17T13:04:03.3287691Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-08-17T13:04:03.3325381Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3361817Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3398686Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3435441Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3472091Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3509233Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3546066Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3582487Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3618954Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3655495Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3692084Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-08-17T13:04:03.3706484Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3720956Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3735490Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3749996Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3764626Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3779024Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3794812Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3809368Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3823976Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3838662Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3853807Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3867934Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3878180Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3888720Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3899021Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3909438Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3919566Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3929718Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3939759Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3949678Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3959708Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3969874Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3979766Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3989760Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.3999822Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4010079Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4020116Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4030203Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4040729Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4051207Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4061358Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4071629Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4081926Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4092263Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4102403Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4112562Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4123044Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4132988Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4143074Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4153141Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4163228Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4173582Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4183595Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4193607Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4203805Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4213911Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4223967Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4234043Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4244733Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4254781Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4265008Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4275279Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4285878Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4296091Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4306408Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4316558Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4326967Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4337180Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4347355Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4357526Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-08-17T13:04:03.4377735Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-08-17T13:04:03.4377991Z 2022-08-17T13:04:03.4378345Z ---------------------------------------------------------------------- 2022-08-17T13:04:03.4378661Z Ran 439 tests in 29.646s 2022-08-17T13:04:03.4378783Z 2022-08-17T13:04:03.4378851Z OK (skipped=123) 2022-08-17T13:04:03.4378963Z 2022-08-17T13:04:03.4379050Z Generating XML reports... 2022-08-17T13:04:03.4488993Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220817130333.xml 2022-08-17T13:04:03.4600045Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220817130333.xml 2022-08-17T13:04:03.4739047Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220817130333.xml 2022-08-17T13:04:03.7407245Z Running test_dispatch ... [2022-08-17 13:04:03.740366] 2022-08-17T13:04:03.7407742Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:04:03.740460] 2022-08-17T13:04:05.0933445Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:04:05.0972740Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-08-17T13:04:05.0988900Z 2022-08-17T13:04:05.0989023Z Running tests... 2022-08-17T13:04:05.0989464Z ---------------------------------------------------------------------- 2022-08-17T13:04:05.3668524Z test_all_invariants (__main__.TestDispatch) ... ok (0.268s) 2022-08-17T13:04:11.4178684Z test_computed_table (__main__.TestDispatch) ... ok (6.051s) 2022-08-17T13:04:11.4275466Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.010s) 2022-08-17T13:04:11.4292538Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-08-17T13:04:11.5999230Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.170s) 2022-08-17T13:04:11.7814700Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.181s) 2022-08-17T13:04:17.5352811Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (5.754s) 2022-08-17T13:04:17.5446615Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.009s) 2022-08-17T13:04:17.5544014Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.010s) 2022-08-17T13:04:17.5563723Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-08-17T13:04:17.5582608Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-08-17T13:04:23.3475811Z test_def (__main__.TestDispatch) ... ok (5.789s) 2022-08-17T13:04:23.3593977Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-08-17T13:04:23.3603410Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-08-17T13:04:23.3612648Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-08-17T13:04:23.5527083Z test_def_with_inference (__main__.TestDispatch) ... ok (0.191s) 2022-08-17T13:04:23.5548577Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-08-17T13:04:23.5559253Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-08-17T13:04:23.5570017Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:04:23.5570445Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-08-17T13:04:23.5979241Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-08-17T13:04:23.5984176Z Building extension module dangling_impl_extension... 2022-08-17T13:04:23.5984475Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:04:24.5821883Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-08-17T13:04:24.8591317Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-08-17T13:04:24.8642175Z Loading extension module dangling_impl_extension... 2022-08-17T13:04:24.8662829Z ok (1.310s) 2022-08-17T13:04:25.0518796Z test_impl_only (__main__.TestDispatch) ... ok (0.185s) 2022-08-17T13:04:25.0611007Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-08-17T13:04:25.0700480Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.009s) 2022-08-17T13:04:25.0789524Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-08-17T13:04:25.0918705Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.013s) 2022-08-17T13:04:25.0928715Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:139] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:04:25.0929220Z operator: __test45643__::foo 2022-08-17T13:04:25.0929420Z no debug info 2022-08-17T13:04:25.0929602Z dispatch key: (catch all) 2022-08-17T13:04:25.0929782Z previous kernel: fn1 2022-08-17T13:04:25.0929997Z new kernel: fn2 (function registerKernel) 2022-08-17T13:04:25.0931269Z [W OperatorEntry.cpp:139] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:04:25.0931806Z operator: __test45644__::foo 2022-08-17T13:04:25.0932128Z no debug info 2022-08-17T13:04:25.0932333Z dispatch key: (catch all) 2022-08-17T13:04:25.0932534Z previous kernel: fn1 2022-08-17T13:04:25.0932748Z new kernel: fn2 (function registerKernel) 2022-08-17T13:04:25.0933529Z ok (0.001s) 2022-08-17T13:04:25.0945676Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.0954942Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.0965380Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.0975229Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.0983407Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.0993623Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:04:25.1262245Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.027s) 2022-08-17T13:04:25.1262748Z 2022-08-17T13:04:25.1263334Z ---------------------------------------------------------------------- 2022-08-17T13:04:25.1263761Z Ran 32 tests in 20.027s 2022-08-17T13:04:25.1264024Z 2022-08-17T13:04:25.1264123Z OK 2022-08-17T13:04:25.1264274Z 2022-08-17T13:04:25.1264413Z Generating XML reports... 2022-08-17T13:04:25.1312916Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220817130405.xml 2022-08-17T13:04:25.1320823Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220817130405.xml 2022-08-17T13:04:25.5359389Z Running test_torch ... [2022-08-17 13:04:25.535554] 2022-08-17T13:04:25.5359990Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:04:25.535638] 2022-08-17T13:04:26.8920407Z Test results will be stored in test-reports/python-unittest/test_torch 2022-08-17T13:04:26.9089093Z 2022-08-17T13:04:26.9089530Z Running tests... 2022-08-17T13:04:26.9089943Z ---------------------------------------------------------------------- 2022-08-17T13:04:26.9104127Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-08-17T13:04:26.9112878Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:04:26.9113487Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:04:26.9113813Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:04:26.9114055Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:04:26.9114247Z ok (0.001s) 2022-08-17T13:04:26.9129742Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:04:26.9130181Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:04:26.9130506Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:04:26.9130694Z ok (0.002s) 2022-08-17T13:04:26.9149846Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:26.9172365Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:26.9196598Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:26.9211064Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:26.9221410Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:26.9230745Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:26.9239081Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:26.9554517Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.031s) 2022-08-17T13:04:26.9565917Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:26.9621924Z test_as_subclass (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:26.9795891Z test_assert_async (__main__.TestTorch) ... ok (0.017s) 2022-08-17T13:04:27.0388660Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.059s) 2022-08-17T13:04:27.0472844Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:04:27.6355629Z test_bmm_multithreaded (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6356591Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6484706Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6485386Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6523728Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6524506Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6639315Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6639984Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6682797Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6683460Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6799437Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6837580Z r = func(*args, **kwargs) 2022-08-17T13:04:27.6838674Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:27.6839318Z r = func(*args, **kwargs) 2022-08-17T13:04:28.3909332Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.3910783Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4040588Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4041713Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4081887Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4083031Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4198619Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4199754Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4238241Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4239358Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4355308Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4356423Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4395362Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:28.4396617Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4514403Z ok (1.404s) 2022-08-17T13:04:28.4540798Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.4551825Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-08-17T13:04:28.4586804Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.4719509Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:04:28.4736733Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.4756897Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.4808171Z test_copy_broadcast (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.4815341Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.4861892Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.4907753Z test_copy_transpose (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:04:28.4908555Z r = func(*args, **kwargs) 2022-08-17T13:04:28.4917425Z ok (0.006s) 2022-08-17T13:04:28.4934524Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.4978800Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.5026960Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.5061380Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.5095992Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.5102942Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.5112019Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:232] 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 concrete_decref_fn) 2022-08-17T13:04:28.5138274Z ok (0.003s) 2022-08-17T13:04:28.5168079Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.5190236Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.5215854Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.5439418Z test_device (__main__.TestTorch) ... ok (0.022s) 2022-08-17T13:04:28.5446923Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.5467730Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.5477533Z test_doc_template (__main__.TestTorch) 2022-08-17T13:04:28.5658276Z Test that all public API doc strings use the same standard template for ... ok (0.019s) 2022-08-17T13:04:28.5766417Z test_dot_data_use (__main__.TestTorch) ... ok (0.011s) 2022-08-17T13:04:28.5814429Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.5848253Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.5907234Z test_empty_meta (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:28.5915444Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.5940156Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.6047442Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-08-17T13:04:28.6085971Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.6094740Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.6135345Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.6185313Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.6221883Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.6248254Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.6263967Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.6274950Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.6331454Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-08-17T13:04:28.6332100Z 2022-08-17T13:04:28.6332838Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-08-17T13:04:28.6334253Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-08-17T13:04:28.6335176Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:04:28.6335708Z warnings.warn(msg, FutureWarning) 2022-08-17T13:04:28.6650707Z ok (0.037s) 2022-08-17T13:04:28.6779167Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:04:28.6810895Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.6841560Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.6871558Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.6906294Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.6926138Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.6983854Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:28.7002653Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:142.) 2022-08-17T13:04:28.7003490Z r = func(*args, **kwargs) 2022-08-17T13:04:28.7055475Z ok (0.007s) 2022-08-17T13:04:28.7079726Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.7121251Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7154795Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.7189121Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.7203632Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.7220084Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.7261265Z test_max_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7294933Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.7336708Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7357025Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.7378277Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.7472241Z test_memory_format_empty (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:04:28.7512889Z test_min_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7553781Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7569360Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:28.7610395Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.7641309Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.7652105Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.7715819Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:28.7830951Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.011s) 2022-08-17T13:04:28.7949460Z test_newindex (__main__.TestTorch) ... ok (0.012s) 2022-08-17T13:04:28.7983034Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.8288092Z test_normal_shape (__main__.TestTorch) ... ok (0.030s) 2022-08-17T13:04:28.8297523Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8303835Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8321083Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.8335156Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8369054Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.8383200Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8398392Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8406936Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8416132Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8434347Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.8450793Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.8459639Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8520433Z test_pin_memory (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:28.8910654Z test_print (__main__.TestTorch) ... ok (0.039s) 2022-08-17T13:04:28.8943980Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.8954799Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.8963464Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9005560Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.9014481Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9034319Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9064892Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:28.9090135Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9102642Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-08-17T13:04:28.9117328Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9123534Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9143540Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9161563Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9203937Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.9211421Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:28.9226352Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9535432Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.031s) 2022-08-17T13:04:28.9552154Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9567265Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9618760Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:28.9675572Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:28.9689850Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9706738Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9723138Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9737200Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9758953Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9776602Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9801979Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9822654Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:28.9829821Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9845354Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9860347Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:28.9906078Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:28.9963608Z test_split_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:29.0027079Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:29.0060617Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:29.0198465Z test_storage_casts (__main__.TestTorch) ... ok (0.014s) 2022-08-17T13:04:29.0482456Z test_storage_error (__main__.TestTorch) ... ok (0.028s) 2022-08-17T13:04:29.0494077Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.0508948Z test_structseq_repr (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.0520961Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.0531469Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.0565636Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:29.0651398Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:04:29.0670518Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:29.0679593Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.0690120Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.1774898Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.108s) 2022-08-17T13:04:29.2323928Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.055s) 2022-08-17T13:04:29.2333062Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.2342731Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.2379469Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:29.2431265Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:29.2442920Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.2451687Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.5204245Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.275s) 2022-08-17T13:04:29.5221962Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:04:29.5234410Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.5274842Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:29.5322057Z test_torch_from_file (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:29.5383173Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:04:29.5396756Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.5406006Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.5448560Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:29.5491604Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:04:29.5735322Z test_unflatten (__main__.TestTorch) ... ok (0.024s) 2022-08-17T13:04:29.5761662Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:29.5814337Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:04:29.5927616Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.011s) 2022-08-17T13:04:29.6058367Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:04:29.6092958Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:04:29.6103771Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:04:29.6143831Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:29.6178702Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6213176Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6247311Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6315746Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6384983Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6452231Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6520287Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6588030Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6622233Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6653730Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6684580Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6714603Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6744668Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6774339Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6804987Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6834079Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6864825Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:29.6935759Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.6946748Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:29.6957785Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:29.7249989Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:04:29.7273053Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7295362Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7316269Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7339862Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7362706Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7385467Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7408372Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7430907Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7453241Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7475866Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7498609Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:29.7988696Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-08-17T13:04:29.8002702Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:29.8261992Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:29.8540319Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:04:29.8816475Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:04:29.9069648Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:29.9309491Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:04:29.9377821Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:29.9630107Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:29.9884982Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.0141275Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:30.0392748Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.0645238Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.0896321Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.1148294Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.1398942Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.1647576Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.1895390Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.2157933Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:30.2428793Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:04:30.2499993Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:30.2568018Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:30.2634939Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:30.2888259Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.3141546Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:04:30.3397705Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:30.3655050Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:30.3917368Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:30.3946172Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:30.4030842Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:30.4085392Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:30.4121693Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:30.4173609Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:30.4202151Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:30.4238247Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:30.4290239Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:30.4313975Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:30.4337955Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:30.6247779Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.191s) 2022-08-17T13:04:30.6323259Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:30.6414686Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:30.6487503Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:30.6497689Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:30.6507144Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:30.6525443Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:04:30.6556439Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:30.6745273Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:30.6775281Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:30.6787782Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:30.7431641Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-08-17T13:04:30.7530843Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:30.7587418Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:31.1363641Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.377s) 2022-08-17T13:04:31.3796884Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.243s) 2022-08-17T13:04:31.3840811Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:31.3887917Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:31.3897592Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:31.3910875Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:31.3933833Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:31.3946645Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:31.4125134Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:04:31.4136256Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:31.4188243Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T13:04:31.4189049Z r = func(*args, **kwargs) 2022-08-17T13:04:31.4208085Z ok (0.007s) 2022-08-17T13:04:31.4246305Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:31.4324705Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:31.4403544Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:31.4482303Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:31.4550179Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:31.4617350Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:31.4682294Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:31.4737835Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:31.4789402Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:31.4840977Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:31.4892799Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:31.4932073Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:31.4995233Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:31.5096501Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:31.5233766Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:31.5291865Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:31.5326166Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:31.5351619Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:31.5365229Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-08-17T13:04:31.5366008Z r = func(*args, **kwargs) 2022-08-17T13:04:31.5380710Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-08-17T13:04:31.5381329Z avg = a.mean(axis) 2022-08-17T13:04:31.5382683Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:04:31.5384284Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T13:04:31.5385009Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:04:31.5385496Z c = cov(x, y, rowvar) 2022-08-17T13:04:31.5386172Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:31.5386689Z c *= np.true_divide(1, fact) 2022-08-17T13:04:31.5387379Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:04:31.5387881Z c *= np.true_divide(1, fact) 2022-08-17T13:04:31.5454341Z ok (0.010s) 2022-08-17T13:04:31.5530665Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:31.5599788Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:31.5626910Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1965: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:04:31.5627551Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-08-17T13:04:31.6293666Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:04:31.6294285Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-08-17T13:04:31.6377941Z ok (0.078s) 2022-08-17T13:04:31.7104092Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:04:31.7741117Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-08-17T13:04:31.7759957Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: crossref perturbs line numbering (0.002s) 2022-08-17T13:04:31.7781277Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:04:31.7985942Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:04:31.8011574Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:31.8036511Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:31.8114026Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:31.8184361Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:31.8342206Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:04:31.8495898Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:31.8510117Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:31.8525157Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:31.8556642Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.003s) 2022-08-17T13:04:31.9280216Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:04:32.0161099Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-08-17T13:04:32.1039484Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-08-17T13:04:32.1861424Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-08-17T13:04:32.2676838Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.081s) 2022-08-17T13:04:32.3469811Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:32.4185556Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:04:32.4900160Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:04:32.5598039Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.070s) 2022-08-17T13:04:32.6313457Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:04:32.7029040Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:04:32.7665163Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-08-17T13:04:32.8451624Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:32.9234680Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.078s) 2022-08-17T13:04:32.9974858Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.074s) 2022-08-17T13:04:33.0709208Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-08-17T13:04:33.1421960Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:04:33.2057809Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-08-17T13:04:33.2691623Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-08-17T13:04:33.3312310Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-08-17T13:04:33.3946829Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-08-17T13:04:33.4577777Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-08-17T13:04:33.4914735Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:04:33.4930773Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:33.4994143Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:33.5008142Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5022510Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5036091Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5049405Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5062369Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5075187Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5087323Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5098982Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5110612Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5122535Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5134478Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5144699Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5154806Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5165334Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5175616Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5185965Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5196525Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5207234Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5216928Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5226961Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5236957Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5247209Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5257182Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5267241Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5277122Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5287287Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5297254Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5307421Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5317411Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5327678Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5337658Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5347650Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5357728Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5369068Z test_dlpack_default_stream_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.5394509Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:33.5404129Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5413890Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5422767Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5436125Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5450549Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5464441Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5477618Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5490970Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5504043Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5516062Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5528372Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5540197Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5552290Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5564439Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5577246Z test_dlpack_shared_storage_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5587140Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5597755Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5608530Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5618307Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5628088Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5638026Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5647116Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5656073Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5665034Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5674152Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5683229Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5863507Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:04:33.5870148Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.5952188Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:33.6033470Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:33.6114791Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:33.6195224Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:33.6229109Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6260487Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6294794Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6325047Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6333527Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.6341703Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:33.6356288Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6371946Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6386660Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6399635Z test_from_dlpack_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6412909Z test_from_dlpack_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6426262Z test_from_dlpack_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6438183Z test_from_dlpack_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6450721Z test_from_dlpack_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6462486Z test_from_dlpack_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6474920Z test_from_dlpack_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6487002Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6497060Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6507838Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6518843Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6528953Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6538964Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6548994Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6558282Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6567694Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6576813Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6586047Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6595269Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:33.6627925Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6661215Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6695157Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6727367Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6759014Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6790210Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6819716Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6848754Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6876843Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6905445Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:33.6934261Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:34.3865483Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.693s) 2022-08-17T13:04:35.0756055Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.689s) 2022-08-17T13:04:35.0770975Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:35.0783849Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0795396Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0807013Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0818238Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0829655Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0841261Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0852710Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0864039Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:35.0915289Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:35.0961131Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:35.1007755Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:35.1052574Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:35.1098103Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:35.1144042Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:35.1190298Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:35.1235029Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:35.1280213Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:35.3614903Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.233s) 2022-08-17T13:04:35.5422049Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.181s) 2022-08-17T13:04:35.5489460Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:35.5490189Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:04:35.5490894Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:35.5491440Z b = (dx2 - dx1) / (dx1 * dx2) 2022-08-17T13:04:35.5492133Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:35.5492626Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:04:35.5493303Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-08-17T13:04:35.5493879Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5494662Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5495411Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-08-17T13:04:35.5496116Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5567899Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-08-17T13:04:35.5568626Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-08-17T13:04:35.5569244Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5763749Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5764602Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:04:35.5765331Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5765843Z b = (dx1 + dx2) / (dx1 * dx2) 2022-08-17T13:04:35.5766506Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-08-17T13:04:35.5767098Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5767854Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-08-17T13:04:35.5768442Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5799868Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:35.5800773Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:04:35.5801550Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:04:35.5802229Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:04:35.5882274Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:04:35.5882900Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5883698Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5884393Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:04:35.5885075Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:04:35.5885675Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5886450Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:04:35.5887065Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.5994176Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:04:35.5994704Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-08-17T13:04:35.6863203Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:04:35.6863928Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:04:35.6864674Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:04:35.6865365Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:04:35.7198664Z ok (0.178s) 2022-08-17T13:04:35.7856309Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.066s) 2022-08-17T13:04:35.8443018Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:04:35.9023857Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-08-17T13:04:35.9109033Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9109926Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-08-17T13:04:35.9110747Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9111474Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:04:35.9112280Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9112994Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:04:35.9116809Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:04:35.9118095Z r = func(*args, **kwargs) 2022-08-17T13:04:35.9129266Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9129913Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.9130758Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9131387Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.9262746Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:04:35.9263389Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:04:35.9789480Z ok (0.077s) 2022-08-17T13:04:35.9829873Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:36.0681295Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.085s) 2022-08-17T13:04:36.0889292Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-08-17T13:04:36.1029910Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:36.1131713Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:36.1311792Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:04:36.1489821Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:04:36.1632936Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:36.1777272Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:36.1925173Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:36.2029914Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:36.2132109Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:36.2232466Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:36.2333910Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:36.2435466Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:38.5107036Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.267s) 2022-08-17T13:04:38.5295084Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:38.5335182Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:38.5356402Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5400524Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:38.5445285Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:38.5478424Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:38.5512291Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:38.5545929Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:38.5568571Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5590946Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5613154Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5634987Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5657787Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5715834Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.5771830Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.5791943Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5812667Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:38.5869067Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.5925922Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.5982927Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6039173Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6096349Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6153249Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6210712Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6268863Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:04:38.6345810Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:38.6569754Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:04:38.6660663Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:38.6700115Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-08-17T13:04:38.6700940Z 2022-08-17T13:04:38.6701687Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-08-17T13:04:38.6703192Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-08-17T13:04:38.6704030Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:04:38.6704556Z warnings.warn(msg, FutureWarning) 2022-08-17T13:04:38.6705578Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-08-17T13:04:38.6706308Z r = func(*args, **kwargs) 2022-08-17T13:04:38.7457546Z ok (0.079s) 2022-08-17T13:04:38.8247109Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:38.9042927Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:38.9863867Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-08-17T13:04:39.0462163Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.1062446Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.1653837Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:04:39.2253343Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.2851715Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.3638290Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:39.4427155Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:04:39.5222777Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-08-17T13:04:39.6042824Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-08-17T13:04:39.6638542Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:04:39.7236517Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.7826134Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:04:39.8421540Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:04:39.9019865Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:39.9893731Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-08-17T13:04:40.0785804Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.089s) 2022-08-17T13:04:40.1674742Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.089s) 2022-08-17T13:04:40.2579103Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-08-17T13:04:40.3263963Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-08-17T13:04:40.3953446Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-08-17T13:04:40.4628091Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-08-17T13:04:40.5313366Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-08-17T13:04:40.6002422Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-08-17T13:04:40.6801561Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-08-17T13:04:40.7603256Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-08-17T13:04:40.8444695Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-08-17T13:04:40.9265955Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-08-17T13:04:40.9877708Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-08-17T13:04:41.0489031Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-08-17T13:04:41.1088215Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:41.1692747Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:41.2299124Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:04:41.2397517Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:41.2470794Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:41.2582045Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:04:41.2693066Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:04:41.2785954Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.2881908Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.2976038Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.3051235Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:41.3129837Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:41.3202801Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:41.3277258Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:41.3352649Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:41.3688935Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:04:41.3711668Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:41.3725925Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3736083Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3745571Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3754887Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3764521Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3773623Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3782711Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3791915Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3801541Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3810666Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3819656Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3828697Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3837528Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3846902Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3856689Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:41.3866743Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:41.3878260Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3889585Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3900729Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3911839Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:41.3995387Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:41.4085865Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.4190218Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:41.4277257Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.4363775Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.4381671Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:41.4414296Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4447547Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4477920Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4510744Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4542106Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4576599Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4608617Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4642046Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4672990Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4705973Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4736909Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4770240Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4802361Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4835295Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4868364Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4900732Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4932001Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4964421Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.4994801Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5027058Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5057869Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5090398Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5121038Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5153210Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5242679Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.5261475Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:41.5396743Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.5429195Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:41.5564213Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.5699150Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.5833588Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.5968067Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6102312Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6236358Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6371628Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6506653Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6641707Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:41.6777824Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:41.6788447Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:41.6833004Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:41.6867441Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.6868518Z r = func(*args, **kwargs) 2022-08-17T13:04:41.6893859Z ok (0.006s) 2022-08-17T13:04:41.6928432Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.6929465Z r = func(*args, **kwargs) 2022-08-17T13:04:41.6952328Z ok (0.006s) 2022-08-17T13:04:41.6986231Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.6987281Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7013498Z ok (0.006s) 2022-08-17T13:04:41.7048372Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7049408Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7075505Z ok (0.006s) 2022-08-17T13:04:41.7110261Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7111538Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7121870Z ok (0.005s) 2022-08-17T13:04:41.7155709Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7156771Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7182688Z ok (0.006s) 2022-08-17T13:04:41.7216774Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7217854Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7242601Z ok (0.006s) 2022-08-17T13:04:41.7276711Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7277803Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7300463Z ok (0.006s) 2022-08-17T13:04:41.7333537Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7334591Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7357414Z ok (0.006s) 2022-08-17T13:04:41.7390546Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7414097Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7414430Z ok (0.006s) 2022-08-17T13:04:41.7447318Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7448369Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7470869Z ok (0.006s) 2022-08-17T13:04:41.7503928Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:04:41.7504974Z r = func(*args, **kwargs) 2022-08-17T13:04:41.7527889Z ok (0.006s) 2022-08-17T13:04:41.7618910Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:41.7738907Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:04:41.7754262Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:41.7767563Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:41.7846417Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:42.0762019Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.291s) 2022-08-17T13:04:42.2776091Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.201s) 2022-08-17T13:04:42.2791216Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.2830149Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:42.2957545Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:42.3084706Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:42.4195931Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.111s) 2022-08-17T13:04:42.4205494Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.4225700Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.4244259Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.4262859Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.4597468Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-08-17T13:04:42.4859996Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:04:42.4873179Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.4885382Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.4897611Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.4907742Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.4922267Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.4936101Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.4945402Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:04:42.5161800Z test_multinomial_invalid_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:04:42.5503621Z test_multinomial_invalid_distribution_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:04:42.5516055Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:04:42.5530148Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5542949Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5555558Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5568491Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5581220Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5599653Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.5614535Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5628179Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5642079Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5655373Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5668400Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5681853Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5695240Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5709640Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5721927Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5733657Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5746811Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5758302Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5771374Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5787249Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.5803633Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.5818139Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5833119Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5846849Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5859425Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5872174Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5885120Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5898160Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5912176Z test_nondeterministic_alert_gather_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5924913Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5937510Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5949006Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5962667Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5975832Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.5988293Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.6002452Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.6019532Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:42.6020998Z r = func(*args, **kwargs) 2022-08-17T13:04:42.6021277Z ok (0.002s) 2022-08-17T13:04:42.6038454Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:04:42.6039724Z r = func(*args, **kwargs) 2022-08-17T13:04:42.6040019Z ok (0.002s) 2022-08-17T13:04:42.6050325Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.6180742Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:42.6194121Z test_nondeterministic_alert_scatter_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:42.6266995Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:04:42.6360686Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:42.6439263Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:42.7003925Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:04:42.7035471Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:42.7059305Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7070553Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:42.7091782Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:116: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-08-17T13:04:42.7092656Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-08-17T13:04:42.7093796Z ok (0.002s) 2022-08-17T13:04:42.7111735Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:04:42.7132451Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7164234Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:42.7194742Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:42.7215113Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7242357Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:42.7269636Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:42.7294330Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7317405Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7339582Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7362142Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.7384736Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:42.8106168Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:04:42.8950903Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-08-17T13:04:42.9808890Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.086s) 2022-08-17T13:04:43.0567303Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.076s) 2022-08-17T13:04:43.1395580Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.083s) 2022-08-17T13:04:43.2110940Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:04:43.2671933Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:04:43.3228144Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:04:43.3770214Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:04:43.4331885Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:04:43.4894415Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:04:43.4949281Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:43.5163273Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-08-17T13:04:43.5191707Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:43.6093861Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-08-17T13:04:43.6113685Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:43.6141529Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3475196Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.733s) 2022-08-17T13:04:44.3493123Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.3509073Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.3663022Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.3673488Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:44.3684258Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:44.3721243Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:44.3749946Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3786761Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:44.3823876Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:44.3858515Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3892877Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3926655Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3955201Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.3985695Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4014238Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4042842Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4071238Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4098492Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4124450Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4151238Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4178343Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4205470Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4231839Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4258247Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:44.4283755Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4309260Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4334709Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4360165Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4385797Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4410750Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4434609Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4459802Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4485241Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4510156Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4535241Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4559980Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4583855Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4607896Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4631483Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4655635Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4679510Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.4694992Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.4708425Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.4721644Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:44.4877479Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.5029519Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.5186446Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:04:44.5341862Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:04:44.5495976Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.5650025Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.5803077Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.5954802Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.6106066Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.6256841Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.6409476Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.6561431Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.6654109Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:44.6661267Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.6669360Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:44.6747978Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.6855971Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:04:44.6954543Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:44.7045970Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:44.7143818Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:44.7225717Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.7308135Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.7393258Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.7472158Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.7551262Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:04:44.7698670Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:44.7840023Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.7981548Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8122355Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8262904Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8404511Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8544326Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8684750Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8824864Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.8965354Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.9106255Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.9246073Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:44.9262599Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.9277235Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9294705Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.9310803Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:44.9326352Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9341445Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9356666Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9371345Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9385604Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9400060Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9414435Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9428641Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:44.9470061Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:44.9516290Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9562373Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9608990Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9655352Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9701478Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9748098Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9794804Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9842108Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9892647Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9943073Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:44.9993335Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:45.0043511Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:45.0090601Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:45.1333319Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.124s) 2022-08-17T13:04:45.1360761Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:04:45.1516346Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:04:45.1650717Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:45.1839668Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.1982724Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:04:45.2104938Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:04:45.2226943Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:04:45.2347914Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:04:45.2445633Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:45.2542457Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:45.2637831Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:04:45.2739290Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:45.2836920Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:04:45.2869246Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.3059157Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.3246895Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.3439706Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.3632829Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.3823752Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4018149Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4211762Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4399824Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4587605Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4775461Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.4968581Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.5156519Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:04:45.5170581Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:04:45.5302275Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:04:45.5318843Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:45.5332302Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5346646Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5360873Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5374310Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5387615Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5400975Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5413453Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5425765Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5438314Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5450725Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.5462984Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.6495942Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.103s) 2022-08-17T13:04:45.6526046Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6554618Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6582155Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6609612Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6636581Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6663614Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6690750Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6717501Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6744545Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6771341Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6798025Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6824843Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6856636Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:04:45.6878355Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:45.6925772Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:45.6969941Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:45.7017858Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:04:45.7060661Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:04:45.7078513Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:04:45.7091968Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:04:45.7400143Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:04:45.7411813Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:04:45.7412207Z 2022-08-17T13:04:45.7413058Z ---------------------------------------------------------------------- 2022-08-17T13:04:45.7413349Z Ran 914 tests in 18.832s 2022-08-17T13:04:45.7413453Z 2022-08-17T13:04:45.7413538Z OK (skipped=59) 2022-08-17T13:04:45.7413647Z 2022-08-17T13:04:45.7413735Z Generating XML reports... 2022-08-17T13:04:45.7447763Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817130426.xml 2022-08-17T13:04:45.7578510Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220817130426.xml 2022-08-17T13:04:45.8108079Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817130426.xml 2022-08-17T13:04:45.8110014Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817130426.xml 2022-08-17T13:04:46.1573470Z [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:04:46.1573998Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:04:46.1574304Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:04:46.1793057Z Running lazy/test_ts_opinfo ... [2022-08-17 13:04:46.178916] 2022-08-17T13:04:46.1793663Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:04:46.178996] 2022-08-17T13:04:48.2276287Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-08-17T13:04:48.2298739Z 2022-08-17T13:04:48.2299196Z Running tests... 2022-08-17T13:04:48.2299643Z ---------------------------------------------------------------------- 2022-08-17T13:04:48.4197533Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.190s) 2022-08-17T13:04:48.4242490Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:48.6797534Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.255s) 2022-08-17T13:04:49.0482839Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.368s) 2022-08-17T13:04:49.1166021Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-08-17T13:04:49.1482650Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-08-17T13:04:49.1497029Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:04:49.2179628Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-08-17T13:04:49.3488156Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.131s) 2022-08-17T13:04:49.4187363Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-08-17T13:04:49.4234414Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:49.4858861Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-08-17T13:04:49.7063067Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.220s) 2022-08-17T13:04:49.9245993Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.218s) 2022-08-17T13:04:51.4390031Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.514s) 2022-08-17T13:04:51.4449758Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:51.4505682Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:51.7916110Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.341s) 2022-08-17T13:04:52.0943725Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.303s) 2022-08-17T13:04:52.1998426Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.105s) 2022-08-17T13:04:52.2150717Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:52.2165522Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-08-17T13:04:52.2324989Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:04:52.2868884Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-08-17T13:04:52.3279775Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-08-17T13:04:52.3663936Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-08-17T13:04:52.3711486Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:52.3847242Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:04:52.3993621Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:52.4139561Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:52.4285707Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:52.4344074Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:52.5114197Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.077s) 2022-08-17T13:04:53.0586948Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.547s) 2022-08-17T13:04:53.0737020Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:53.0874366Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-08-17T13:04:53.1022970Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:53.1061730Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:53.1100569Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:53.6798989Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.570s) 2022-08-17T13:04:53.8124530Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.132s) 2022-08-17T13:04:53.8272506Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:53.8308595Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:53.8842946Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.053s) 2022-08-17T13:04:54.4558383Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.571s) 2022-08-17T13:04:54.4599318Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:54.4743245Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-08-17T13:04:54.5416127Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.067s) 2022-08-17T13:04:54.6378879Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.096s) 2022-08-17T13:04:54.6529218Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:54.6561815Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.1233204Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.467s) 2022-08-17T13:04:55.1608283Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-08-17T13:04:55.1660131Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:55.1711432Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:55.1755790Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:55.1905983Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:55.3010304Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-08-17T13:04:55.3058986Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:55.3669232Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-08-17T13:04:55.3763080Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:04:55.3792718Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.3838842Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:55.4575950Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-08-17T13:04:55.4707580Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:04:55.4740244Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.5635561Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-08-17T13:04:55.5727265Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:04:55.5903443Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-08-17T13:04:55.6096580Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-08-17T13:04:55.6126444Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.6198675Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-08-17T13:04:55.6226046Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.7253963Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.103s) 2022-08-17T13:04:55.7327108Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-08-17T13:04:55.7357003Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.7389973Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:55.7573014Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-08-17T13:04:55.7868561Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-08-17T13:04:55.7957051Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:04:55.8036886Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-08-17T13:04:55.8052810Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-08-17T13:04:55.8153980Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-08-17T13:04:55.8293126Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-08-17T13:04:55.8693246Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-08-17T13:04:56.0121122Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.143s) 2022-08-17T13:04:56.0465567Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-08-17T13:04:56.0527470Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:56.0638754Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-08-17T13:04:57.2702754Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.206s) 2022-08-17T13:04:57.2763341Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:57.2823199Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:57.3753991Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.093s) 2022-08-17T13:04:57.3912567Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:04:57.4065605Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.4221022Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.4236814Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-08-17T13:04:57.4414452Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-08-17T13:04:57.4469246Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:57.4693492Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-08-17T13:04:57.4727437Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:57.4776680Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:57.4903683Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:04:57.5063935Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:04:57.5217629Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.5370655Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.5422029Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:57.5474015Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:57.5644233Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-08-17T13:04:57.5799156Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.5933170Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:04:57.6089010Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:57.6128071Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:57.6182770Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:58.1884330Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.570s) 2022-08-17T13:04:58.2071983Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-08-17T13:04:58.2221635Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:58.2258883Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:58.2304898Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:58.7991037Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.568s) 2022-08-17T13:04:58.8032738Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:04:58.8190310Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:04:58.8225121Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:58.9812321Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.159s) 2022-08-17T13:04:58.9966435Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-08-17T13:04:58.9999757Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:59.4091337Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.409s) 2022-08-17T13:04:59.4481497Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-08-17T13:04:59.4537602Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:59.5499590Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.096s) 2022-08-17T13:04:59.5551980Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:04:59.5714167Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:04:59.6330725Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-08-17T13:04:59.6390397Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:04:59.6655656Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-08-17T13:04:59.6763183Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-08-17T13:04:59.6796780Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:04:59.6848466Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:00.0391742Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.354s) 2022-08-17T13:05:00.0666334Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-08-17T13:05:00.1077482Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-08-17T13:05:00.1218310Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-08-17T13:05:00.1317588Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-08-17T13:05:00.1503595Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-08-17T13:05:00.1710412Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-08-17T13:05:00.1743577Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:00.1878634Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:05:00.1909532Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:00.1995036Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-08-17T13:05:00.2079806Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-08-17T13:05:00.2117553Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:00.2157005Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:00.2242632Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-08-17T13:05:00.2475795Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-08-17T13:05:00.9365279Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.689s) 2022-08-17T13:05:00.9427306Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.0582728Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.115s) 2022-08-17T13:05:01.0608998Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-08-17T13:05:01.0671264Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.0761651Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.0839042Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-08-17T13:05:01.0872634Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.0929650Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.0970640Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:01.1293764Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.032s) 2022-08-17T13:05:01.1423840Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-08-17T13:05:01.1456805Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.1502251Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:01.1604312Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-08-17T13:05:01.1693993Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.1782620Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.1872097Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.1885134Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-08-17T13:05:01.1950209Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.2266532Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-08-17T13:05:01.2319781Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:01.2696210Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-08-17T13:05:01.2730661Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.2819645Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.2878134Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.2935664Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.2993058Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.3023971Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.3337499Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-08-17T13:05:01.3396201Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.3450744Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:01.3508649Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.3538868Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.3577796Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:01.3635291Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.3674412Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:01.3732080Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.4295476Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-08-17T13:05:01.5208087Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.091s) 2022-08-17T13:05:01.5269497Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.5304986Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.5368223Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.5407798Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:01.5505610Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-08-17T13:05:01.5568311Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.5596580Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.5716359Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-08-17T13:05:01.5744864Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.5776273Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.5806632Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.5865321Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.5952104Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.6045107Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-08-17T13:05:01.6216364Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-08-17T13:05:01.6244376Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.6407205Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-08-17T13:05:01.6458664Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:01.6483378Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-08-17T13:05:01.6510956Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.6583937Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-08-17T13:05:01.6684237Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-08-17T13:05:01.6712289Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.6749895Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-08-17T13:05:01.6798847Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-08-17T13:05:01.6864671Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-08-17T13:05:01.7136605Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-08-17T13:05:01.7162474Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.7235518Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-08-17T13:05:01.7266180Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.7301899Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.7813652Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-08-17T13:05:01.7840191Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-08-17T13:05:01.7854042Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-08-17T13:05:01.7875047Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-08-17T13:05:01.7901716Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-08-17T13:05:01.7902000Z 2022-08-17T13:05:01.7902831Z ---------------------------------------------------------------------- 2022-08-17T13:05:01.7903233Z Ran 230 tests in 13.560s 2022-08-17T13:05:01.7903420Z 2022-08-17T13:05:01.7903579Z OK (skipped=6, expected failures=2) 2022-08-17T13:05:01.7903800Z 2022-08-17T13:05:01.7903938Z Generating XML reports... 2022-08-17T13:05:01.7937398Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220817130448.xml 2022-08-17T13:05:01.8099511Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220817130448.xml 2022-08-17T13:05:01.8104907Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220817130448.xml 2022-08-17T13:05:02.1988882Z Running test_testing ... [2022-08-17 13:05:02.198491] 2022-08-17T13:05:02.1989407Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:02.198578] 2022-08-17T13:05:04.2559182Z Test results will be stored in test-reports/python-unittest/test_testing 2022-08-17T13:05:04.2585197Z 2022-08-17T13:05:04.2585357Z Running tests... 2022-08-17T13:05:04.2585837Z ---------------------------------------------------------------------- 2022-08-17T13:05:04.2628600Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.2667678Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.2895689Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.023s) 2022-08-17T13:05:04.2905646Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.2939947Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:05:04.2976957Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3007901Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:05:04.3028388Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3062557Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:05:04.3082859Z test_meta (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3106542Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3143780Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3160025Z test_mismatching_layout (__main__.TestAssertClose) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-08-17T13:05:04.3161130Z r = func(*args, **kwargs) 2022-08-17T13:05:04.3195734Z ok (0.005s) 2022-08-17T13:05:04.3297338Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.010s) 2022-08-17T13:05:04.3317200Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3342339Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3379993Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3397216Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3433646Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3447143Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.3482843Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:05:04.3522862Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3562791Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3571852Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.3591759Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3629530Z test_numpy (__main__.TestAssertClose) ... ok (0.004s) 2022-08-17T13:05:04.3643143Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.3656644Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.3690986Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2022-08-17T13:05:04.3710812Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3722219Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-08-17T13:05:04.3740326Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3758288Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-08-17T13:05:04.3766327Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:05:04.3781462Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:05:04.3789183Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-08-17T13:05:04.3805649Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-08-17T13:05:04.3869974Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.3885223Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-08-17T13:05:04.3955569Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-08-17T13:05:04.3971373Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-08-17T13:05:04.4105111Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.013s) 2022-08-17T13:05:04.4168484Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.4206982Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-08-17T13:05:04.4243623Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-08-17T13:05:04.4413712Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.017s) 2022-08-17T13:05:04.4474820Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.4538185Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.4552437Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-08-17T13:05:04.4616037Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.4680440Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-08-17T13:05:04.4719372Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-08-17T13:05:04.4757164Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-08-17T13:05:04.4776681Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-08-17T13:05:04.4800512Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-08-17T13:05:04.4848940Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-08-17T13:05:04.4918231Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-08-17T13:05:04.4990573Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-08-17T13:05:04.5070168Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.008s) 2022-08-17T13:05:04.5118293Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-08-17T13:05:04.5190795Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-08-17T13:05:04.5257803Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-08-17T13:05:04.5337855Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.008s) 2022-08-17T13:05:04.5380874Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-08-17T13:05:04.5421919Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-08-17T13:05:04.5489113Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-08-17T13:05:04.5525617Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-08-17T13:05:04.5563344Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-08-17T13:05:04.5635723Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-08-17T13:05:04.5683533Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-08-17T13:05:04.5754325Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-08-17T13:05:04.5827989Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-08-17T13:05:04.5905580Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.008s) 2022-08-17T13:05:04.5952640Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-08-17T13:05:04.6025153Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-08-17T13:05:04.6092065Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-08-17T13:05:04.6169807Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.008s) 2022-08-17T13:05:10.7781880Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.161s) 2022-08-17T13:05:10.7794872Z test_circular_dependencies (__main__.TestImports) 2022-08-17T13:05:12.8000218Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:05:12.9833426Z ok (2.205s) 2022-08-17T13:05:14.0373613Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-08-17T13:05:14.0374146Z self.assertEquals(out, "") 2022-08-17T13:05:14.0374594Z ok (1.054s) 2022-08-17T13:05:14.0403522Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-08-17T13:05:14.0415884Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0426951Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0448753Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-08-17T13:05:14.0460464Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0467210Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0475071Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0481938Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0497353Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0505874Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0514243Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0522789Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0530691Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0538393Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0546979Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0554342Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0561935Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-08-17T13:05:14.0570308Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-08-17T13:05:14.0592494Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.0613085Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.0628962Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.0648992Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.0672122Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.6921103Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.625s) 2022-08-17T13:05:14.6929803Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.6938359Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.6945371Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.6963052Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:05:14.6972299Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.6981078Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.6989693Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.6997746Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.7005938Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.7014674Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.7022640Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.7030628Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.7039482Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-08-17T13:05:14.7053729Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:05:14.7069271Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.7131682Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7202386Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-08-17T13:05:14.7272334Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-08-17T13:05:14.7337298Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7403441Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-08-17T13:05:14.7468225Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7526527Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7584876Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7641661Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7699584Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7757408Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.7766130Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:14.7774577Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:14.7782909Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:14.8519078Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.073s) 2022-08-17T13:05:14.8606291Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.009s) 2022-08-17T13:05:14.8692329Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.009s) 2022-08-17T13:05:14.8777721Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.8862413Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.8947039Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9031728Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9116429Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9201537Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9286254Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9300275Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9381939Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9463528Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9472057Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9507752Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-08-17T13:05:14.9543244Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:05:14.9577148Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-08-17T13:05:14.9598068Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:05:14.9619170Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:05:14.9640704Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:05:14.9661899Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:05:14.9682912Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-08-17T13:05:14.9694117Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9705201Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9716182Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9727667Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9738706Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-08-17T13:05:14.9748624Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:05:14.9749201Z r = func(*args, **kwargs) 2022-08-17T13:05:14.9752015Z ok (0.001s) 2022-08-17T13:05:14.9812127Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:14.9892037Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:14.9969701Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-08-17T13:05:15.0032513Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-08-17T13:05:15.0032806Z 2022-08-17T13:05:15.0033250Z ---------------------------------------------------------------------- 2022-08-17T13:05:15.0033660Z Ran 165 tests in 10.745s 2022-08-17T13:05:15.0033851Z 2022-08-17T13:05:15.0034017Z OK (skipped=3, expected failures=12) 2022-08-17T13:05:15.0034235Z 2022-08-17T13:05:15.0034365Z Generating XML reports... 2022-08-17T13:05:15.0083534Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220817130504.xml 2022-08-17T13:05:15.0089524Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220817130504.xml 2022-08-17T13:05:15.0102056Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220817130504.xml 2022-08-17T13:05:15.0107569Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220817130504.xml 2022-08-17T13:05:15.0113042Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220817130504.xml 2022-08-17T13:05:15.0118541Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220817130504.xml 2022-08-17T13:05:15.0124736Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220817130504.xml 2022-08-17T13:05:15.0130485Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220817130504.xml 2022-08-17T13:05:15.0135227Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220817130504.xml 2022-08-17T13:05:15.0137642Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220817130504.xml 2022-08-17T13:05:15.0141544Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220817130504.xml 2022-08-17T13:05:15.0161523Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220817130504.xml 2022-08-17T13:05:15.0177960Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220817130504.xml 2022-08-17T13:05:15.0212311Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220817130504.xml 2022-08-17T13:05:15.6368889Z Running test_jit_autocast ... [2022-08-17 13:05:15.636389] 2022-08-17T13:05:15.6369678Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:15.636483] 2022-08-17T13:05:17.9459727Z CUDA not available, skipping tests 2022-08-17T13:05:17.9488524Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T13:05:17.9961695Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-08-17T13:05:17.9977580Z 2022-08-17T13:05:17.9977994Z Running tests... 2022-08-17T13:05:17.9978394Z ---------------------------------------------------------------------- 2022-08-17T13:05:17.9989942Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:17.9998475Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-08-17T13:05:18.0012438Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0018132Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-08-17T13:05:18.0023176Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0032031Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0038898Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0044963Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0050493Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0055956Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0064047Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-08-17T13:05:18.0070697Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0078550Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0084473Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0090449Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0098433Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0102696Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0107230Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0116427Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0126055Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0258436Z test_ignore_amp (__main__.TestAutocast) ... ok (0.013s) 2022-08-17T13:05:18.0263697Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0271124Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0894161Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.062s) 2022-08-17T13:05:18.0900525Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0913045Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0924915Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0935561Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0945334Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0951488Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-08-17T13:05:18.0957473Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0963078Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0968800Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.0977054Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0983816Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0989545Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.0998001Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.1006471Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-08-17T13:05:18.1011515Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.1016956Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-08-17T13:05:18.1023434Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.1030753Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-08-17T13:05:18.1040029Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.1046214Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:18.1052931Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-08-17T13:05:20.8460482Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (2.740s) 2022-08-17T13:05:20.9677740Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T13:05:20.9678751Z warnings.warn(msg, FutureWarning) 2022-08-17T13:05:24.6714076Z ok (3.823s) 2022-08-17T13:05:28.1399351Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.468s) 2022-08-17T13:05:28.1991637Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.058s) 2022-08-17T13:05:28.2001322Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-08-17T13:05:28.2705952Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.070s) 2022-08-17T13:05:28.3334299Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.063s) 2022-08-17T13:05:28.3335397Z 2022-08-17T13:05:28.3335806Z ---------------------------------------------------------------------- 2022-08-17T13:05:28.3336136Z Ran 52 tests in 10.336s 2022-08-17T13:05:28.3336253Z 2022-08-17T13:05:28.3337261Z OK (skipped=44) 2022-08-17T13:05:28.3337503Z 2022-08-17T13:05:28.3337679Z Generating XML reports... 2022-08-17T13:05:28.3401942Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220817130517.xml 2022-08-17T13:05:28.3442622Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220817130517.xml 2022-08-17T13:05:28.7792688Z Running test_xnnpack_integration ... [2022-08-17 13:05:28.778849] 2022-08-17T13:05:28.7793225Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:28.778931] 2022-08-17T13:05:29.8512285Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-08-17T13:05:29.8524553Z 2022-08-17T13:05:29.8524664Z Running tests... 2022-08-17T13:05:29.8525512Z ---------------------------------------------------------------------- 2022-08-17T13:05:29.8543263Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:05:29.8565856Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:05:30.8778755Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.021s) 2022-08-17T13:05:32.3626687Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.484s) 2022-08-17T13:05:32.3636778Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-08-17T13:05:32.5644387Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.201s) 2022-08-17T13:05:32.6530167Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.088s) 2022-08-17T13:05:33.8934653Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.240s) 2022-08-17T13:05:33.8993418Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-08-17T13:05:35.8861195Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.986s) 2022-08-17T13:05:38.3348483Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.448s) 2022-08-17T13:05:38.3367799Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-08-17T13:05:38.3368527Z 2022-08-17T13:05:38.3369347Z ---------------------------------------------------------------------- 2022-08-17T13:05:38.3369781Z Ran 12 tests in 8.484s 2022-08-17T13:05:38.3369971Z 2022-08-17T13:05:38.3370105Z OK (skipped=5) 2022-08-17T13:05:38.3370284Z 2022-08-17T13:05:38.3370430Z Generating XML reports... 2022-08-17T13:05:38.3398839Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220817130529.xml 2022-08-17T13:05:38.3402425Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220817130529.xml 2022-08-17T13:05:38.3407658Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220817130529.xml 2022-08-17T13:05:38.3411385Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220817130529.xml 2022-08-17T13:05:38.6491916Z Running test_decomp ... [2022-08-17 13:05:38.648847] 2022-08-17T13:05:38.6492418Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:38.648931] 2022-08-17T13:05:40.8543537Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-08-17T13:05:40.8853257Z 2022-08-17T13:05:40.8853456Z Running tests... 2022-08-17T13:05:40.8853933Z ---------------------------------------------------------------------- 2022-08-17T13:05:40.8870925Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-08-17T13:05:40.8880349Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8888322Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8895734Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8903202Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8910546Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8917917Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8925887Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8932657Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8940155Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8947176Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8954525Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8961926Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8969470Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8976738Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8983982Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8991328Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.8998651Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9006049Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9013231Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9020467Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9027732Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9035061Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9042562Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9049980Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9057270Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9064594Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9071868Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9079387Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9086777Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9094066Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9101349Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9108716Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9115959Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9123377Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9130927Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9138405Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9145486Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9152801Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9160269Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9167627Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9174925Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9182320Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9189600Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9196950Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9204485Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9211789Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9219084Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9226362Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9233611Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9241030Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9248470Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9255866Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9263205Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9270607Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9277932Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9285358Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9292638Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9300000Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9307280Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9314835Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9322091Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9329499Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9336955Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9344226Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9351533Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9358992Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9366422Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9373925Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9381708Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9388728Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9395944Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9403362Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9410784Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9418094Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9425338Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9432588Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9439981Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9447448Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9454771Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9462065Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9469328Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9476619Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9484156Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9491391Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9498748Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9506021Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9513322Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9520763Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9528274Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9535688Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9542877Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9550227Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9557548Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9565035Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9572806Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9579742Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9587088Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9594406Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9601880Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9609276Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9616822Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9624043Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9631316Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9638691Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9646431Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9653654Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9660984Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9668267Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9675497Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9682957Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9690435Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9697842Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9705148Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9712375Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9719777Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9727606Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9734998Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9742111Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9749395Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9756686Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9764281Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9771424Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9778681Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9786012Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9793361Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9839100Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9840221Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9840781Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9841270Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9841874Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9842465Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9847011Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9854420Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9861802Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9868962Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9876505Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9883583Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9891476Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9899288Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9906930Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9914042Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9921532Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9929006Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9936436Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9943482Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9950775Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9958062Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9965559Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9972815Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9980129Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9987379Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:40.9994743Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0002132Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0009496Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0016740Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0023990Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0031234Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0038565Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0046033Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0053320Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0060612Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0067916Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0075175Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0082546Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0090064Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0097486Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0104666Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0111939Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0119228Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0126943Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0133891Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0141137Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0148435Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0155704Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0163103Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0170644Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0177861Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0185172Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0192443Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0199766Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0207184Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0214351Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0221629Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0228930Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0236137Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0243555Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0251045Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0258391Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0265708Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0272902Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0276352Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0280394Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0283791Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0287703Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0291526Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0295077Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0298968Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0302560Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:05:41.0310159Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0317614Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0325440Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0333045Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0340477Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0347997Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0355423Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0363112Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0370706Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0378068Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0385899Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0393459Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0401215Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0408833Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0416132Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0423495Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0430999Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0438693Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0446246Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0453603Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0460980Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0468347Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0475698Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0483205Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0491046Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0498246Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0505787Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0513848Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0520845Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0528242Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0535693Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0543104Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0550494Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0557978Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0565548Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0572844Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0580212Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0587623Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0595203Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0603278Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0610823Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0618127Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0625476Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0632755Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0640515Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0647977Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0655306Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0662781Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0670348Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0677809Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0685445Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0693016Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0700190Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0707636Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0715051Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0722568Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0730109Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0737555Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0744933Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0752308Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0759831Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0767271Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0774620Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0782035Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0789456Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0797175Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0804542Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0811978Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0819292Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0826819Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0834209Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0842016Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0849392Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0856966Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0864531Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0872217Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0880058Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0888059Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0895523Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0903199Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0910981Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0918614Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0926427Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0934090Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0941689Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0949377Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0957016Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0965054Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0972624Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0980278Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0987977Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.0995699Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1003463Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1011315Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1018941Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1026664Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1034290Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1042111Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1049846Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1057494Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1065159Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1072831Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1080606Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1088494Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1096247Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1104100Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1111689Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1119379Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1127209Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1134450Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1141816Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1149198Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1156527Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1164108Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1171450Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1178798Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1186159Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1193644Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1201160Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1208748Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1216059Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1223524Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1230874Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1238299Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1245853Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1253306Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1260812Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1268230Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1275879Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1283927Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1291511Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1298918Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1306447Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1314050Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1321360Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1328954Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1336178Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1344017Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1351610Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1358987Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1367250Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1374996Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1382410Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1390293Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1398153Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1406010Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1413470Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1421717Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1429481Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1437281Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1445505Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1453115Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1461924Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1470329Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1478872Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1487352Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1495780Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1504014Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1512431Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1520798Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1529623Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1537867Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1546266Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1554641Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1563135Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1571566Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1579848Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1588622Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1596992Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1605658Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1613983Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1622398Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1630770Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1639310Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1647801Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1656228Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1664475Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1672762Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1681172Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1689742Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1697987Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1706262Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1714493Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1722818Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1730954Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1739194Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1747334Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1755756Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1763929Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1772373Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1780557Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1788854Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1797233Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1805788Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1813925Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1822706Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1830837Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1839207Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1847665Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1855802Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1864104Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1872390Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1880629Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1889168Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1897305Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1905566Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1913782Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1922148Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1930495Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1938619Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1946850Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1955128Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1963390Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1971774Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1979946Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1988438Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.1996511Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2005029Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2013261Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2021604Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2029737Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2038091Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2046412Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2054727Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2062787Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2071031Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2079295Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2087665Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2096040Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2104434Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2113107Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2121601Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2130136Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2138430Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2146770Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2155053Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2163461Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2171912Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2180291Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2188442Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2196663Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2205161Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2213654Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2221860Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2230132Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2238480Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2246958Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2255135Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2263376Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2271663Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2279983Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2288496Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2296690Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2305172Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2313329Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2321790Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2330302Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2338453Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2345719Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2353248Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2360881Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2368558Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2376041Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2383501Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2391011Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2398592Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2406420Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2413969Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2421541Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2429110Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2436803Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2444544Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2452142Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2459814Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2467391Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2475124Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2482913Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2490849Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2498421Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2506113Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2513756Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2521562Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2529328Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2536987Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2544609Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2552347Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2560098Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2568089Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2575685Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2583823Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2591425Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2599607Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2607450Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2615128Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2622786Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2630446Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2638090Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2646130Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2653567Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2661222Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2668885Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2676547Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2684555Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2692185Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2699842Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2707559Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2715180Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2722968Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2730903Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2738652Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2746238Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2753934Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2761745Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2769570Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2777566Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2789278Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2797280Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2805319Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2812988Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2820609Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2828082Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2835918Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2843723Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2851595Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2859257Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2866992Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2874504Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2882429Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2890056Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2897833Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2905440Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2912973Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2920652Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2928399Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2935829Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2943591Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2951140Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2960441Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2968127Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2976815Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2984357Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.2992409Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3000395Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3008439Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3016016Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3023828Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3031429Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3039293Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3047098Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3055873Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3063400Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3071180Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3078630Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3086580Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3094077Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3101694Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3109227Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3116830Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3124690Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3132418Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3139954Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3147575Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3155088Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3162910Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3170859Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3178137Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3185520Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3192952Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3200452Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3208014Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3215208Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3222565Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3229890Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3237195Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3244626Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3252094Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3259398Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3266796Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3274045Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3281642Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3288983Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3296344Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3303658Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3310996Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3318354Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3325856Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3333529Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3340658Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3348207Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3355325Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3362720Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3370403Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3377763Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3385098Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3392353Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3399785Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3407212Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3414550Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3421750Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3429065Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3436565Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3443902Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3451252Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3458513Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3465793Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3473169Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3480625Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3487948Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3495084Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3502432Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3509727Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3516961Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3524741Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3532028Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3539305Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3546566Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3553914Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3561354Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3568730Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3576030Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3583240Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3590501Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3597843Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3605395Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3612772Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3620301Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3627891Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3635465Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3643110Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3650791Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3658397Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3666153Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3673746Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3681236Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3689018Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3696518Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3704005Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3711579Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3719143Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3726788Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3734304Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3741879Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3749442Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3756996Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3765012Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3772301Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3779828Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3787386Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3794866Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3802381Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3810046Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3817585Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3825114Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3832846Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3840736Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3848622Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3856401Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3864140Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3871915Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3879807Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3887670Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3895274Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3902936Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3910647Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3918398Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3926296Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3934074Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3941809Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3949551Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3957284Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3965186Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3972853Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3980540Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3988343Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.3996015Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4003872Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4011795Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4019516Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4027311Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4035018Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4042771Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4050587Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4058294Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4066009Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4073737Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4081521Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4089631Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4097303Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4105033Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4112675Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4120517Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4128421Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4136172Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4143827Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4151525Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4159368Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4167373Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4174945Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4182609Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4190336Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4198041Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4206055Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4213673Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4221480Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4229194Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4237012Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4244982Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4252672Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4260327Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4268074Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4275750Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4283544Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4291382Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4299209Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4306819Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4314613Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4322445Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4330384Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4338201Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4345859Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4353516Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4361327Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4369205Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4377052Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4384847Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4392529Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4400378Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4408302Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4416060Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4423752Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4431416Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4439226Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4447025Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4454708Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4462431Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4470085Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4477895Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4485717Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4493424Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4501170Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4508926Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4516643Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4525146Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4532795Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4540457Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4547965Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4555528Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4563351Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4571125Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4578806Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4586525Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4594140Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4601861Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4609735Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4617394Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4625121Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4632797Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4640643Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4648445Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4656140Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4663766Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4671509Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4679319Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4687143Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4694776Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4702508Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4710240Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4718182Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4726009Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4733639Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4741278Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4748898Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4756631Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4764520Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4772123Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4779907Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4787705Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4795397Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4803210Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4810911Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4818279Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4825777Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4833182Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4840948Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4848670Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4856111Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4863610Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4871223Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4878816Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4886548Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4894106Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4902276Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4910071Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4917590Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4925843Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4933455Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4940817Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4948216Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4955439Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4962928Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4970288Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4977588Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4984891Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4992272Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.4999783Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5007113Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5014368Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5021715Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5029001Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5036260Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5043619Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5051031Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5058325Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5065661Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5072873Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5080331Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5087876Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5095526Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5102848Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5110058Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5117482Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5125501Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5132571Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5139968Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5147334Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5154664Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5162236Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5169730Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5177245Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5184835Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5192274Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5199896Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5207424Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5214819Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5222237Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5229656Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5237131Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5244882Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5252349Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5259854Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5267274Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5274731Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5282337Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5289955Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5297385Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5304805Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5312145Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5319744Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5327325Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5334650Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5342001Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5349424Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5356698Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5364694Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5372439Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5380099Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5387691Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5395270Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5402951Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5410772Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5418287Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5425996Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5433558Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5441336Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5449091Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5456723Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5464334Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5472051Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5479765Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5487579Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5495164Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5502730Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5510344Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5517990Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5525829Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5533583Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5541073Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5548747Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5556311Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5564167Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5571825Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5579484Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5587093Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5594825Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5602536Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5610283Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5617930Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5625576Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5633305Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5641019Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5648717Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5656351Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5663945Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5671997Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5679341Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5686859Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5694208Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5701598Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5708980Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5716413Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5723932Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5731398Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5738937Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5746288Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5753614Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5761148Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5768617Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5775988Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5783297Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5790715Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5798434Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5806015Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5813383Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5820780Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5828130Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5835534Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5843145Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5850608Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5858019Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5865516Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5873084Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5880704Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5888629Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5895866Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5903341Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5910750Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5918299Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5925900Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5933228Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5940966Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5948219Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5955561Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5963026Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5970557Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5977814Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5985182Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.5992568Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6000095Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6007645Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6015030Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6022433Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6029840Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6037278Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6044834Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6052147Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6059509Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6066911Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6074194Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6081634Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6089135Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6096903Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6104319Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6111586Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6119247Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6126617Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6134137Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6141467Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6148492Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6155615Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6163135Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6170497Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6177758Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6185032Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6192359Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6199694Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6207060Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6214290Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6221612Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6228845Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6236157Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6243619Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6251038Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6258353Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6265631Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6272871Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6280287Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6287774Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6294939Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6302266Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6309619Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6316889Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6324548Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6331898Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6339102Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6346175Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6353506Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6360912Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6368486Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6375858Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6383399Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6390368Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6397687Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6405305Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6412610Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6419824Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6427240Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6434353Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6441801Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6449187Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6456469Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6464130Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6471399Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6479012Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6486838Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6494427Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6501982Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6509477Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6517006Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6524811Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6532322Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6540053Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6547605Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6554960Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6562742Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6570479Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6578228Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6585942Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6593643Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6601197Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6608853Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6616246Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6623662Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6631230Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6638653Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6646205Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6653711Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6661080Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6668601Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6675960Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6683668Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6691236Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6698659Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6706458Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6713940Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6721610Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6729303Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6736851Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6744616Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6752038Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6759623Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6767215Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6774824Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6782326Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6789983Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6797629Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6805381Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6812994Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6820645Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6828146Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6835846Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6843464Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6851458Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6858829Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6866613Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6874140Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6881791Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6889439Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6896988Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6904576Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6912123Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6919736Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6927452Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6934899Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6942611Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6950132Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6957878Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6965539Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6973168Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6980704Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6988306Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.6995798Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7003489Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7011175Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7018774Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7026254Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7033779Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7041413Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7049177Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7056749Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7064387Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7071936Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7079600Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7087274Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7095158Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7102698Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7110212Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7117872Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7125765Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7133360Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7140943Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7148542Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7156329Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7164096Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7171731Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7179294Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7186891Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7194468Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7202249Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7210030Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7217613Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7225214Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7232898Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7240604Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7248470Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7256059Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7263720Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7271342Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7279076Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7286791Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7294428Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7302009Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7309658Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7317227Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7325052Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7332686Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7340355Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7348628Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7355660Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7363435Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7371547Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7378681Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7386189Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7393681Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7401391Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7408973Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7416498Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7424109Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7431549Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7439212Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7446983Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7454474Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7462049Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7469520Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7477097Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7484893Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7492419Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7499708Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7507164Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7514495Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7522072Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7529480Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7536974Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7544338Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7551726Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7559144Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7566812Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7574046Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7581431Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7588776Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7596255Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7603639Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7611449Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7618642Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7626014Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7633504Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7641106Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7648732Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7656230Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7663669Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7671224Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7679089Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7686622Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7694139Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7701602Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7709080Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7716739Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7724628Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7732053Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7739575Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7747234Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7754817Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7762385Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7770188Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7777548Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7784976Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7792577Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7800494Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7808013Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7815403Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7822949Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7830307Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7837795Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7845536Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7852925Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7860284Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7867725Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7875243Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7883093Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7890436Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7897990Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7905568Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7913114Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7920741Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7928438Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7935922Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7943431Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7950869Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7958369Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7966126Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7973705Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7981114Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7988580Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.7996038Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8003717Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8011408Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8018896Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8026373Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8033917Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8041509Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8049113Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8056555Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8064030Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8071539Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8079141Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8086873Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8094305Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8101900Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8109424Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8116945Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8124715Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8132204Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8139699Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8147152Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8154654Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8162246Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8170201Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8178002Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8185410Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8192428Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8199841Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8207244Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8214501Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8221847Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8229056Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8236285Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8243732Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8251059Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8258436Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8265602Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8272851Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8280083Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8287663Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8294782Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8302109Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8309409Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8316624Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8324184Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8331375Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8338635Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8346012Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8353173Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8360885Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8368216Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8375501Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8382763Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8390121Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8397349Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8404902Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8412318Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8419590Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8426830Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8434059Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8441464Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8448897Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8456101Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8463325Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8470604Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8478077Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8485630Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8492974Z test_comprehensive_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8500336Z test_comprehensive_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8507689Z test_comprehensive_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8515014Z test_comprehensive_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8522446Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8529842Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8537150Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8544399Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8551677Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8558978Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8566491Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8573980Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8581202Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8588444Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8595711Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8603091Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8610512Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8617831Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8625123Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8632387Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8639851Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8647242Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8654623Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8661933Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8669321Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8676593Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8684129Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8691486Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8698826Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8706147Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8713717Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8721195Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8729125Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8736289Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8743767Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8751308Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8767404Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8767892Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8773831Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8781111Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8788406Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8795835Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8803455Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8811038Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8818176Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8825398Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8832692Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8840049Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8847618Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8854930Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8862553Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8870350Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8877936Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8886077Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8893780Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8901728Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8909341Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8917030Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8925093Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8932706Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8940319Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8947963Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8955709Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8963414Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8971208Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8978833Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8986541Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.8994130Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9001950Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9009672Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9017345Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9024956Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9032654Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9040390Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9048249Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9055859Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9063529Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9071129Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9078914Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9086680Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9094297Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9102035Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9109718Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9117766Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9125662Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9133357Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9141080Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9148673Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9156359Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9164350Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9172148Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9179939Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9187589Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9195227Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9203169Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9210822Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9218498Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9226277Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9234033Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9241883Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9249718Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9257373Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9265076Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9272779Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9280641Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9288480Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9296137Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9303780Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9311497Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9319256Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9327157Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9334833Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9342555Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9350254Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9358364Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9366185Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9373757Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9381458Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9389159Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9396739Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9404720Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9412401Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9420044Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9427541Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9435146Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9442834Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9450505Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9458064Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9465658Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9473204Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9480897Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9488483Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9496036Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9503581Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9511151Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9518750Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9526482Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9533994Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9541546Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9549057Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9556640Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9564463Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9571957Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9579426Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9586965Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9594541Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9602420Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9610364Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9617937Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9625494Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9633112Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9640778Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9648581Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9656129Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9663800Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9671356Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9679074Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9686825Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9694458Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9701970Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9709608Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9717228Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9725086Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9732630Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9740245Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9747851Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9755506Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9763272Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9771062Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9778619Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9786298Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9794393Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9802067Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9809894Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9817547Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9825132Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9832787Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9840356Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9848088Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9856280Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9863602Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9871025Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9878607Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9886344Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9894170Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9901410Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9909951Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9917235Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9925299Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9932899Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9940870Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9948521Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9956003Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9963692Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9971445Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9978995Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9986543Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:41.9994124Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0001878Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0009617Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0017217Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0024777Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0032454Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0040035Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0047867Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0055361Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0063004Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0070591Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0078302Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0086022Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0093638Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0101261Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0109028Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0116579Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0124512Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0132037Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0139719Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0147329Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0154967Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0162637Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0170480Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0178211Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0185924Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0193681Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0201507Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0209373Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0217122Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0224806Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0232574Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0240571Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0248709Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0256304Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0263986Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0271667Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0279509Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0287344Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0294960Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0302608Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0310278Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0317893Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0325735Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0333356Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0341044Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0348640Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0356317Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0364316Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0371964Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0379675Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0387398Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0394964Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0402754Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0410555Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0418146Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0425738Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0433346Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0441105Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0449039Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0456558Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0464151Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0471773Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0479509Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0487239Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0494916Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0502563Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0510257Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0517911Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0525698Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0533435Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0541157Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0548836Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0556483Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0564354Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0572193Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0579894Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0587606Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0595264Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0603050Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0610911Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0618680Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0626336Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0634013Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0641740Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0649598Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0657337Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0664919Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0672834Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0680591Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0688326Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0696101Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0703677Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0711410Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0718980Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0726753Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0734259Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0741796Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0749376Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0757046Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0764822Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0772461Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0779909Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0787615Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0795070Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0803141Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0810435Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0817718Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0825065Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0832399Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0839882Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0847435Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0854863Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0862369Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0869452Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0876982Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0884504Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0891693Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0899010Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0906399Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0913758Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0921243Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0928684Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0936083Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0943421Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0950793Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0958201Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0965763Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0973134Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0980506Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0987769Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.0995134Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1002567Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1010129Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1017413Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1024778Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1032110Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1039638Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1047083Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1054521Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1062024Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1069219Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1076550Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1083916Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1091320Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1098618Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1105814Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1113531Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1121088Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1128484Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1135967Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1143602Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1151111Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1158849Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1166462Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1173996Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1181516Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1189032Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1196585Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1204657Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1211914Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1219432Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1227001Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1234563Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1242188Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1249851Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1257345Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1265002Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1272421Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1280091Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1287797Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1295331Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1302869Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1310424Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1317992Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1325770Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1333459Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1340939Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1348482Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1356026Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1363661Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1371390Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1379137Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1386142Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1393483Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1400855Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1408595Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1416093Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1423623Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1431124Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1438683Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1446425Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1453946Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1461490Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1469074Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1476718Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1484438Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1491997Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1499531Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1507220Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1514828Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1522702Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1530550Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1537945Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1545478Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1553051Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1560800Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1568424Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1575954Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1583558Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1591096Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1598798Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1606946Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1614152Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1621605Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1629155Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1636665Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1644350Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1651494Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1658952Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1666548Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1674199Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1681968Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1689627Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1697073Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1704625Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1712233Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1720104Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1727801Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1735256Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1742771Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1750321Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1757886Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1765743Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1773275Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1780783Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1788282Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1796235Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1804219Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1811573Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1819019Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1826406Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1834071Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1841832Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1849598Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1857241Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1864494Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1872247Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1879692Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1887449Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1895002Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1902286Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1909680Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1917133Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1924690Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1932191Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1939443Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1947082Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1954381Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1961925Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1969450Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1976868Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1984272Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1991773Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.1999382Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2006988Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2014299Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2021731Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2029169Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2036615Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2044234Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2051795Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2059301Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2066675Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2074028Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2081600Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2089172Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2096776Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2104851Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2111876Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2119065Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2126759Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2134240Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2141632Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2149162Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2156656Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2164345Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2171817Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2179332Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2186919Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2194507Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2202196Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2209706Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2217305Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2224772Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2232414Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2240009Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2247686Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2255194Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2262755Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2270306Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2277945Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2285639Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2293186Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2300942Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2308294Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2315786Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2323653Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2331134Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2338661Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2346153Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2353920Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2361433Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2369254Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2376619Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2384219Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2392139Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2399980Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2407850Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2415644Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2423505Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2431245Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2439019Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2446980Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2454567Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2462337Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2470050Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2477847Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2485807Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2493498Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2501163Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2508948Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2516815Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2524769Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2532465Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2540124Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2547785Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2555589Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2563424Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2571267Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2578999Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2586715Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2594367Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2602221Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2609970Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2617423Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2625411Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2632819Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2640486Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2648171Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2655752Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2663520Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2671075Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2678784Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2686576Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2694106Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2701676Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2709530Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2717064Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2725738Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2732600Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2740050Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2747712Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2755393Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2763014Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2770723Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2778284Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2785905Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2793482Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2801337Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2808689Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2815889Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2823212Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2830534Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2837901Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2845415Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2852757Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2860022Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2867346Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2875201Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2882791Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2890319Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2897853Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2905291Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2912841Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2920416Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2928169Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2935814Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2943200Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2950739Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2958345Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2966109Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2973583Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2981103Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2988581Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.2996159Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3003855Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3011584Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3018995Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3026608Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3034146Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3041811Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3049654Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3057158Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3064690Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3072228Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3079848Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3087437Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3094945Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3102572Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3110070Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3117684Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3125415Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3133013Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3140479Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3148195Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3155587Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3163102Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3170686Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3178232Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3185751Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3193212Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3200817Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3208510Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3215950Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3223530Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3231050Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3238636Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3246287Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3253859Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3261321Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3268868Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3276377Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3284228Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3291704Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3299243Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3306770Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3314349Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3322049Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3329725Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3337266Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3344854Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3352264Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3359803Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3367273Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3374759Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3382232Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3390024Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3397570Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3405338Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3412768Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3420273Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3427757Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3435392Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3442945Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3450612Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3458045Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3465546Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3473150Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3480874Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3488342Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3495670Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3503036Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3510513Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3517960Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3525480Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3532850Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3540191Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3547675Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3554937Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3562369Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3569824Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3577179Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3584641Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3591957Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3599363Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3606890Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3614314Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3621715Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3629125Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3636350Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3643928Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3651351Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3658677Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3665990Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3673344Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3680788Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3688369Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3695720Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3703114Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3710398Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3717827Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3725390Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3732834Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3740154Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3747652Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3754855Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3762329Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3769729Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3777111Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3784447Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3791891Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3799631Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3807171Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3814455Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3821823Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3829243Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3836580Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3844188Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3851604Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3858956Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3866329Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3873644Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3881325Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3888912Z test_comprehensive_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3896385Z test_comprehensive_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3903763Z test_comprehensive_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3911228Z test_comprehensive_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3918665Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3926178Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3933487Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3940899Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3948371Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3955638Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3963079Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3970606Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3977978Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3985346Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.3992668Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4000159Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4007596Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4014979Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4022295Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4029644Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4037005Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4044649Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4052032Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4059389Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4066817Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4074302Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4081691Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4089276Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4096533Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4103957Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4111270Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4118761Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4126467Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4133947Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4141543Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4148743Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4156387Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4163909Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4171421Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4178914Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4186312Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4193720Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4201319Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4209001Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4216442Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4223898Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4231342Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4238870Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4246566Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4254084Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4261486Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4269032Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4276403Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4284110Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4291494Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4298983Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4306454Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4313959Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4321468Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4329131Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4336574Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4344106Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4351630Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4359404Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4366819Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4374301Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4381650Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4389176Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4396935Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4404177Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4411424Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4418647Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4425867Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4433218Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4440617Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4448160Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4455419Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4462664Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4469907Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4477191Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4484700Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4492107Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4499327Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4506646Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4513927Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4521319Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4528748Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4536148Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4543440Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4550811Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4557986Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4565612Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4572725Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4579979Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4587297Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4594658Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4602066Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4609541Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.4617603Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4624370Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4631936Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4639150Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4646361Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4653646Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4661005Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4668228Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4675507Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4682875Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4690257Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4697544Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4704867Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4712265Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4719643Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4727099Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4734419Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4741755Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4749025Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4756453Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4764251Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4771443Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4778768Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4786096Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4793372Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4801306Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4808706Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4815972Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4823247Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4830604Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4838016Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4845574Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4852800Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4860390Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4867715Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4875138Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4883149Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4890944Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4898453Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4905956Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4913256Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4921213Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4928342Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4936077Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4943002Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4950327Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4957530Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4965057Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4972058Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4979032Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4986098Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.4993116Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5000269Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5007528Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5014615Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5021655Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5028631Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5035693Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5042883Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5050281Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:05:42.5057384Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5064594Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5071979Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5079292Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5086986Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5094307Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5101632Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5109064Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5116754Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5124652Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5132049Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5139615Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5147041Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5154718Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5161958Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5169632Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5176734Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5184205Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5191405Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5198887Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5206522Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5214038Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5221217Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5228516Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5235826Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5243190Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5250586Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5257855Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5265187Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5272761Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5280238Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5287673Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5294869Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5302130Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5309433Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5316741Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5324215Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5331419Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5338760Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5346094Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5353307Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5360853Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5368402Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5376769Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5383648Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5391134Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5398261Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5405823Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5413067Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5420407Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5427636Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5434967Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5442345Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5449845Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5457127Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5464428Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5471698Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5479111Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5486512Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5493907Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5501291Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5508701Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5516019Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5523505Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5531131Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5538503Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5545872Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5553224Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5561328Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5569266Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5577157Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5584638Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5592007Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5599528Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5606880Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5614296Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5621855Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5629113Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5636427Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5644191Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5651421Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5658787Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5666175Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5673624Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5681114Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5688646Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5696063Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5703480Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5711144Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5718888Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5726794Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5734712Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5742334Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5750038Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5757681Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5765683Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5773270Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5780444Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5787878Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5795565Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5803335Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5811315Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5819176Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5827109Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5834998Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5842943Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5850943Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5858685Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5866500Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5874313Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5882160Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5890063Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5897873Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5905637Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5913470Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5921375Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5929267Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5937088Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5944844Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5952696Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5960586Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5968768Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5976576Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5984214Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.5992088Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6000013Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6007927Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6015757Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6023553Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6031357Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6039256Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6047206Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6054959Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6062701Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6070501Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6078253Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6086249Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6093999Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6101787Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6109500Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6117317Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6125329Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6133055Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6140833Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6148552Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6156290Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6164292Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6172136Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6179757Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6187578Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6195325Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6203187Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6211538Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6219701Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6227758Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6235877Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6244156Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6252165Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6260156Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6268225Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6276189Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6284531Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6292249Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6299998Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6307768Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6315704Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6323606Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6331469Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6339204Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6346980Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6354584Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6362341Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6370398Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6377940Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6385622Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6393335Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6401206Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6409415Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6417042Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6424742Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6432908Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6441153Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6449324Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6457374Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6465489Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6473520Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6481763Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6490343Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6497770Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6505536Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6513189Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6520933Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6528376Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6535616Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6543098Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6550516Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6557798Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6566055Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6573234Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6580572Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6587873Z 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-08-17T13:05:42.6595255Z 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-08-17T13:05:42.6602643Z 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-08-17T13:05:42.6610114Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:05:42.6617541Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6624953Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6632185Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6639731Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6647241Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6654610Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6661789Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6669201Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6676494Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6684174Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6691526Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6698914Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6706325Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6713679Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6721070Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6728477Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6735868Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6743130Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6750615Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6757735Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6765641Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6773365Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6780981Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6788733Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6796575Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6804299Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6812062Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6819644Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6827004Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6834278Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6841709Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6849239Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6856688Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6863993Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6871637Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6878998Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6886717Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6893948Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6901186Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6908423Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6915588Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6923015Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6930367Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6937655Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6945098Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6952260Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6959631Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6967093Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6974258Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6981567Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6988847Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.6996055Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7003444Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7010803Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7018076Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7025179Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7032421Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7039805Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7047120Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7054400Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7061567Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7068897Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7076156Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7083648Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7090924Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7098193Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7105412Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7112737Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7120151Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7127704Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7135280Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7142323Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7149490Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7156747Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7164339Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7171638Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7178934Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7186228Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7193380Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7200769Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7208156Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7215476Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7222695Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7229982Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7237276Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7244711Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7251950Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7259311Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7266651Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7273947Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7281343Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7288806Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7296019Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7303302Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7310651Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7318046Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7325479Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7332702Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7340108Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7347441Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7354677Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7362199Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7369537Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7376914Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7384092Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7391357Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7398844Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7406280Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7413389Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7420767Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7427975Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7435275Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7442638Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7450057Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7457305Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7464706Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7471815Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7479133Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7486575Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7493789Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7501093Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7508346Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7515583Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7523031Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7530643Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7537813Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7545041Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7569047Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7569842Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7570511Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7574484Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7582322Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7589307Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7596635Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7604308Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7611763Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7619230Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7626673Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7634049Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7641667Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7649089Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7656263Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7663509Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7670751Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7678097Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7685504Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7692755Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7700024Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7707335Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7714582Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7722080Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7729580Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7736871Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7744026Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7751308Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7758671Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7766132Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7773351Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7780646Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7787879Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7795170Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7803062Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7810856Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7818628Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7826274Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7833921Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7841632Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7849431Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7857041Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7864692Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7872336Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7880852Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7888807Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7896511Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7904160Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7911749Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7919552Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7927626Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7935016Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7942595Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7950263Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7957966Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7965809Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7973459Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7981285Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7988973Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.7996636Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8004731Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8012295Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8019938Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8027664Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8035341Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8043113Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8050864Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8058502Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8066194Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8074048Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8082071Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8089814Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8097507Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8105185Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8112853Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8120631Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8128656Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8136226Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8144008Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8151414Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8159197Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8166946Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8174546Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8182130Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8189768Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8197407Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8205395Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8213284Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8221270Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8229155Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8237035Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8245058Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8253990Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8262341Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8270712Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8279107Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8287590Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8295960Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8304389Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8312744Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8321278Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8329719Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8338105Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8346478Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8354921Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8363481Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8371829Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8380243Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8388722Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8396904Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8405613Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8413859Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8422270Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8430583Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8438968Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8447409Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8455760Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8464064Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8472419Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8480890Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8489077Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8496457Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8503891Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8511408Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8518979Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8526741Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8534198Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8541668Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8549224Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8556783Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8564686Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8572094Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8579624Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8587157Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8594653Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8602284Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8609907Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8617389Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8625035Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8632296Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8639937Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8647536Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8655030Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8662512Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8669956Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8677415Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8685209Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8692718Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8700284Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8707808Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8715338Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8722932Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8730585Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8738126Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8745562Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8753029Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8760673Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8768360Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8775872Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8783354Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8790998Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8798594Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8806203Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8813668Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8821193Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8828601Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8836135Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8843769Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8851450Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8858901Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8866480Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8874108Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8881597Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8889252Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8896725Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8904308Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8911698Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8919312Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8926925Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8934372Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8941966Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8949504Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8957065Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8964724Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8972282Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8979801Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8987538Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.8994890Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9002527Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9010111Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9017631Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9025160Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9032715Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9040294Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9047977Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9055436Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9062964Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9070466Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9078079Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9085753Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9093292Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9100758Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9108362Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9115852Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9123474Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9131042Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9138616Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9146112Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9153632Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9161223Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9168968Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9176520Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9184018Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9191639Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9199228Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9206918Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9214426Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9221969Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9229550Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9237087Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9244929Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9252546Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9260064Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9267642Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9275212Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9282829Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9290471Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9297985Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9305493Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9312976Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9320589Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9328321Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9335831Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9343389Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9350867Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9358464Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9366282Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9373693Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9381202Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9388762Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9396166Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9403848Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9411510Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9418876Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9426386Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9433733Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9441486Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9449040Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9456630Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9464215Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9471821Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9479405Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9487082Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9494468Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9502025Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9509556Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9517054Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9524863Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9532335Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9539990Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9547598Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9555144Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9562817Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9570524Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9578078Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9585788Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9593258Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9600989Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9608732Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9616367Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9623908Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9631569Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9639265Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9647098Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9654535Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9662110Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9669665Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9677244Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9685160Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9692738Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9700193Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9707721Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9715246Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9722872Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9730567Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9738211Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9745685Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9753087Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9760736Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9768363Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9776007Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9783283Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9790822Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9798783Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9806416Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9813901Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9821499Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9829165Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9836496Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9844188Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9851669Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9859125Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9866976Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9874217Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9881672Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9890178Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9897678Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9905635Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9913062Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9920748Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9928203Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9935933Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9943048Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9950321Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9957593Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9965075Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9972430Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9979616Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9986890Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:42.9994148Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0001505Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0008912Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0016187Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0023457Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0030773Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0038059Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0045541Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0052820Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0060050Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0067364Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0074881Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0082852Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0090801Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0098698Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0106765Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0114764Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0123016Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0131017Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0138865Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0146767Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0154492Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0162514Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0170182Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0177677Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0185543Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0192990Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0200761Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0208607Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0216274Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0223884Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0231573Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0239338Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0247036Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0254667Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0262360Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0269977Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0277625Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0285519Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0293160Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0300813Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0308538Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0316243Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0324165Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0331758Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0339400Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0347037Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0354661Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0362529Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0370847Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0378306Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0385861Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0393460Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0401426Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0409132Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0416834Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0424473Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0432184Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0439910Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0447863Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0455483Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0463154Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0470797Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0478527Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0486349Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0494023Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0501770Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0509593Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0517254Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0525237Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0532805Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0540457Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0548116Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0555867Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0563659Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0571516Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0579232Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0586967Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0594678Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0602536Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0610393Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0617895Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0625491Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0633186Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0640953Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0648970Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0656718Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0664179Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0671628Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0679546Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0687390Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0695085Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0702751Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0710506Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0718120Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0725960Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0733563Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0741215Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0748806Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0756485Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0764309Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0771859Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0779643Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0787165Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0794851Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0802852Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0810257Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0817768Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0825309Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0832722Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0840254Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0847972Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0855332Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0863491Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0870272Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0877831Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0885465Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0892895Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0900311Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0907744Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0915093Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0922601Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0930017Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0937447Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0944862Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0952212Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0959680Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0967196Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0974609Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0982085Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0989692Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.0997066Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1004819Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1012030Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1019541Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1026961Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1034294Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1041866Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1049354Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1056841Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1064271Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1071708Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1079174Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1086694Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1094098Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1101701Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1109111Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1116729Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1124483Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1132008Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1139575Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1147205Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1154731Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1162413Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1170103Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1177701Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1185161Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1192690Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1200307Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1208101Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1215700Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1223160Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1230615Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1238237Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1245944Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1253479Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1261007Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1268618Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1276118Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1283830Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1291459Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1298971Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1306558Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1314093Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1321612Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1329098Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1336446Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1343828Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1351252Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1358890Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1366437Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1374194Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1381046Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1388595Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1396123Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1403837Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1411504Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1419205Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1426661Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1434223Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1441926Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1449640Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1457258Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1464900Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1472447Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1480147Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1487862Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1495445Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1502994Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1510592Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1518196Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1525959Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1533570Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1541185Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1548751Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1556370Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1564267Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1571880Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1579425Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1587071Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1594715Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1602535Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1610374Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1617947Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1625599Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1633131Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1640891Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1648645Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1656253Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1663851Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1671411Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1679185Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1686977Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1694624Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1702256Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1709907Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1717515Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1725459Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1733088Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1740804Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1748540Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1756104Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1763836Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1771820Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1779221Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1786791Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1794343Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1802180Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1809921Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1817355Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1825126Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1832528Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1840141Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1847870Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1855318Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1863414Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1870573Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1877945Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1885429Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1892854Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1900533Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1907982Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1915536Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1923222Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1930642Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1938127Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1945372Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1952612Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1960190Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1967721Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1975066Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1982492Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1990026Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.1997339Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2005044Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2012191Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2019557Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2026966Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2034320Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2041825Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2049326Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2056750Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2064241Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2071728Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2079136Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2086747Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2094157Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2101511Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2108901Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2116322Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2123841Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2131545Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2139063Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2146395Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2153814Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2161288Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2168983Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2176486Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2183849Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2191247Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2198730Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2206266Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2213648Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2221024Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2228387Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2235774Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2243173Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2250751Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2258103Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2265545Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2272994Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2280418Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2287997Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2295379Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2302737Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2310086Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2317439Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2325006Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2332448Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2339822Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2347255Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2354708Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2362158Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2369627Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2377038Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2385191Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2392198Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2399891Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2407600Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2415300Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2422717Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2430389Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2438010Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2445817Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2453429Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2461070Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2468718Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2476346Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2484203Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2491845Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2499489Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2507067Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2514680Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2522495Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2530143Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2537775Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2545413Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2553086Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2560787Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2568691Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2576303Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2583809Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2591482Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2599137Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2607025Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2614617Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2622380Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2629862Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2637672Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2646679Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2653404Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2661079Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2668766Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2676511Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2684382Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2692069Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2699847Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2707716Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2715244Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2723012Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2730932Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2738528Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2746200Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2753947Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2761728Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2769515Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2777272Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2784929Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2792716Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2800737Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2808526Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2816178Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2823874Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2831672Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2839484Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2847319Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2855067Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2862819Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2870527Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2878280Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2886055Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2893937Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2901467Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2909087Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2916796Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2924768Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2932435Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2940196Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2947874Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2955654Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2963436Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2971350Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2979031Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2986704Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.2994332Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3002160Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3009933Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3017678Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3025348Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3033120Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3040906Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3048908Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3056529Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3064342Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3071938Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3079874Z test_comprehensive_nn_functional_kl_div_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3087728Z test_comprehensive_nn_functional_kl_div_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3095349Z test_comprehensive_nn_functional_kl_div_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3103042Z test_comprehensive_nn_functional_kl_div_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3110846Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3118534Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3126432Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3134150Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3141856Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3149649Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3157386Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3165359Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3173124Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3180717Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3188405Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3196069Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3204135Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3211853Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3219521Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3227265Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3234887Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3242769Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3250571Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3258321Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3266198Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3273738Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3281574Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3289284Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3297025Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3304665Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3312371Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3320228Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3328003Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3335708Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3343321Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3351049Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3358979Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3366709Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3374457Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3382043Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3389795Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3397433Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3405354Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3412955Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3420668Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3428324Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3436092Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3443883Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3451807Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3459299Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3467136Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3474729Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3482773Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3490529Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3498251Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3505982Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3513742Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3521561Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3529432Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3537114Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3544912Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3552568Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3560417Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3568170Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3575769Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3583423Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3591247Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3598949Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3606828Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3614309Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3621579Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3629052Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3636492Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3643830Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3651502Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3658962Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3666496Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3674014Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3681747Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3689326Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3696828Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3704438Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3711963Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3719613Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3727315Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3734865Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3742384Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3749956Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3757524Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3765116Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3772633Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3780163Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3787612Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3795338Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3803012Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3810638Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3818288Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3825743Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3833305Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3841047Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3848676Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3856172Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3863724Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3871255Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3878803Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3886479Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3894021Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3901616Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3909161Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3916636Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3924560Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3932063Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3939577Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3947072Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3954621Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3962293Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3969991Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3977476Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3985098Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.3992759Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4000559Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4008065Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4015606Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4023165Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4030754Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4038407Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4046021Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4053485Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4061026Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4068533Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4076104Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4083784Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4091503Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4099031Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4106606Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4114161Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4121802Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4129474Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4136972Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4144602Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4152016Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4159696Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4167404Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4174908Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4182595Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4190018Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4197656Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4205349Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4212968Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4220560Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4228132Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4235706Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4243338Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4251016Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4258651Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4266123Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4273725Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4281454Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4289195Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4296689Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4304225Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4311824Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4319532Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4327193Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4334663Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4342126Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4349670Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4357347Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4365219Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4372654Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4380207Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4387767Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4395314Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4402992Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4410614Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4418108Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4425558Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4432994Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4440631Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4448272Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4455756Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4463298Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4470857Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4478470Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4486299Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4493927Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4501512Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4508935Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4516510Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4524248Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4531727Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4539271Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4546812Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4554470Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4562058Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4569702Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4577494Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4585037Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4592681Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4600416Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4608124Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4615623Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4623164Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4630601Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4638234Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4645950Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4653527Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4661083Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4668627Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4676079Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4683902Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4691577Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4699054Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4706499Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4714126Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4721745Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4729467Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4736994Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4744644Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4752228Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4760113Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4767785Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4775505Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4783095Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4790687Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4798440Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4806164Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4813748Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4821307Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4828857Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4836419Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4844307Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4852329Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4859714Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4867311Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4874985Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4882823Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4890522Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4898145Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4906531Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4913891Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4921964Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4929823Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4937691Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4945377Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4953071Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4960966Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4968826Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4976623Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4984257Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4991988Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.4999719Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5007486Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5015167Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5022807Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5030512Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5038221Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5046126Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5053787Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5061362Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5068946Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5076517Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5084379Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5091951Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5099674Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5107142Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5114721Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5122504Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5130360Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5137961Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5145609Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5153205Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5160956Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5168780Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5176475Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5184067Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5191689Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5199307Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5207025Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5214672Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5222265Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5229909Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5237620Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5245510Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5253108Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5260697Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5268479Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5276034Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5283838Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5291654Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5299380Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5306900Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5314469Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5322231Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5330154Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5337649Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5345238Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5353285Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5360758Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5368266Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5376076Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5383227Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5390753Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5398195Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5405793Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5412968Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5420327Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5427328Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5435021Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5442581Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5450288Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5457747Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5465235Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5472588Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5480165Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5487640Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5495067Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5502674Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5510042Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5517374Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5525076Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5532479Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5539889Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5547321Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5554741Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5562315Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5569940Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5577277Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5584719Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5592099Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5599732Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5607582Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5614896Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5622058Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5629550Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5637102Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5644853Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5652218Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5659604Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5666994Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5674382Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5681910Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5689385Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5696789Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5704388Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5711659Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5719180Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5726680Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5734091Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5742079Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5749979Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5757438Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5765132Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5772861Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5780210Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5787447Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5794917Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5802711Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5810264Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5817808Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5825378Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5832992Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5840683Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5848328Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5856041Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5863613Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5871264Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5879056Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5886816Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5894306Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5901980Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5909757Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5917252Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5925199Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5932912Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5940568Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5948218Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5955798Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5963503Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5971321Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5978927Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5986529Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.5994195Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6001983Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6009799Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6017445Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6025069Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6032711Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6040512Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6048240Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6055835Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6063410Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6070985Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6078669Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6086465Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6094205Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6101861Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6109448Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6117161Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6125147Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6132657Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6140298Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6147918Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6155463Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6163227Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6170965Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6178582Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6186222Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6193922Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6201693Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6209485Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6217170Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6224829Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6232443Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6240074Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6247771Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6255439Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6262991Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6270581Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6278215Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6285972Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6293576Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6301105Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6308696Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6316762Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6324447Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6331945Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6339485Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6347087Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6354606Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6362655Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6370333Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6377721Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6385212Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6392793Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6400475Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6408224Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6415776Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6423477Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6431059Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6438672Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6446368Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6453934Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6461467Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6469096Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6476675Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6484354Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6491778Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6499587Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6507109Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6514711Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6522387Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6530246Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6537830Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6545542Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6553168Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6560928Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6568702Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6576320Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6583834Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6591574Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6599462Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6607248Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6614869Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6622462Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6630119Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6637778Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6645548Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6653253Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6660769Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6668375Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6675990Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6683790Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6691483Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6699214Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6706852Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6714766Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6722456Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6730129Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6737784Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6745365Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6753035Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6760809Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6768558Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6776200Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6783744Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6791462Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6799105Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6806972Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6814694Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6822134Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6829680Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6837271Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6845168Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6852874Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6860503Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6868355Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6876150Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6883941Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6891790Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6899247Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6906803Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6914275Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6922026Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6929580Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6937053Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6944591Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6952129Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6959755Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6967353Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6974922Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6982457Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6990068Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.6997570Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7005452Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7012942Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7020529Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7028029Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7035554Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7043131Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7050873Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7058302Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7065871Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7073376Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7081112Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7088804Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7096316Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7103971Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7111895Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7119155Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7126642Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7133721Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7141020Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7148245Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7155546Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7162935Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7170330Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7177658Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7184941Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7192197Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7199549Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7207073Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7214252Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7221531Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7228906Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7236134Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7243552Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7250892Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7258194Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7265512Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7272830Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7280143Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7287501Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7294837Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7302026Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7318258Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7318779Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7324394Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7331517Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7338761Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7346110Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7353691Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7361213Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7368787Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7376052Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7383312Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7390548Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7397862Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7405382Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7412768Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7420021Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7427333Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7434517Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7441991Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7449370Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7456653Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7463799Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7471150Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7478518Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7485896Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7493463Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7500523Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7507865Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7515238Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7522645Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7530017Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7537358Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7544603Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7551913Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7559261Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7566648Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7573883Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7581215Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7588462Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7595756Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7603165Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7610811Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7617922Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7625254Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7632512Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7640007Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7647384Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7654613Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7662022Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7669109Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7676446Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7683839Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7691222Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7698493Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7705819Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7713104Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7720573Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7727978Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7735258Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7742511Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7749849Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7757115Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7764695Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7771936Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7779183Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7786479Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7793720Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7801160Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7808564Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7815940Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7823341Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7830588Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7837868Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7845324Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7852834Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7859907Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7867117Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7874392Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7881781Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7889179Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7896456Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7903769Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7911168Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7918352Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7925809Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7933085Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7940316Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7947645Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7954909Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7962301Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7969647Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7976976Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7984205Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7991503Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.7998814Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8006391Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8013699Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8021020Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8028278Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8035642Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8043164Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8050578Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8057834Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8065148Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8072349Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8079776Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8087250Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8094568Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8101873Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8109256Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8116393Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8123752Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8131130Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8138436Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8145711Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8152940Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8160312Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8167737Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8175041Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8182413Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8189664Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8196931Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8204493Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8211751Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8218960Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8226270Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8233545Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8240867Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8248320Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8255610Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8263054Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8270228Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8277473Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8285040Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8292340Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8299611Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8307029Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8314236Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8321552Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8329114Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8336343Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8343614Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8351105Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8358453Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8366259Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8373392Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8380814Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8388431Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8395902Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8402966Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8410303Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8418110Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8425084Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8432352Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8439664Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8447178Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8454572Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8461975Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8469407Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8476726Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8484253Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8491462Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8498829Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8506147Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8513265Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8520640Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8528007Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8535225Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8542503Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8549844Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8557048Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8564703Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8571741Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8579029Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8586245Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8593561Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8601042Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8608311Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8615667Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8622911Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8630197Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8637508Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8644937Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8652182Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8659347Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8666556Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8673819Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8681249Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8688598Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8695837Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8703336Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8710463Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8717789Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8725236Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8732567Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8739852Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8747081Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8754373Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8761757Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8769066Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8776390Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8783641Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8790862Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8798294Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8805690Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8813008Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8820271Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8827542Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8834743Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8842166Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8849539Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8857185Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8864243Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8871860Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8879119Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8886727Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8893893Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8901206Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8908474Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8915806Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8923127Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8930522Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8937750Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8944965Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8952190Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8959576Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8967031Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8974381Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8981677Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8988905Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.8996252Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9003808Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9011125Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9018415Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9025664Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9032895Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9040242Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9047684Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9054951Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9062247Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9069553Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9076912Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9084307Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9091579Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9098834Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9106148Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9113348Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9120730Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9128096Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9135388Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9142781Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9149997Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9157481Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9164961Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9172361Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9179659Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9186933Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9194251Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9201642Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9209265Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9216492Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9223660Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9230926Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9238336Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9245836Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9253185Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9260470Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9267956Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9275101Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9282528Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9289958Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9297303Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9304478Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9311719Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9319066Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9326485Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9333732Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9341026Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9348265Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9355803Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9363240Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9371297Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9378555Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9385568Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9392816Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9401156Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9408651Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9416227Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9423791Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9431506Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9439107Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9446858Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9454424Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9462123Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9469787Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9477588Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9485376Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9493020Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9500567Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9508210Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9515780Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9523523Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9531266Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9538861Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9546492Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9554147Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9561950Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9569739Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9577435Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9585020Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9592605Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9600327Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9608145Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9615795Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9623515Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9631078Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9638671Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9646257Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9653756Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9661309Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9668905Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9676483Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9684346Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9691722Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9699119Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9706698Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9714205Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9721951Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9729652Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9737218Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9744731Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9752371Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9759989Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9767658Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9775169Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9782694Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9790211Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9798058Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9808781Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9815934Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9824314Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9832317Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9839840Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9848155Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9855204Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9863439Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9870862Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9878436Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9886042Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9893680Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9901366Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9909840Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9917147Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9925336Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9933007Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9940901Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9948568Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9956309Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9964353Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9971944Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9979525Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9987175Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:43.9994777Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0002520Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0010473Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0018145Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0025777Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0033412Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0041237Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0049107Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0056760Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0064316Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0071881Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0079628Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0087505Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0095125Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0102749Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0110818Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0118627Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0126162Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0133757Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0141112Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0148401Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0156075Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0163565Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0171061Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0178521Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0186005Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0193248Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0200764Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0208340Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0215696Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0223121Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0230567Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0238115Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0245781Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0253290Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0260596Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0267955Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0275324Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0282778Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0290351Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0297817Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0305265Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0312572Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0320093Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0327660Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0335051Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0342407Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0349787Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0357293Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0365116Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0372856Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0380630Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0388345Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0396068Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0403848Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0411748Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0419511Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0427214Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0434888Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0442349Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0449900Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0457222Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0464634Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0471995Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0479479Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0487042Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0494455Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0501984Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0509310Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0516806Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0524491Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0531727Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0539145Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0546670Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0553981Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0561537Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0569067Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0576582Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0583916Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0591391Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0598837Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0606834Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0613919Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0621183Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0628490Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0635826Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0643292Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0651323Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0658781Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0666284Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0673826Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0678050Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0681875Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0685869Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0689213Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0692857Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0696700Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0700883Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0704839Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0708924Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0713071Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0717171Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0721367Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0725691Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0729822Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0734027Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0738104Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.0745787Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0753478Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0761315Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0769313Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0776880Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0784484Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0792235Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0800208Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0807980Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0815651Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0823339Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0831052Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0838909Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0846730Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0854354Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0862211Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0869775Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0877438Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0885537Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0893318Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0901255Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0908765Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0916336Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0924284Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0931930Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0939582Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0947274Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0954876Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0962714Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0970500Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0978235Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0985930Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.0993839Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1001429Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1009255Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1016914Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1024627Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1032306Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1040152Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1047955Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1056475Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1064033Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1071776Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1079558Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1087389Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1095146Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1102831Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1110658Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1118376Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1126173Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1133927Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1141580Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1149299Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1156842Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1164731Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1172360Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1180031Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1187738Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1195588Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1203267Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1211158Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1218993Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1226914Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1234626Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1242574Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1250424Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1254818Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1259230Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1263531Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1267543Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1271424Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1275515Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1279664Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1283797Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1291728Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1299552Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1307292Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1314985Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1322874Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1330762Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1338494Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1346179Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1354113Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1363094Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1370124Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1378018Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1385654Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1393277Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1401046Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1408772Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1416397Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1424091Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1431869Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1439562Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1447363Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1455066Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1462686Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1470294Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1478035Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1485906Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1493578Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1501214Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1508874Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1517468Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1526018Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1534166Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1542771Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1550963Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1559361Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1567873Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1576097Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1584478Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1592751Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1601081Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1609897Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1618267Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1626651Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1634675Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1642181Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1649750Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1657149Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1664619Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1672196Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1679932Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1687435Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1694959Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1702414Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1709855Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1717137Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1724921Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1732202Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1739664Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1747319Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1754705Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1762416Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1769876Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1777360Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1784829Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1792248Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1800283Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1807724Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1815057Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1822619Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1830087Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1837658Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1845484Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1852919Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1860682Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1868270Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1875848Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1883711Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1891393Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1898939Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1906466Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1914047Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1921830Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.1925769Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1929861Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1933417Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1937143Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1940906Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1944689Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1948537Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1952221Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1955982Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1959794Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1963548Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1967446Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1971231Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1974881Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1978820Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1982619Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1986415Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1990195Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1993767Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.1997349Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2000957Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2004580Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2008209Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2011998Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2015980Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2019191Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2022598Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2026432Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2030213Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2033871Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2037826Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2041733Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:05:44.2049971Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2057778Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2065882Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2073300Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2080870Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2088311Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2095732Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2104322Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2111413Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2119347Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2127021Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2134500Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2142056Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2149598Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2157157Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2165067Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2172821Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2180511Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2188074Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2195681Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2203394Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2211178Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2218743Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2226343Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2234074Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2241860Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2249777Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2257276Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2264900Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2272518Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2280206Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2287910Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2295223Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2302622Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2310114Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2317462Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2325415Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2332659Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2340068Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2347484Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2355138Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2362465Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2369820Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2377200Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2384730Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2392149Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2399724Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2407376Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2414794Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2422214Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2429605Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2436990Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2444705Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2451967Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2459574Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2466758Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2474351Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2482117Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2489912Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2497576Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2505220Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2512937Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2520769Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2528372Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2536009Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2543597Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2551195Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2558868Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2566949Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2574328Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2581963Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2589530Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2597290Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2605128Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2612666Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2620720Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2628219Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2635899Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2643620Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2651449Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2659093Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2666829Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2674557Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2682332Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2690125Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2697778Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2705599Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2713321Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2721196Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2729149Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2736727Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2744410Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2752158Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2759944Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2767771Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2775332Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2783068Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2790775Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2798790Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2806623Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2814244Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2822003Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2829672Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2837314Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2845363Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2853058Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2860725Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2868398Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2876107Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2883870Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2891713Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2899389Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2907115Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2914812Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2922632Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2930395Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2938097Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2945883Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2953360Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2961119Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2968921Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2976535Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2984229Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2991869Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.2999717Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3007588Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3015496Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3023142Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3030927Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3038995Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3047101Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3054849Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3062736Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3070523Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3078455Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3086380Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3094223Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3102237Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3110149Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3117827Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3125563Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3133037Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3140736Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3148323Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3156388Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3163932Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3171703Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3179578Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3187329Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3195073Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3202888Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3210692Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3218447Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3226165Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3233821Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3241621Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3249359Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3257092Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3264687Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3272333Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3280111Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3287942Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3295974Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3303324Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3311022Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3319203Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3327498Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3335498Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3343555Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3351545Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3359628Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3367910Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3375738Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3383687Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3391718Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3399523Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3407375Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3414926Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3422530Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3430166Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3437955Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3445749Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3453352Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3460990Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3468614Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3476217Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3484180Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3492386Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3500197Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3508022Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3515865Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3524089Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3531766Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3539536Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3547317Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3555093Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3563039Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3570990Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3579022Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3586627Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3594451Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3602427Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3610342Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3618115Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3625911Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3633674Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3641733Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3649623Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3657432Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3665164Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3672999Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3680932Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3688974Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3696820Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3704613Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3712397Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3720256Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3728205Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3736033Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3744541Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3752118Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3759837Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3767733Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3776156Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3783956Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3791783Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3800306Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3808110Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3815215Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3822619Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3830115Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3837611Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3845516Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3852850Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3860264Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3867695Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3875163Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3882863Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3890419Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3897808Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3905264Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3912646Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3920208Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3927735Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3935138Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3942808Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3950138Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3957476Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3965281Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3972623Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3980033Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3987397Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.3994936Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4002954Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4010297Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4017826Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4025308Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4032891Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4040496Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4048119Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4055678Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4063172Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4070767Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4078216Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4085746Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4093063Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4100465Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4107764Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4115226Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4122695Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4130200Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4137518Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4144917Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4152305Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4159860Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4167350Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4174735Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4182123Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4189506Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4196850Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4204566Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4212032Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4219267Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4226609Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4234038Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4241571Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4249068Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4256521Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4263867Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4271317Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4278781Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4286283Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4293673Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4301003Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4308440Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4315788Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4323370Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4330806Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4338300Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4345702Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4353116Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4360613Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4368229Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4375522Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4382922Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4390301Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4397735Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4405944Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4412978Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4420184Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4427570Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4434886Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4442403Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4449881Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4457311Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4464695Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4472103Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4479582Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4487141Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4494602Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4501966Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4509269Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4516741Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4524433Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4531970Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4539577Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4547158Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4554759Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4562487Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4570135Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4577714Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4585426Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4593104Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4600923Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4608729Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4616515Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4624024Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4631633Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4639349Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4647259Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4654771Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4662209Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4669767Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4677353Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4685373Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4692878Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4700501Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4708167Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4715821Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4723543Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4731399Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4739023Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4746541Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4754209Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4761941Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4769675Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4777360Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4784775Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4792681Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4800772Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4809004Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4816700Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4824496Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4832220Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4839789Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4847377Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4855338Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4862861Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4870769Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4878416Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4886535Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4894023Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4903115Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4910420Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4918648Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4926471Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4936520Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4944008Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4951977Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4959483Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4967485Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4975090Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4982539Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4990662Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.4998023Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5006035Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5014233Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5022085Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5029191Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5037383Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5045008Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5052442Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5060289Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5067755Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5075728Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5083303Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5091501Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5099030Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5107016Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5114613Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5122759Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5130666Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5138122Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5145632Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5152974Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5160545Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5168058Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5175471Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5182853Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5190289Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5197825Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5205479Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5213034Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5220641Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5228269Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5235933Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5243817Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5251449Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5258964Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5266726Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5274123Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5281647Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5289084Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5296542Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5304012Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5311312Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5318718Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5326257Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5333649Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5341170Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5348563Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5355900Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5363383Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5370812Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5378198Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5385528Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5392857Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5400316Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5407821Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5415252Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5422532Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5429799Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5437131Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5444956Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5452118Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5459461Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5466808Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5474114Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5481826Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5489431Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5496732Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5504046Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5511420Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5518954Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5526461Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5533842Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5541276Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5548661Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5556014Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5563533Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5570974Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5578357Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5585818Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5593201Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5600701Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5608162Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5615522Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5622877Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5630233Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5637591Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5645411Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5652590Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5660075Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5667430Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5675058Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5682876Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5690487Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5697766Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5705061Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5712430Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5720052Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5727516Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5734937Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5742331Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5749835Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5757565Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5765126Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5772633Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5780255Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5787838Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5795594Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5803134Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5810743Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5817927Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5825344Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5832652Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5840084Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5847544Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5854986Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5862217Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5869527Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5876798Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5884804Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5891804Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5899124Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5906394Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5913718Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5921087Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5928663Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5935886Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5943159Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5950422Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5957880Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5965403Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5972665Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5979918Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5987343Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.5994890Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6002280Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6009696Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6017122Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6024401Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6031800Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6039130Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6046616Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6054086Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6061324Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6068534Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6075829Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6083221Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6090676Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6097984Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6105280Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6112580Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6120044Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6127447Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6134849Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6142140Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6149471Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6156737Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6164307Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6171582Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6178910Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6186175Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6193538Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6200978Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6208529Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6215805Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6223164Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6230587Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6237949Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6245844Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6253561Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6260421Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6267535Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6275112Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6282574Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6289935Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6297302Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6304595Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6311969Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6319510Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6326956Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6334367Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6341699Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6349104Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6356454Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6363858Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6371399Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6378678Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6385984Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6393306Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6400772Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6408309Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6415673Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6422985Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6430284Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6437603Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6445205Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6452502Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6459760Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6467298Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6474445Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6481907Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6489315Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6496848Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6504042Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6512091Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6519623Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6527114Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6534601Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6541963Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6549396Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6556852Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6564640Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6572131Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6579472Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6586744Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6594037Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6601581Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6609018Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6616373Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6623663Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6630946Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6638423Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6645739Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6653088Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6660510Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6667810Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6675203Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6682887Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6690150Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6697496Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6704808Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6712043Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6719478Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6726883Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6734213Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6741513Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6748988Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6756246Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6763562Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6771226Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6778339Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6785728Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6792906Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6800513Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6808598Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6815463Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6822728Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6829780Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6837055Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6844822Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6851915Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6859287Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6866483Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6873838Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6881335Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6888822Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6896342Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6903371Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6910649Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6918019Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6925557Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6932869Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6940154Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6947449Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6954744Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6962177Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6969632Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6976941Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6984304Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6991586Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.6999529Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7006443Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7013667Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7021104Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7044794Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7045607Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7046193Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7051063Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7058532Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7065784Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7073083Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7080451Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7087998Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7095149Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7102516Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7109963Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7117165Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7124777Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7132085Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7139408Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7146885Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7154229Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7161709Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7169136Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7176596Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7183824Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7191201Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7198474Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7205998Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7213326Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7220589Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7227993Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7235185Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7242674Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7250470Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7257391Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7264979Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7272175Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7279705Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7287143Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7294366Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7301750Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7309060Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7316422Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7324253Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7331453Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7338783Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7346102Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7353373Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7360741Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7368224Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7375488Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7382746Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7390058Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7397439Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7405062Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7412348Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7419576Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7426896Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7434275Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7441719Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7449172Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7456428Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7463663Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7470994Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7478446Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7485832Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7493232Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7500593Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7507982Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7515471Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7522846Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7530458Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7537702Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7544773Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7551992Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7559431Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7567189Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7574711Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7581985Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7589204Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7596534Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7603929Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7611379Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7618698Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7625992Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7633337Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7640768Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7648195Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7655601Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7662860Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7670167Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7677483Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7685082Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7692224Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7699635Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7706969Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7714368Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7721893Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7729276Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7736537Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7743885Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7751254Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7758820Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7766151Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7773391Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7780695Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7788056Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7795824Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7802981Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7810577Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7817951Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7825408Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7832715Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7840265Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7848248Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7855529Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7862908Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7870692Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7878106Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7885667Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7892882Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7900472Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7907901Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7915423Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7922938Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7930493Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7937962Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7945363Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7952798Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7960397Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7968058Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7975277Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7982685Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7990156Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.7997782Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8005539Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8012940Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8020361Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8027773Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8035273Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8042864Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8050455Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8058000Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8065463Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8072984Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8080592Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8088247Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8095688Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8103378Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8111095Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8118806Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8126680Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8134239Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8142204Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8149273Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8156698Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8164406Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8171839Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8179144Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8186751Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8193924Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8201412Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8208920Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8216233Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8223691Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8231173Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8238686Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8246230Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8253823Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8261091Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8268580Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8276036Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8283466Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8291028Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8298405Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8305857Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8313276Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8320755Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8328438Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8335914Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8343268Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8350717Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8358259Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8365850Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8373298Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8380711Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8388073Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8395439Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8403082Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8410815Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8418009Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8425410Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8432793Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8440313Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8448034Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8455560Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8463016Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8470513Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8477878Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8485507Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8492928Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8500275Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8507820Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8515157Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8522739Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8530202Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8537596Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8545025Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8552491Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8559971Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8567659Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8575089Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8582526Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8589929Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8597442Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8605459Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8612647Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8619984Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8627382Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8634944Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8642100Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8649612Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8657306Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8664454Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8671769Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8679202Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8686578Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8693871Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8701200Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8708605Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8715982Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8723561Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8731127Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8738601Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8745988Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8753315Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8760770Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8768326Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8775533Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8782830Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8790081Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8797535Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8805115Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8812437Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8819893Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8827094Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8834260Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8841641Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8849224Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8856362Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8863655Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8871039Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8878951Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8886331Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8893552Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8900875Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8908165Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8915470Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8922873Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8930326Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8937597Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8944940Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8952202Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8959555Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8966974Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8974294Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8981539Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8988840Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.8996160Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9003539Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9011014Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9018313Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9025627Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9033124Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9040502Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9047929Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9055251Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9062595Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9069793Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9077055Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9084713Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9091846Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9099197Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9106615Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9113874Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9121389Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9128769Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9136059Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9143280Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9150533Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9157802Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9165292Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9172539Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9179906Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9187230Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9194550Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9201940Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9209316Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9216601Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9223874Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9231239Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9238477Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9246172Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9253195Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9260466Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9267756Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9275067Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9282468Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9289958Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9297305Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9304587Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9311949Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9319228Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9326589Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9333884Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9341439Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9349168Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9356913Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9364903Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9372539Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9380290Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9387933Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9395611Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9403432Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9411169Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9418802Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9426503Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9434283Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9442140Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9450122Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9457770Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9465468Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9473236Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9481049Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9488994Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9496725Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9504384Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9512074Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9519952Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9527794Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9535428Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9543106Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9550752Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9558480Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9566367Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9574055Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9581726Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9589455Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9597108Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9604989Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9612267Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9619831Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9627170Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9634548Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9642026Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9649768Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9657166Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9664612Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9671932Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9679524Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9686836Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9694052Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9701356Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9708621Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9715872Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9723358Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9730980Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9738149Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9745385Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9752993Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9760288Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9767698Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9775125Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9782222Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9789471Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9797009Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9804663Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9812362Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9819125Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9826452Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9833719Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9841083Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9848591Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9856222Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9863976Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9871091Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9878612Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9886311Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9895733Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9903440Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9911461Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9919290Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9927378Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9934984Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9943018Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9950498Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9958408Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9966312Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9974043Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9981709Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9989424Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:44.9997089Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0004953Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0012620Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0020312Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0028044Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0035689Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0043549Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0051399Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0059162Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0066878Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0074532Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0082385Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0090271Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0098045Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0105798Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0113722Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0121548Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0129142Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0136852Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0144494Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0152255Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0160053Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0167856Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0175910Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0183441Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0191107Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0198834Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0206785Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0214409Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0222072Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0229787Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0237509Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0245459Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0253346Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0260942Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0268592Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0276317Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0284307Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0291903Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0299597Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0307661Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0315060Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0322900Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0330687Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0338677Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0346162Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0353995Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0361778Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0369595Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0377403Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0384962Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0392693Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0400421Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0408297Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0415966Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0423634Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0431446Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0439295Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0447163Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0454864Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0462548Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0470176Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0477987Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0485903Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0493624Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0501271Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0508951Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0516570Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0524624Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0532311Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0540052Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0547757Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0555616Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0563284Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0571092Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0578798Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0586455Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0594120Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0601930Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0609942Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0617457Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0625267Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0632961Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0640818Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0648749Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0656508Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0664142Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0671938Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0679760Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0687653Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0695304Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0703009Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0710696Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0718489Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0726380Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0734061Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0741756Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0749460Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0757353Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0765179Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0772855Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0780645Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0788197Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0796130Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0803915Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0811662Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0819314Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0827172Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0834838Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0842624Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0850397Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0858071Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0865787Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0873504Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0881266Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0889346Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0896811Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0904466Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0912150Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0919994Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0927885Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0935563Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0943235Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0951002Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0958767Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0966803Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0974421Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0982069Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0989728Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.0997531Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1005262Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1013147Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1020866Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1028566Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1036239Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1044278Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1051861Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1059561Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1067392Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1075007Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1082864Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1090682Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1098339Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1106148Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1114082Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1121787Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1129719Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1137478Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1145203Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1152875Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1160659Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1168534Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1176189Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1183873Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1191604Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1199439Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1207272Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1214903Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1222701Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1230380Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1238071Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1245936Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1253545Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1261185Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1268879Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1276526Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1284514Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1292079Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1299787Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1307486Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1315231Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1322948Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1330740Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1338401Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1346070Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1353758Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1361527Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1369303Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1377030Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1384777Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1392438Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1400272Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1408102Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1415750Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1423401Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1431121Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1438790Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1446784Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1454289Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1462065Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1469653Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1477360Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1485308Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1493003Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1501656Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1509748Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1518034Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1526424Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1534659Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1542867Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1551093Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1559376Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1567867Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1576101Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1584453Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1592808Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1601154Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1609550Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1617866Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1626088Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1634347Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1642571Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1649982Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1657456Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1664724Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1672111Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1679459Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1687116Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1694275Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1701562Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1708876Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1716295Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1723943Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1731042Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1738443Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1745599Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1752890Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1760315Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1767788Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1775112Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1782474Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1789696Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1797159Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1804681Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1811987Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1819341Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1827027Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1834281Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1841707Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1849495Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1856575Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1863721Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1871488Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1878772Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1886074Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1893444Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1900781Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1907662Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1914954Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1922391Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1929775Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1937039Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1944350Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1951674Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1958998Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1966425Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1973677Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1980997Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1988298Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.1995449Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2002906Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2010251Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2017539Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2024868Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2032107Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2039460Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2046848Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2054203Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2061422Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2068784Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2076020Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2083375Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2090719Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2097989Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2105238Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2112642Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2119910Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2127282Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2134527Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2141730Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2148980Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2156376Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2163833Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2171293Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2178513Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2185818Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2193069Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2200414Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2207845Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2215118Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2222321Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2229601Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2236944Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2244492Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2251747Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2259121Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2266409Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2273634Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2281091Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2289257Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2296384Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2303704Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2310799Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2318151Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2325777Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2332858Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2340183Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2347470Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2354721Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2362156Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2370295Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2378091Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2385016Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2392544Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2400513Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2408074Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2415435Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2422884Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2430498Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2438133Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2445896Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2453399Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2460912Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2468440Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2475999Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2483681Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2491399Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2499075Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2506685Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2514270Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2522011Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2529790Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2537295Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2544982Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2552450Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2560138Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2567751Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2575225Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2582838Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2590269Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2597831Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2605633Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2613621Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2620811Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2628341Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2635928Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2643570Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2651148Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2658752Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2666289Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2673755Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2681399Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2689196Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2696690Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2704152Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2711777Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2719303Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2726974Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2734486Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2741997Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2749545Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2756999Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2764985Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2772238Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2779785Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2787374Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2794881Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2802626Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2810284Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2817948Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2825418Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2832944Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2840911Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2848361Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2855790Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2863645Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2871010Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2878801Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2886288Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2893989Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2901423Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2908983Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2916567Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2924378Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2931901Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2939484Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2946941Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2954580Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2962159Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2969817Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2977401Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2985076Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.2992473Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3000138Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3007861Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3015416Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3022933Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3030443Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3038015Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3045696Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3053222Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3060740Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3068314Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3075776Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3083428Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3091232Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3098756Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3106548Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3113974Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3121559Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3129214Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3136665Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3144288Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3151779Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3159389Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3166975Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3174483Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3181972Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3189668Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3197388Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3205210Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3212632Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3220183Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3227807Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3235308Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3242975Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3250605Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3258169Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3265681Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3273159Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3280851Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3288594Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3296195Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3303777Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3311356Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3318946Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3326607Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3334070Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3341705Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3349205Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3357130Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3364810Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3372556Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3379959Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3387561Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3395092Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3402798Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3410700Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3418180Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3425832Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3433520Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3441264Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3449070Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3456800Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3464418Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3471969Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3479714Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3487561Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3495213Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3502813Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3510483Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3518116Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3525890Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3533533Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3541190Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3548826Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3556524Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3564344Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3572028Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3579746Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3587414Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3595013Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3602602Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3610190Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3617829Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3625161Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3632705Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3640169Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3647778Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3655284Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3662584Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3670116Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3677667Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3685466Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3692887Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3700287Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3707789Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3715167Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3722839Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3730397Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3737830Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3745294Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3752741Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3760438Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3768018Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3775445Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3782892Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3790431Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3798167Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3806121Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3813788Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3821427Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3829194Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3836858Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3844911Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3852656Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3860175Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3867722Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3875336Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3883098Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3890770Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3898286Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3905844Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3913462Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3921175Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3929041Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3936619Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3944287Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3951973Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3959722Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3967446Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3975061Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3982642Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3990341Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.3997951Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4005718Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4013248Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4020800Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4028421Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4036084Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4043879Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4051759Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4059093Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4066538Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4073936Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4081445Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4088936Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4096317Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4103764Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4111180Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4118716Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4126348Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4133804Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4141217Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4148770Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4156165Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4163707Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4171236Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4178666Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4186127Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4193491Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4201059Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4208636Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4216048Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4223526Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4230917Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4238421Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4246081Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4253544Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4261043Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4268608Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4275916Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4283420Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4290997Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4298536Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4306153Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4313597Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4321219Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4328910Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4336416Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4343886Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4351291Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4358838Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4366370Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4373988Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4381287Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4388799Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4396261Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4404181Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4411844Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4419512Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4427189Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4434881Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4442628Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4450405Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4457993Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4465709Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4473348Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4481129Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4489095Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4496649Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4504277Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4511920Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4519673Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4527533Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4535142Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4542819Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4550509Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4558166Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4565994Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4573521Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4581203Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4588807Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4596520Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4604442Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4612047Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4619783Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4627529Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4635081Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4642805Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4650584Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4658193Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4665833Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4673446Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4681174Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4688902Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4696591Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4704314Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4711841Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4719621Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4727456Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4735014Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4742604Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4750278Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4757938Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4765830Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4773414Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4781021Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4788797Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4796589Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4804454Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4812106Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4819687Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4827438Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4834687Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4842383Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4849717Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4857536Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4864915Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4872441Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4880182Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4888093Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4895867Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4904028Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4912121Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4920042Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4928022Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4935820Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4943353Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4950910Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4958790Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4966473Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4973919Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4981419Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4988811Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.4996242Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5003868Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5011318Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5018756Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5026128Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5033547Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5040981Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5048633Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5056041Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5063560Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5071054Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5078843Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5086940Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5094458Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5102138Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5109652Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5117358Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5124991Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5132479Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5139953Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5147561Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5155131Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5162726Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5170417Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5177954Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5185549Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5193156Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5200888Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5208706Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5216243Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5223559Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5230984Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5238260Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5245952Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5253127Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5260375Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5267639Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5274995Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5282542Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5290071Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5297494Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5304884Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5312277Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5319591Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5327000Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5334337Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5341601Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5348839Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5356148Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5363579Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5370980Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5378336Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5385679Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5393085Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5400553Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5407896Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5415160Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5422513Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5429749Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5437034Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5444753Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5451850Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5459254Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5467096Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5474809Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5481903Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5489363Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5496548Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5503974Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5511002Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5518344Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5526402Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5533173Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5540486Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5547699Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5555038Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5562431Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5569857Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5577239Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5584506Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5591781Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5599249Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5606615Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5613875Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5621282Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5628510Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5635780Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5643212Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5650539Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5657879Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5665143Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5672476Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5680207Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5687786Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5695032Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5702541Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5710047Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5717205Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5724715Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5732104Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5739274Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5746593Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5753937Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5761380Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5768741Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5776002Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5783346Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5790568Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5797946Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5805574Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5812833Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5820202Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5827483Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5834888Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5842296Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5849788Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5857056Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5864420Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5871639Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5878903Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5886522Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5893776Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5901106Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5908446Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5915863Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5923621Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5930897Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5938289Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5945703Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5953188Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5960632Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5968183Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5975604Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5983015Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5990537Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.5997665Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6005457Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6012719Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6020163Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6027673Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6035056Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6042672Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6050155Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6057438Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6064870Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6072241Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6079785Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6087415Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6094894Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6102346Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6109768Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6117235Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6125001Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6132395Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6140150Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6147365Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6154825Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6162384Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6169837Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6177121Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6184618Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6192000Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6199565Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6207238Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6214726Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6221733Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6229218Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6236513Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6243952Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6251530Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6258761Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6266078Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6273333Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6281281Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6288272Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6295545Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6302846Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6310172Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6317484Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6325216Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6332321Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6339728Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6347027Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6354421Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6361753Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6369268Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6376638Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6383930Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6391348Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6398878Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6406342Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6413579Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6420855Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6428077Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6435354Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6442791Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6450246Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6457797Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6465026Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6472236Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6480470Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6488236Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6495979Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6503807Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6511612Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6519456Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6527368Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6535125Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6542847Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6550591Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6558344Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6566273Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6574168Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6581662Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6589437Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6597179Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6605217Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6612865Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6620625Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6628311Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6636376Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6643840Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6651743Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6659464Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6667237Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6674915Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6682898Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6690668Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6698356Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6705996Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6712931Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6720378Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6727726Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6734978Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6742209Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6749471Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6756870Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6764342Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6771643Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6778938Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6786297Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6793786Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6801247Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6808260Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6815349Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6822273Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6829434Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6836487Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6843752Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6850998Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6857999Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6865090Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6872141Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6879329Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6886443Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6893551Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6900593Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6907613Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6914664Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6921870Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6928933Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6936078Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6943114Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6950342Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6957287Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6973525Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6974024Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6979985Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6987376Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.6994981Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7002888Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7010458Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7018150Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7025746Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7033424Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7041180Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7048963Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7056573Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7064162Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7071800Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7079547Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7087314Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7095602Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7103122Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7111383Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7119044Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7126987Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7134589Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7142329Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7150037Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7157832Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7165790Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7173387Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7180934Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7188505Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7196723Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7204382Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7211876Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7219452Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7227301Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7235175Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7242998Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7250813Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7258438Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7266070Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7273605Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7281286Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7289087Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7296629Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7304169Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7311673Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7319301Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7326961Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7334514Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7342018Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7349982Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7357523Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7365464Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7373092Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7380815Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7388437Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7396115Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7403951Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7411679Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7419336Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7427039Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7434852Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7442641Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7450431Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7458186Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7465813Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7473447Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7481284Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7489148Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7496789Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7504484Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7512168Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7519848Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7527852Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7535449Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7543077Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7550593Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7558308Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7566119Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7573723Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7581318Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7588864Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7596397Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7604114Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7611654Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7619192Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7626793Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7634344Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7642036Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7649729Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7657469Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7664849Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7672327Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7680046Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7687787Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7695419Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7702879Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7710461Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7718062Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7725821Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7733413Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7740957Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7748434Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7755898Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7763659Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7771244Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7778789Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7786323Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7793897Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7801872Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7809593Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7817141Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7824733Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7832318Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7840062Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7847777Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7855297Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7862935Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7870506Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7878364Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7885951Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7893586Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7901173Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7908794Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7916493Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7924250Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7931800Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7939349Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7947005Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7954466Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7962124Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7969798Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7977392Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7984830Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.7992387Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8000075Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8007827Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8015400Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8022919Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8030427Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8038072Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8045789Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8053428Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8060888Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8068482Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8076041Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8083765Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8091398Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8098967Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8106780Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8114071Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8121739Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8129466Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8137017Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8144659Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8152203Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8159883Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8167661Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8175203Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8182711Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8190339Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8197990Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8205714Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8213351Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8220893Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8228518Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8236067Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8243745Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8251583Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8258995Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8266555Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8274090Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8281807Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8289537Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8297104Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8304629Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8312211Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8319885Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8327673Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8335026Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8342648Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8350141Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8358076Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8366141Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8373528Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8380971Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8388528Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8396121Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8403754Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8411474Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8418768Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8426298Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8433849Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8441475Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8449114Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8456710Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8464212Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8471779Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8479517Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8487265Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8494812Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8502413Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8509922Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8517476Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8525293Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8532808Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8540360Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8547972Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8555455Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8563079Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8570772Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8578331Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8585977Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8593563Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8601203Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8608999Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8616887Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8624731Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8632205Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8639941Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8647624Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8655274Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8662824Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8670416Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8678026Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8685912Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8693513Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8701065Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8708627Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8716304Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8724139Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8731693Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8739427Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8747048Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8754664Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8762458Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8770276Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8777845Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8785461Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8793106Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8800955Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8808675Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8816245Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8823787Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8831395Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8839288Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8847155Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8854800Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8862485Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8870178Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8877870Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8885707Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8893389Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8901044Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8908594Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8916212Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8924127Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8931906Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8939556Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8947175Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-08-17T13:05:45.8948679Z 2022-08-17T13:05:45.8949112Z ---------------------------------------------------------------------- 2022-08-17T13:05:45.8949285Z Ran 6639 tests in 5.010s 2022-08-17T13:05:45.8949295Z 2022-08-17T13:05:45.8949439Z OK (skipped=6639) 2022-08-17T13:05:45.8949448Z 2022-08-17T13:05:45.8949607Z Generating XML reports... 2022-08-17T13:05:46.7066357Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220817130540.xml 2022-08-17T13:05:47.1950380Z Running test_spectral_ops ... [2022-08-17 13:05:47.194613] 2022-08-17T13:05:47.1950930Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:47.194695] 2022-08-17T13:05:50.2568729Z /opt/conda/lib/python3.7/site-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-08-17T13:05:50.2569254Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-08-17T13:05:58.1562826Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-08-17T13:05:58.1563347Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-08-17T13:05:58.5624221Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-08-17T13:05:58.5624849Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-08-17T13:05:58.5773229Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-08-17T13:05:58.5792429Z 2022-08-17T13:05:58.5792560Z Running tests... 2022-08-17T13:05:58.5792979Z ---------------------------------------------------------------------- 2022-08-17T13:05:58.6022943Z test_batch_istft_cpu (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:979.) 2022-08-17T13:05:58.6024150Z r = func(*args, **kwargs) 2022-08-17T13:05:58.6042904Z ok (0.025s) 2022-08-17T13:05:58.6382671Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.034s) 2022-08-17T13:05:58.6690364Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.031s) 2022-08-17T13:05:58.6865305Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:05:58.9937974Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.307s) 2022-08-17T13:05:59.0991179Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.105s) 2022-08-17T13:05:59.2940494Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.195s) 2022-08-17T13:05:59.2974899Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.004s) 2022-08-17T13:05:59.3020414Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3061664Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3099290Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3136074Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3173637Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3211010Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3255373Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3299263Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3337147Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3374918Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3418227Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3461816Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3502585Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3543419Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3581421Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3619456Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3656573Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3693876Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3738136Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3775371Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3815200Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3858926Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3902113Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3939640Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.3976969Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4020903Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4065654Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4106432Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4143676Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4184197Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-08-17T13:05:59.4372911Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:05:59.5324784Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.095s) 2022-08-17T13:05:59.6751005Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.142s) 2022-08-17T13:05:59.7319688Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.057s) 2022-08-17T13:05:59.9469027Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.215s) 2022-08-17T13:06:00.2038979Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.257s) 2022-08-17T13:06:00.2091890Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2142359Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2192161Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2241864Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2289964Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2338069Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2387127Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2436320Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2486021Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2535563Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2585022Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2634586Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2683053Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2732148Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2781854Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2832436Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2878822Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2926112Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.2977954Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3030340Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3080254Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3129986Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3179597Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3229356Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3277556Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3326174Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3375197Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3424213Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3473751Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3523665Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3571251Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3619664Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3668213Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3717591Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3767453Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:00.3817503Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-08-17T13:06:01.1176904Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.736s) 2022-08-17T13:06:01.1211674Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:06:01.1312378Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.010s) 2022-08-17T13:06:01.1463146Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:06:01.1664637Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.020s) 2022-08-17T13:06:01.1689618Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:01.1860357Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:06:01.1885454Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:01.2328079Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.044s) 2022-08-17T13:06:01.2846360Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.052s) 2022-08-17T13:06:01.2873686Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:06:01.2897953Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:01.2923342Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-08-17T13:06:01.2946094Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:01.2971314Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-08-17T13:06:01.2997772Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:06:01.3024803Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-08-17T13:06:01.3296755Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-08-17T13:06:01.3535713Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-08-17T13:06:01.3634342Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-08-17T13:06:01.3690386Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-08-17T13:06:01.3851785Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:06:01.4010421Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-08-17T13:06:01.4196596Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:06:01.4382385Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:06:01.4538177Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:06:01.4692730Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-08-17T13:06:01.4862306Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:06:01.5048094Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-08-17T13:06:01.5233449Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-08-17T13:06:01.5404143Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-08-17T13:06:01.5977750Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.057s) 2022-08-17T13:06:01.6003337Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:06:01.6453943Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.045s) 2022-08-17T13:06:01.6479860Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-08-17T13:06:01.7812263Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.133s) 2022-08-17T13:06:01.9117525Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.130s) 2022-08-17T13:06:01.9178412Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-08-17T13:06:01.9234965Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-08-17T13:06:01.9367135Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.013s) 2022-08-17T13:06:01.9498744Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-08-17T13:06:01.9622321Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-08-17T13:06:01.9747665Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-08-17T13:06:01.9767617Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:01.9881201Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-08-17T13:06:02.0004117Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-08-17T13:06:02.0022581Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-08-17T13:06:02.0133678Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-08-17T13:06:02.0258695Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-08-17T13:06:02.6506351Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:741: 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 /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1119.) 2022-08-17T13:06:02.6507336Z return_complex=return_complex, 2022-08-17T13:06:02.6609590Z ok (0.635s) 2022-08-17T13:06:02.9743162Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.313s) 2022-08-17T13:06:02.9808668Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-08-17T13:06:02.9815671Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:06:02.9834067Z stft -> istft should recover the original signale ... ok (0.002s) 2022-08-17T13:06:02.9851903Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:06:03.6447432Z stft -> istft should recover the original signale ... ok (0.661s) 2022-08-17T13:06:03.6466747Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-08-17T13:06:03.8598492Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.215s) 2022-08-17T13:06:03.8606740Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-08-17T13:06:03.8716727Z istft should throw exception for invalid parameters ... ok (0.012s) 2022-08-17T13:06:03.9009789Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-08-17T13:06:03.9295615Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-08-17T13:06:03.9595983Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-08-17T13:06:03.9896382Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-08-17T13:06:04.0184211Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-08-17T13:06:04.0477427Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-08-17T13:06:04.0779764Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-08-17T13:06:04.1063440Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-08-17T13:06:04.1352383Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-08-17T13:06:04.1636089Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-08-17T13:06:04.1991348Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-08-17T13:06:04.2326940Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-08-17T13:06:04.2683829Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.036s) 2022-08-17T13:06:04.3020364Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.034s) 2022-08-17T13:06:04.3374621Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-08-17T13:06:04.3705238Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-08-17T13:06:04.4060729Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-08-17T13:06:04.4401252Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.034s) 2022-08-17T13:06:04.5173991Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:613: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:803.) 2022-08-17T13:06:04.5174966Z normalized, onesided, return_complex) 2022-08-17T13:06:04.5348672Z ok (0.095s) 2022-08-17T13:06:04.5359989Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-08-17T13:06:04.6312043Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.095s) 2022-08-17T13:06:04.7584444Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.127s) 2022-08-17T13:06:04.7600332Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:04.7626834Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7627262Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:06:04.7627616Z Expecting nothing 2022-08-17T13:06:04.7629318Z ok 2022-08-17T13:06:04.7629589Z Trying: 2022-08-17T13:06:04.7629884Z fft2 = torch.fft.fft2(x) 2022-08-17T13:06:04.7630190Z Expecting nothing 2022-08-17T13:06:04.7684944Z ok 2022-08-17T13:06:04.7685242Z Trying: 2022-08-17T13:06:04.7685609Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-08-17T13:06:04.7685980Z Expecting nothing 2022-08-17T13:06:04.7686240Z ok 2022-08-17T13:06:04.7701909Z Trying: 2022-08-17T13:06:04.7702435Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-08-17T13:06:04.7702844Z Expecting nothing 2022-08-17T13:06:04.7703121Z ok 2022-08-17T13:06:04.7703370Z ok (0.004s) 2022-08-17T13:06:04.7703739Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7704116Z t = torch.arange(4) 2022-08-17T13:06:04.7704416Z Expecting nothing 2022-08-17T13:06:04.7706246Z ok 2022-08-17T13:06:04.7764772Z Trying: 2022-08-17T13:06:04.7765480Z t 2022-08-17T13:06:04.7766379Z Expecting: 2022-08-17T13:06:04.7767241Z tensor([0, 1, 2, 3]) 2022-08-17T13:06:04.7768080Z ok 2022-08-17T13:06:04.7768930Z Trying: 2022-08-17T13:06:04.7769824Z torch.fft.fft(t) 2022-08-17T13:06:04.7770689Z Expecting: 2022-08-17T13:06:04.7771822Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:06:04.7772456Z ok 2022-08-17T13:06:04.7773267Z Trying: 2022-08-17T13:06:04.7774305Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-08-17T13:06:04.7774999Z Expecting nothing 2022-08-17T13:06:04.7775870Z ok 2022-08-17T13:06:04.7776735Z Trying: 2022-08-17T13:06:04.7777599Z torch.fft.fft(t) 2022-08-17T13:06:04.7778459Z Expecting: 2022-08-17T13:06:04.7779035Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-08-17T13:06:04.7779368Z ok 2022-08-17T13:06:04.7779647Z ok (0.003s) 2022-08-17T13:06:04.7780066Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7780796Z torch.fft.fftfreq(5) 2022-08-17T13:06:04.7781104Z Expecting: 2022-08-17T13:06:04.7781606Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:06:04.7781952Z ok 2022-08-17T13:06:04.7782207Z Trying: 2022-08-17T13:06:04.7782516Z torch.fft.fftfreq(4) 2022-08-17T13:06:04.7782878Z Expecting: 2022-08-17T13:06:04.7783338Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:06:04.7783679Z ok 2022-08-17T13:06:04.7783961Z ok (0.002s) 2022-08-17T13:06:04.7784364Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7784862Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:06:04.7785272Z Expecting nothing 2022-08-17T13:06:04.7785586Z ok 2022-08-17T13:06:04.7785959Z Trying: 2022-08-17T13:06:04.7786279Z fftn = torch.fft.fftn(x) 2022-08-17T13:06:04.7786612Z Expecting nothing 2022-08-17T13:06:04.7786888Z ok 2022-08-17T13:06:04.7787149Z Trying: 2022-08-17T13:06:04.7787523Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-08-17T13:06:04.7787900Z Expecting nothing 2022-08-17T13:06:04.7788193Z ok 2022-08-17T13:06:04.7788454Z Trying: 2022-08-17T13:06:04.7788841Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-08-17T13:06:04.7789260Z Expecting nothing 2022-08-17T13:06:04.7789538Z ok 2022-08-17T13:06:04.7789764Z ok (0.002s) 2022-08-17T13:06:04.7790141Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7790570Z f = torch.fft.fftfreq(4) 2022-08-17T13:06:04.7790895Z Expecting nothing 2022-08-17T13:06:04.7791184Z ok 2022-08-17T13:06:04.7791443Z Trying: 2022-08-17T13:06:04.7791698Z f 2022-08-17T13:06:04.7791974Z Expecting: 2022-08-17T13:06:04.7792417Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:06:04.7792872Z ok 2022-08-17T13:06:04.7793134Z Trying: 2022-08-17T13:06:04.7793434Z torch.fft.fftshift(f) 2022-08-17T13:06:04.7793811Z Expecting: 2022-08-17T13:06:04.7794199Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-08-17T13:06:04.7794496Z ok 2022-08-17T13:06:04.7794733Z Trying: 2022-08-17T13:06:04.7795101Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-08-17T13:06:04.7795508Z Expecting nothing 2022-08-17T13:06:04.7795789Z ok 2022-08-17T13:06:04.7796005Z Trying: 2022-08-17T13:06:04.7796242Z x 2022-08-17T13:06:04.7796481Z Expecting: 2022-08-17T13:06:04.7796903Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-08-17T13:06:04.7797358Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-08-17T13:06:04.7797776Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-08-17T13:06:04.7798257Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-08-17T13:06:04.7798724Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-08-17T13:06:04.7798996Z ok 2022-08-17T13:06:04.7799207Z Trying: 2022-08-17T13:06:04.7799489Z torch.fft.fftshift(x) 2022-08-17T13:06:04.7799771Z Expecting: 2022-08-17T13:06:04.7800162Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-08-17T13:06:04.7800604Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-08-17T13:06:04.7801016Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-08-17T13:06:04.7801376Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-08-17T13:06:04.7801950Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-08-17T13:06:04.7802293Z ok 2022-08-17T13:06:04.7802569Z Trying: 2022-08-17T13:06:04.7802936Z x_centered = torch.arange(-5, 5) 2022-08-17T13:06:04.7803309Z Expecting nothing 2022-08-17T13:06:04.7803610Z ok 2022-08-17T13:06:04.7803870Z Trying: 2022-08-17T13:06:04.7804448Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-08-17T13:06:04.7804866Z Expecting nothing 2022-08-17T13:06:04.7805169Z ok 2022-08-17T13:06:04.7805451Z Trying: 2022-08-17T13:06:04.7805838Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-08-17T13:06:04.7806247Z Expecting nothing 2022-08-17T13:06:04.7806733Z ok 2022-08-17T13:06:04.7807087Z Trying: 2022-08-17T13:06:04.7807471Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-08-17T13:06:04.7807910Z Expecting nothing 2022-08-17T13:06:04.7808232Z ok 2022-08-17T13:06:04.7808496Z Trying: 2022-08-17T13:06:04.7808953Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-08-17T13:06:04.7809415Z Expecting nothing 2022-08-17T13:06:04.7809702Z ok 2022-08-17T13:06:04.7809959Z Trying: 2022-08-17T13:06:04.7810489Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-08-17T13:06:04.7810886Z Expecting nothing 2022-08-17T13:06:04.7811156Z ok 2022-08-17T13:06:04.7811402Z ok (0.004s) 2022-08-17T13:06:04.7811748Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7812148Z t = torch.linspace(0, 1, 5) 2022-08-17T13:06:04.7812463Z Expecting nothing 2022-08-17T13:06:04.7812710Z ok 2022-08-17T13:06:04.7812954Z Trying: 2022-08-17T13:06:04.7813197Z t 2022-08-17T13:06:04.7813460Z Expecting: 2022-08-17T13:06:04.7813789Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:06:04.7814096Z ok 2022-08-17T13:06:04.7814343Z Trying: 2022-08-17T13:06:04.7814641Z T = torch.fft.ifft(t) 2022-08-17T13:06:04.7814968Z Expecting nothing 2022-08-17T13:06:04.7815243Z ok 2022-08-17T13:06:04.7815497Z Trying: 2022-08-17T13:06:04.7815757Z T 2022-08-17T13:06:04.7816019Z Expecting: 2022-08-17T13:06:04.7816571Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-08-17T13:06:04.7817014Z -0.1250+0.1720j]) 2022-08-17T13:06:04.7817256Z ok 2022-08-17T13:06:04.7817494Z Trying: 2022-08-17T13:06:04.7817780Z torch.fft.hfft(T[:3], n=5) 2022-08-17T13:06:04.7818090Z Expecting: 2022-08-17T13:06:04.7818559Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:06:04.7818877Z ok 2022-08-17T13:06:04.7819128Z Trying: 2022-08-17T13:06:04.7819434Z torch.fft.hfft(T[:3]) 2022-08-17T13:06:04.7819733Z Expecting: 2022-08-17T13:06:04.7820041Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-08-17T13:06:04.7820319Z ok 2022-08-17T13:06:04.7820581Z ok (0.003s) 2022-08-17T13:06:04.7820982Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7821444Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:06:04.7821783Z Expecting nothing 2022-08-17T13:06:04.7822048Z ok 2022-08-17T13:06:04.7822268Z Trying: 2022-08-17T13:06:04.7822549Z ifft2 = torch.fft.ifft2(x) 2022-08-17T13:06:04.7822875Z Expecting nothing 2022-08-17T13:06:04.7823139Z ok 2022-08-17T13:06:04.7823378Z Trying: 2022-08-17T13:06:04.7823724Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-08-17T13:06:04.7824051Z Expecting nothing 2022-08-17T13:06:04.7824334Z ok 2022-08-17T13:06:04.7824579Z Trying: 2022-08-17T13:06:04.7824950Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-08-17T13:06:04.7825339Z Expecting nothing 2022-08-17T13:06:04.7825591Z ok 2022-08-17T13:06:04.7825833Z ok (0.003s) 2022-08-17T13:06:04.7828306Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7828902Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:06:04.7829234Z Expecting nothing 2022-08-17T13:06:04.7829516Z ok 2022-08-17T13:06:04.7829768Z Trying: 2022-08-17T13:06:04.7832305Z torch.fft.ifft(t) 2022-08-17T13:06:04.7832935Z Expecting: 2022-08-17T13:06:04.7833389Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-08-17T13:06:04.7834683Z ok 2022-08-17T13:06:04.7835929Z ok (0.002s) 2022-08-17T13:06:04.7847577Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7848016Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-08-17T13:06:04.7848369Z Expecting nothing 2022-08-17T13:06:04.7851161Z ok 2022-08-17T13:06:04.7851415Z Trying: 2022-08-17T13:06:04.7851702Z ifftn = torch.fft.ifftn(x) 2022-08-17T13:06:04.7852030Z Expecting nothing 2022-08-17T13:06:04.7852302Z ok 2022-08-17T13:06:04.7852530Z Trying: 2022-08-17T13:06:04.7853023Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-08-17T13:06:04.7853390Z Expecting nothing 2022-08-17T13:06:04.7853645Z ok 2022-08-17T13:06:04.7854284Z Trying: 2022-08-17T13:06:04.7854661Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-08-17T13:06:04.7855055Z Expecting nothing 2022-08-17T13:06:04.7857759Z ok 2022-08-17T13:06:04.7859326Z ok (0.002s) 2022-08-17T13:06:04.7870250Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7870672Z f = torch.fft.fftfreq(5) 2022-08-17T13:06:04.7870984Z Expecting nothing 2022-08-17T13:06:04.7872469Z ok 2022-08-17T13:06:04.7872912Z Trying: 2022-08-17T13:06:04.7875196Z f 2022-08-17T13:06:04.7875595Z Expecting: 2022-08-17T13:06:04.7878151Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:06:04.7878624Z ok 2022-08-17T13:06:04.7880916Z Trying: 2022-08-17T13:06:04.7881355Z shifted = torch.fft.fftshift(f) 2022-08-17T13:06:04.7883697Z Expecting nothing 2022-08-17T13:06:04.7884285Z ok 2022-08-17T13:06:04.7886546Z Trying: 2022-08-17T13:06:04.7887008Z torch.fft.ifftshift(shifted) 2022-08-17T13:06:04.7889341Z Expecting: 2022-08-17T13:06:04.7889922Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-08-17T13:06:04.7892232Z ok 2022-08-17T13:06:04.7892638Z ok (0.002s) 2022-08-17T13:06:04.7895034Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7895570Z t = torch.arange(5) 2022-08-17T13:06:04.7897881Z Expecting nothing 2022-08-17T13:06:04.7898326Z ok 2022-08-17T13:06:04.7900591Z Trying: 2022-08-17T13:06:04.7900967Z t 2022-08-17T13:06:04.7903235Z Expecting: 2022-08-17T13:06:04.7903675Z tensor([0, 1, 2, 3, 4]) 2022-08-17T13:06:04.7905974Z ok 2022-08-17T13:06:04.7906357Z Trying: 2022-08-17T13:06:04.7908819Z torch.fft.ihfft(t) 2022-08-17T13:06:04.7909266Z Expecting: 2022-08-17T13:06:04.7911728Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-08-17T13:06:04.7912230Z ok 2022-08-17T13:06:04.7914490Z Trying: 2022-08-17T13:06:04.7914927Z torch.fft.ifft(t) 2022-08-17T13:06:04.7917222Z Expecting: 2022-08-17T13:06:04.7917903Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-08-17T13:06:04.7920327Z -0.5000+0.6882j]) 2022-08-17T13:06:04.7920838Z ok 2022-08-17T13:06:04.7923444Z ok (0.003s) 2022-08-17T13:06:04.7924256Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7927039Z t = torch.rand(10, 9) 2022-08-17T13:06:04.7927580Z Expecting nothing 2022-08-17T13:06:04.7930190Z ok 2022-08-17T13:06:04.7930568Z Trying: 2022-08-17T13:06:04.7932851Z T = torch.fft.rfft2(t) 2022-08-17T13:06:04.7933322Z Expecting nothing 2022-08-17T13:06:04.7935607Z ok 2022-08-17T13:06:04.7936010Z Trying: 2022-08-17T13:06:04.7938323Z torch.fft.irfft2(T).size() 2022-08-17T13:06:04.7938787Z Expecting: 2022-08-17T13:06:04.7941053Z torch.Size([10, 8]) 2022-08-17T13:06:04.7941472Z ok 2022-08-17T13:06:04.7943723Z Trying: 2022-08-17T13:06:04.7944218Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-08-17T13:06:04.7946565Z Expecting nothing 2022-08-17T13:06:04.7947039Z ok 2022-08-17T13:06:04.7949302Z Trying: 2022-08-17T13:06:04.7949726Z roundtrip.size() 2022-08-17T13:06:04.7963263Z Expecting: 2022-08-17T13:06:04.7963703Z torch.Size([10, 9]) 2022-08-17T13:06:04.7964227Z ok 2022-08-17T13:06:04.7964513Z Trying: 2022-08-17T13:06:04.7964929Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:06:04.7965367Z Expecting nothing 2022-08-17T13:06:04.7965658Z ok 2022-08-17T13:06:04.7966001Z ok (0.002s) 2022-08-17T13:06:04.7966378Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7966776Z t = torch.linspace(0, 1, 5) 2022-08-17T13:06:04.7967076Z Expecting nothing 2022-08-17T13:06:04.7967342Z ok 2022-08-17T13:06:04.7967596Z Trying: 2022-08-17T13:06:04.7967826Z t 2022-08-17T13:06:04.7968076Z Expecting: 2022-08-17T13:06:04.7968373Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-08-17T13:06:04.7968829Z ok 2022-08-17T13:06:04.7969091Z Trying: 2022-08-17T13:06:04.7969385Z T = torch.fft.rfft(t) 2022-08-17T13:06:04.7969696Z Expecting nothing 2022-08-17T13:06:04.7969984Z ok 2022-08-17T13:06:04.7970227Z Trying: 2022-08-17T13:06:04.7970492Z T 2022-08-17T13:06:04.7970768Z Expecting: 2022-08-17T13:06:04.7971270Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-08-17T13:06:04.7971597Z ok 2022-08-17T13:06:04.7971856Z Trying: 2022-08-17T13:06:04.7972151Z torch.fft.irfft(T) 2022-08-17T13:06:04.7972438Z Expecting: 2022-08-17T13:06:04.7972726Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-08-17T13:06:04.7973008Z ok 2022-08-17T13:06:04.7973237Z Trying: 2022-08-17T13:06:04.7973586Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-08-17T13:06:04.7973962Z Expecting nothing 2022-08-17T13:06:04.7974241Z ok 2022-08-17T13:06:04.7974503Z Trying: 2022-08-17T13:06:04.7974903Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:06:04.7975291Z Expecting nothing 2022-08-17T13:06:04.7976301Z ok 2022-08-17T13:06:04.7976567Z ok (0.004s) 2022-08-17T13:06:04.7983338Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.7995143Z t = torch.rand(10, 9) 2022-08-17T13:06:04.7995457Z Expecting nothing 2022-08-17T13:06:04.7995711Z ok 2022-08-17T13:06:04.7995962Z Trying: 2022-08-17T13:06:04.7997360Z T = torch.fft.rfftn(t) 2022-08-17T13:06:04.7997684Z Expecting nothing 2022-08-17T13:06:04.7998052Z ok 2022-08-17T13:06:04.7998320Z Trying: 2022-08-17T13:06:04.7998618Z torch.fft.irfftn(T).size() 2022-08-17T13:06:04.7998951Z Expecting: 2022-08-17T13:06:04.7999255Z torch.Size([10, 8]) 2022-08-17T13:06:04.7999535Z ok 2022-08-17T13:06:04.7999793Z Trying: 2022-08-17T13:06:04.8000141Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-08-17T13:06:04.8000615Z Expecting nothing 2022-08-17T13:06:04.8000888Z ok 2022-08-17T13:06:04.8001132Z Trying: 2022-08-17T13:06:04.8001416Z roundtrip.size() 2022-08-17T13:06:04.8001732Z Expecting: 2022-08-17T13:06:04.8002047Z torch.Size([10, 9]) 2022-08-17T13:06:04.8002330Z ok 2022-08-17T13:06:04.8002590Z Trying: 2022-08-17T13:06:04.8003013Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-08-17T13:06:04.8003405Z Expecting nothing 2022-08-17T13:06:04.8003673Z ok 2022-08-17T13:06:04.8003950Z ok (0.003s) 2022-08-17T13:06:04.8011192Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.8011589Z t = torch.rand(10, 10) 2022-08-17T13:06:04.8012042Z Expecting nothing 2022-08-17T13:06:04.8013189Z ok 2022-08-17T13:06:04.8013420Z Trying: 2022-08-17T13:06:04.8014521Z rfft2 = torch.fft.rfft2(t) 2022-08-17T13:06:04.8014841Z Expecting nothing 2022-08-17T13:06:04.8015104Z ok 2022-08-17T13:06:04.8015356Z Trying: 2022-08-17T13:06:04.8015615Z rfft2.size() 2022-08-17T13:06:04.8015883Z Expecting: 2022-08-17T13:06:04.8016166Z torch.Size([10, 6]) 2022-08-17T13:06:04.8016437Z ok 2022-08-17T13:06:04.8016668Z Trying: 2022-08-17T13:06:04.8016944Z fft2 = torch.fft.fft2(t) 2022-08-17T13:06:04.8017253Z Expecting nothing 2022-08-17T13:06:04.8017513Z ok 2022-08-17T13:06:04.8017753Z Trying: 2022-08-17T13:06:04.8018123Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-08-17T13:06:04.8018496Z Expecting nothing 2022-08-17T13:06:04.8020865Z ok 2022-08-17T13:06:04.8021150Z Trying: 2022-08-17T13:06:04.8021780Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-08-17T13:06:04.8022204Z Expecting nothing 2022-08-17T13:06:04.8022574Z ok 2022-08-17T13:06:04.8022854Z Trying: 2022-08-17T13:06:04.8023275Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-08-17T13:06:04.8023723Z Expecting nothing 2022-08-17T13:06:04.8029570Z ok 2022-08-17T13:06:04.8030194Z ok (0.003s) 2022-08-17T13:06:04.8047749Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.8048278Z t = torch.arange(4) 2022-08-17T13:06:04.8048614Z Expecting nothing 2022-08-17T13:06:04.8048926Z ok 2022-08-17T13:06:04.8049359Z Trying: 2022-08-17T13:06:04.8049604Z t 2022-08-17T13:06:04.8049906Z Expecting: 2022-08-17T13:06:04.8050214Z tensor([0, 1, 2, 3]) 2022-08-17T13:06:04.8050487Z ok 2022-08-17T13:06:04.8050805Z Trying: 2022-08-17T13:06:04.8051051Z torch.fft.rfft(t) 2022-08-17T13:06:04.8051447Z Expecting: 2022-08-17T13:06:04.8051905Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-08-17T13:06:04.8055641Z ok 2022-08-17T13:06:04.8055930Z Trying: 2022-08-17T13:06:04.8056233Z torch.fft.fft(t) 2022-08-17T13:06:04.8056554Z Expecting: 2022-08-17T13:06:04.8057037Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-08-17T13:06:04.8058087Z ok 2022-08-17T13:06:04.8059052Z ok (0.003s) 2022-08-17T13:06:04.8072835Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.8073285Z torch.fft.rfftfreq(5) 2022-08-17T13:06:04.8073561Z Expecting: 2022-08-17T13:06:04.8073823Z tensor([0.0000, 0.2000, 0.4000]) 2022-08-17T13:06:04.8076640Z ok 2022-08-17T13:06:04.8076951Z Trying: 2022-08-17T13:06:04.8077222Z torch.fft.rfftfreq(4) 2022-08-17T13:06:04.8077529Z Expecting: 2022-08-17T13:06:04.8077787Z tensor([0.0000, 0.2500, 0.5000]) 2022-08-17T13:06:04.8079230Z ok 2022-08-17T13:06:04.8080889Z Trying: 2022-08-17T13:06:04.8081170Z torch.fft.fftfreq(4) 2022-08-17T13:06:04.8081460Z Expecting: 2022-08-17T13:06:04.8081906Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-08-17T13:06:04.8082207Z ok 2022-08-17T13:06:04.8083565Z ok (0.002s) 2022-08-17T13:06:04.8094977Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-08-17T13:06:04.8095724Z t = torch.rand(10, 10) 2022-08-17T13:06:04.8096216Z Expecting nothing 2022-08-17T13:06:04.8096966Z ok 2022-08-17T13:06:04.8097210Z Trying: 2022-08-17T13:06:04.8097505Z rfftn = torch.fft.rfftn(t) 2022-08-17T13:06:04.8097819Z Expecting nothing 2022-08-17T13:06:04.8098225Z ok 2022-08-17T13:06:04.8098475Z Trying: 2022-08-17T13:06:04.8098722Z rfftn.size() 2022-08-17T13:06:04.8099001Z Expecting: 2022-08-17T13:06:04.8099338Z torch.Size([10, 6]) 2022-08-17T13:06:04.8099617Z ok 2022-08-17T13:06:04.8099866Z Trying: 2022-08-17T13:06:04.8100151Z fftn = torch.fft.fftn(t) 2022-08-17T13:06:04.8100447Z Expecting nothing 2022-08-17T13:06:04.8100719Z ok 2022-08-17T13:06:04.8100964Z Trying: 2022-08-17T13:06:04.8101328Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-08-17T13:06:04.8101719Z Expecting nothing 2022-08-17T13:06:04.8104218Z ok 2022-08-17T13:06:04.8104452Z Trying: 2022-08-17T13:06:04.8104919Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-08-17T13:06:04.8106074Z Expecting nothing 2022-08-17T13:06:04.8106522Z ok 2022-08-17T13:06:04.8106802Z Trying: 2022-08-17T13:06:04.8107234Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-08-17T13:06:04.8107662Z Expecting nothing 2022-08-17T13:06:04.8114381Z ok 2022-08-17T13:06:04.8125081Z ok (0.003s) 2022-08-17T13:06:04.8127709Z 2022-08-17T13:06:04.8128111Z ---------------------------------------------------------------------- 2022-08-17T13:06:04.8128549Z Ran 177 tests in 6.232s 2022-08-17T13:06:04.8128738Z 2022-08-17T13:06:04.8128853Z OK (skipped=10) 2022-08-17T13:06:04.8129024Z 2022-08-17T13:06:04.8129155Z Generating XML reports... 2022-08-17T13:06:04.8266255Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220817130558.xml 2022-08-17T13:06:04.8287070Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220817130558.xml 2022-08-17T13:06:05.4268516Z Running test_stateless ... [2022-08-17 13:06:05.426429] 2022-08-17T13:06:05.4269037Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:05.426510] 2022-08-17T13:06:06.7117049Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-08-17T13:06:06.7130571Z 2022-08-17T13:06:06.7130949Z Running tests... 2022-08-17T13:06:06.7131545Z ---------------------------------------------------------------------- 2022-08-17T13:06:09.9752815Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.262s) 2022-08-17T13:06:11.0258704Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.050s) 2022-08-17T13:06:11.0311078Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-08-17T13:06:11.0349089Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-08-17T13:06:11.0378228Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-08-17T13:06:11.0385435Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:11.0410146Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-08-17T13:06:11.1096409Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.068s) 2022-08-17T13:06:11.1205919Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.011s) 2022-08-17T13:06:11.1261595Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-08-17T13:06:11.1282055Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-08-17T13:06:11.1282368Z 2022-08-17T13:06:11.1283049Z ---------------------------------------------------------------------- 2022-08-17T13:06:11.1283510Z Ran 11 tests in 4.415s 2022-08-17T13:06:11.1283699Z 2022-08-17T13:06:11.1283813Z OK (skipped=1) 2022-08-17T13:06:11.1284136Z 2022-08-17T13:06:11.1285462Z Generating XML reports... 2022-08-17T13:06:11.1313888Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220817130606.xml 2022-08-17T13:06:11.1317134Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220817130606.xml 2022-08-17T13:06:11.1326924Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220817130606.xml 2022-08-17T13:06:11.4417183Z Running test_scatter_gather_ops ... [2022-08-17 13:06:11.441345] 2022-08-17T13:06:11.4417714Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:11.441425] 2022-08-17T13:06:12.7189900Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-08-17T13:06:12.7204904Z 2022-08-17T13:06:12.7205221Z Running tests... 2022-08-17T13:06:12.7205824Z ---------------------------------------------------------------------- 2022-08-17T13:06:12.7240540Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-08-17T13:06:12.7258845Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:06:12.7277465Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:06:12.7295356Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:06:12.7310513Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-08-17T13:06:12.7481044Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-08-17T13:06:12.7656813Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-08-17T13:06:12.7925803Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-08-17T13:06:12.8191633Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-08-17T13:06:12.8457200Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-08-17T13:06:13.1569203Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.311s) 2022-08-17T13:06:13.4669920Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.310s) 2022-08-17T13:06:13.7786705Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.312s) 2022-08-17T13:06:13.8028837Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-08-17T13:06:13.8268253Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-08-17T13:06:13.8507381Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-08-17T13:06:13.8733233Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-08-17T13:06:13.8951900Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-08-17T13:06:13.9175076Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-08-17T13:06:13.9195865Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:06:13.9261019Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T13:06:13.9262072Z r = func(*args, **kwargs) 2022-08-17T13:06:13.9689691Z ok (0.049s) 2022-08-17T13:06:14.0168865Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.0666086Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.1164573Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.1662892Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.2142915Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.2623395Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.3105406Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.3587764Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.4070630Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.4567473Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.5046172Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.5542280Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.6039363Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.6535533Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-08-17T13:06:14.7016604Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.7496995Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.7975020Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.8454523Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.8933264Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:06:14.9388221Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:14.9855224Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-08-17T13:06:15.0325047Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-08-17T13:06:15.0785387Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.1248872Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.1710975Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.2166567Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.2619750Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.3072025Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.3520588Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.3973513Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.4424958Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.4871971Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.5335386Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.5796832Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.6249820Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.6706782Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:15.7163203Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.7608411Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.8052524Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-08-17T13:06:15.8497252Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-08-17T13:06:15.8940673Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-08-17T13:06:15.9387418Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:15.9841873Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:16.0310615Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-08-17T13:06:16.0778414Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-08-17T13:06:16.1236672Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:16.1695158Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:16.2152912Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-08-17T13:06:16.2600820Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:16.3051517Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:16.3499970Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:16.3950475Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-08-17T13:06:16.4396359Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-08-17T13:06:16.4396674Z 2022-08-17T13:06:16.4397186Z ---------------------------------------------------------------------- 2022-08-17T13:06:16.4397573Z Ran 74 tests in 3.719s 2022-08-17T13:06:16.4397738Z 2022-08-17T13:06:16.4397801Z OK 2022-08-17T13:06:16.4398039Z 2022-08-17T13:06:16.4398128Z Generating XML reports... 2022-08-17T13:06:16.4483051Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817130612.xml 2022-08-17T13:06:16.6879731Z Running test_multiprocessing ... [2022-08-17 13:06:16.687607] 2022-08-17T13:06:16.6880264Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:16.687687] 2022-08-17T13:06:17.7370905Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-08-17T13:06:17.7388873Z 2022-08-17T13:06:17.7389289Z Running tests... 2022-08-17T13:06:17.7389686Z ---------------------------------------------------------------------- 2022-08-17T13:06:18.1014688Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.362s) 2022-08-17T13:06:19.0060386Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:06:19.0061107Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:06:19.0062134Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:06:19.0062740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:06:19.0074814Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:06:19.0075404Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:06:19.0079797Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:06:19.0080361Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:06:19.0309938Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:06:19.0310597Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:06:19.0312903Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:06:19.0313532Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:06:19.2324628Z ok (1.131s) 2022-08-17T13:06:19.2333837Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-08-17T13:06:19.2343895Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2351311Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2356091Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-08-17T13:06:19.2368000Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2372132Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-08-17T13:06:19.2384085Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2388668Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-08-17T13:06:19.2401583Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-08-17T13:06:19.2440019Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.004s) 2022-08-17T13:06:19.2445120Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-08-17T13:06:19.2455344Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2463194Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2472411Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2481234Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2490188Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:19.2495200Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-08-17T13:06:19.4689947Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.219s) 2022-08-17T13:06:19.4694917Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:06:19.4702479Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:06:19.6578258Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.187s) 2022-08-17T13:06:19.6586109Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:06:19.8338136Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.175s) 2022-08-17T13:06:19.8343023Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-08-17T13:06:19.8349246Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:06:20.7227999Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:06:20.7228509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:06:20.7230102Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:06:20.7230524Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:06:21.0330587Z ok (1.198s) 2022-08-17T13:06:21.0336155Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:21.0348777Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-08-17T13:06:21.0353152Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-08-17T13:06:21.0529737Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.017s) 2022-08-17T13:06:21.0538948Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:06:21.0557094Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-08-17T13:06:21.0607178Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7fb0d431a5f0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-08-17T13:06:21.0608473Z "to suppress this warning".format(repr(hook))) 2022-08-17T13:06:21.0673204Z ok (0.011s) 2022-08-17T13:06:21.0725405Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7fb0d42fd4d0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-08-17T13:06:21.0726445Z "to suppress this warning".format(repr(hook))) 2022-08-17T13:06:21.0883422Z ok (0.021s) 2022-08-17T13:06:21.0893094Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-08-17T13:06:21.0894277Z 2022-08-17T13:06:21.0894714Z ---------------------------------------------------------------------- 2022-08-17T13:06:21.0895006Z Ran 37 tests in 3.351s 2022-08-17T13:06:21.0895110Z 2022-08-17T13:06:21.0895184Z OK (skipped=24) 2022-08-17T13:06:21.0895296Z 2022-08-17T13:06:21.0895385Z Generating XML reports... 2022-08-17T13:06:21.0956296Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220817130617.xml 2022-08-17T13:06:21.4029532Z Running test_mobile_optimizer ... [2022-08-17 13:06:21.402486] 2022-08-17T13:06:21.4030068Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:21.402577] 2022-08-17T13:06:22.5763506Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-08-17T13:06:22.5774615Z 2022-08-17T13:06:22.5774867Z Running tests... 2022-08-17T13:06:22.5775608Z ---------------------------------------------------------------------- 2022-08-17T13:06:22.8408948Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.263s) 2022-08-17T13:06:22.8710748Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.030s) 2022-08-17T13:06:23.5434344Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.672s) 2022-08-17T13:06:25.0774143Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.534s) 2022-08-17T13:06:25.3361758Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.258s) 2022-08-17T13:06:25.3725399Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.036s) 2022-08-17T13:06:25.5657085Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.193s) 2022-08-17T13:06:25.5657413Z 2022-08-17T13:06:25.5657881Z ---------------------------------------------------------------------- 2022-08-17T13:06:25.5658290Z Ran 7 tests in 2.988s 2022-08-17T13:06:25.5658478Z 2022-08-17T13:06:25.5658577Z OK 2022-08-17T13:06:25.5658724Z 2022-08-17T13:06:25.5658875Z Generating XML reports... 2022-08-17T13:06:25.5687237Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220817130622.xml 2022-08-17T13:06:25.8815345Z Running test_module_init ... [2022-08-17 13:06:25.881183] 2022-08-17T13:06:25.8815870Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:25.881264] 2022-08-17T13:06:27.3090003Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-08-17T13:06:27.3090574Z warnings.warn(msg, FutureWarning) 2022-08-17T13:06:27.3223071Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-08-17T13:06:27.3251153Z 2022-08-17T13:06:27.3251557Z Running tests... 2022-08-17T13:06:27.3251997Z ---------------------------------------------------------------------- 2022-08-17T13:06:27.3285384Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3313494Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3340830Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3373031Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3399837Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3426704Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3482933Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:06:27.3533802Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:27.3560703Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3587583Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3615128Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3642097Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3669573Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3696555Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3723541Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3751368Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3779582Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3807951Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3834778Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3862687Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3889651Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3916567Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3945529Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.3974465Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4002742Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4032078Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4077946Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:27.4117929Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4157820Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4197403Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4237125Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4277052Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4312425Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4347429Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4374526Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4401962Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4428881Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4456928Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4483385Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4510752Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4538616Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4565683Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4593467Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4620601Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4647990Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4675617Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4711169Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4752675Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4788367Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4823927Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.4860102Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4895669Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4931640Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.4967573Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.5003309Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5038102Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5074076Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.5109705Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.5136733Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5163503Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5190935Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5217874Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5246775Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5274377Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5302148Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5329038Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5356478Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5383709Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5410783Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5443335Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5470141Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5507297Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5525570Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5552215Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5580232Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5607410Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5641330Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5674649Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5707285Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5740734Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5768132Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5795402Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5822339Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5849196Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5876962Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5903653Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5932647Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5961203Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.5989480Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6018387Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6045235Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6072520Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6099187Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6125856Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6168102Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6206443Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6246335Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6286704Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6313962Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6341945Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6375758Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6410375Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6437578Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6465438Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6492612Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6520518Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6547512Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6574749Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6602748Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6629668Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6657877Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6685284Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6712535Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6740686Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6767686Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6795852Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.6832828Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6874000Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6909505Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6945719Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.6981790Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7018024Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7045410Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7073323Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7100721Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7128645Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7155753Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7183227Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7211223Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7238346Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7278089Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7316601Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7356727Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7397382Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7431729Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7466021Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.7497296Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-08-17T13:06:27.7497968Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:06:27.7512038Z ok (0.005s) 2022-08-17T13:06:27.7549627Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7587103Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7624589Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7662115Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7700419Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7737371Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7774343Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.7817852Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8478688Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.066s) 2022-08-17T13:06:27.8515183Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8551821Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8588951Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8624645Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8661319Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8697495Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8733625Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8776948Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8814201Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8852165Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8889777Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8927300Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.8965158Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.9002937Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.9038212Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9081515Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.9109605Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9136720Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9172713Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:27.9207155Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9235022Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9262296Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9290167Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9316862Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9344019Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9372064Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9399326Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9427007Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9454191Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9481178Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9509143Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9536554Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9564544Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9591325Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9618760Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9646775Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9673881Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9701726Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9728903Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9755918Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9784276Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9811638Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9842017Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9868906Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9897144Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9925013Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9951734Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:27.9979541Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0006583Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0033628Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0063081Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0091598Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0119919Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0148828Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0195867Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:28.0243528Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:28.0272348Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0301192Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0332749Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0364823Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0392057Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0420195Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0447479Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0474633Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0502627Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0530088Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0563345Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0590461Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0617720Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0645852Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0672790Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0700900Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.0741569Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0782837Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0821558Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0859434Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0898346Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0937046Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.0977283Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.1018106Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.1045238Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1073203Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1100703Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1128792Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1155857Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1183236Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1211416Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1238589Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1266627Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1293909Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1321565Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1354581Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1381799Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1410143Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1437305Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1464627Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1493694Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1521255Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1548882Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1575743Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1602859Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1630497Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1657344Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1684862Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1711508Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1738593Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1766421Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1792925Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1820900Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1848038Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1874612Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1903212Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1930433Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1958143Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.1985319Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2012574Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2040147Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2067098Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2095136Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2121898Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2148740Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2179752Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2221276Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.2261626Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:28.2288575Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2315206Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2343107Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2369932Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2397710Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2424418Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:28.2504650Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-08-17T13:06:28.2584209Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-08-17T13:06:28.2673015Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-08-17T13:06:28.2760193Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-08-17T13:06:28.2825146Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:06:28.2896698Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:06:28.2964590Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:06:28.3032891Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:06:28.8801596Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.577s) 2022-08-17T13:06:29.6197969Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.739s) 2022-08-17T13:06:29.6227209Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6255570Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6283716Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6310840Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6338726Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6365889Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6393074Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6425873Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6453426Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6481081Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6508238Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6535359Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6563529Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6590287Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6618190Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6645151Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.6690459Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6734818Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6778858Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6822980Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6866407Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6909591Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6952937Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.6995277Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7046462Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:29.7087722Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7129969Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7172049Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7214263Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7256942Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7300651Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7344385Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7403940Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:06:29.7462757Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:06:29.7505062Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7547533Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7590091Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.7640310Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:06:29.7671187Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7700461Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7730210Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7758904Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7788286Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7817394Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7849777Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7881165Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7911167Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7941642Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.7971974Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8001895Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8030256Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8057790Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8086302Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8113634Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8141320Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8169726Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8197308Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8225137Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8252568Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8280282Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8321941Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8364830Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8393743Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8422125Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8463997Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8501527Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8539237Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8576589Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8614043Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8651893Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8692001Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8732414Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:06:29.8765955Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8799605Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8829071Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8859166Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8889044Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8916778Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8946037Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.8974145Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9002373Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9029638Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9062055Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9094366Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9121662Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9149104Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9182881Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9210350Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9238269Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9265726Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:06:29.9266458Z 2022-08-17T13:06:29.9266999Z ---------------------------------------------------------------------- 2022-08-17T13:06:29.9267413Z Ran 376 tests in 2.601s 2022-08-17T13:06:29.9267616Z 2022-08-17T13:06:29.9267721Z OK 2022-08-17T13:06:29.9267886Z 2022-08-17T13:06:29.9268031Z Generating XML reports... 2022-08-17T13:06:29.9550492Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220817130627.xml 2022-08-17T13:06:30.3060905Z Running test_mkldnn_verbose ... [2022-08-17 13:06:30.305655] 2022-08-17T13:06:30.3061450Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:30.305743] 2022-08-17T13:06:31.3616868Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-08-17T13:06:31.3627389Z 2022-08-17T13:06:31.3627495Z Running tests... 2022-08-17T13:06:31.3627968Z ---------------------------------------------------------------------- 2022-08-17T13:06:32.6582291Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.295s) 2022-08-17T13:06:33.6927997Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.034s) 2022-08-17T13:06:33.6928439Z 2022-08-17T13:06:33.6929365Z ---------------------------------------------------------------------- 2022-08-17T13:06:33.6929789Z Ran 2 tests in 2.330s 2022-08-17T13:06:33.6929908Z 2022-08-17T13:06:33.6929973Z OK 2022-08-17T13:06:33.6930059Z 2022-08-17T13:06:33.6930155Z Generating XML reports... 2022-08-17T13:06:33.6964987Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220817130631.xml 2022-08-17T13:06:33.9826100Z Running test_utils ... [2022-08-17 13:06:33.982241] 2022-08-17T13:06:33.9826619Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:33.982320] 2022-08-17T13:06:35.2450579Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:06:35.3278912Z Test results will be stored in test-reports/python-unittest/test_utils 2022-08-17T13:06:35.3301176Z 2022-08-17T13:06:35.3301271Z Running tests... 2022-08-17T13:06:35.3301871Z ---------------------------------------------------------------------- 2022-08-17T13:06:35.5983833Z test_assert_scriptable (__main__.TestAssert) ... ok (0.268s) 2022-08-17T13:06:35.5995230Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-08-17T13:06:35.6003074Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:06:35.6007806Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-08-17T13:06:35.6118673Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.011s) 2022-08-17T13:06:35.6220743Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.010s) 2022-08-17T13:06:35.6235230Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-08-17T13:06:35.6235682Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-08-17T13:06:35.6240834Z ok (0.002s) 2022-08-17T13:06:35.6251904Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-08-17T13:06:35.6305817Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.005s) 2022-08-17T13:06:35.6311219Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-08-17T13:06:35.6329339Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-08-17T13:06:35.6441773Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.011s) 2022-08-17T13:06:35.6450463Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-08-17T13:06:35.6461254Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-08-17T13:06:35.6469956Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-08-17T13:06:35.6495950Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.002s) 2022-08-17T13:06:35.6519024Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-08-17T13:06:35.6536795Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-08-17T13:06:35.6542297Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-08-17T13:06:35.6941540Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.040s) 2022-08-17T13:06:35.7151303Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.021s) 2022-08-17T13:06:35.7742595Z test_multi_drop (__main__.TestDataLoaderUtils) ... ok (0.059s) 2022-08-17T13:06:35.7749107Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-08-17T13:06:35.9091865Z test_random_seed (__main__.TestDataLoaderUtils) ... ok (0.134s) 2022-08-17T13:06:35.9104105Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-08-17T13:06:35.9113000Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-08-17T13:06:35.9141189Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.003s) 2022-08-17T13:06:35.9147355Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-08-17T13:06:35.9168973Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-08-17T13:06:35.9177894Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-08-17T13:06:37.5755881Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (1.657s) 2022-08-17T13:06:37.5756804Z 2022-08-17T13:06:37.5757204Z ---------------------------------------------------------------------- 2022-08-17T13:06:37.5757664Z Ran 31 tests in 2.245s 2022-08-17T13:06:37.5757949Z 2022-08-17T13:06:37.5758089Z OK (skipped=7) 2022-08-17T13:06:37.5758233Z 2022-08-17T13:06:37.5758367Z Generating XML reports... 2022-08-17T13:06:37.5803761Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220817130635.xml 2022-08-17T13:06:37.5816471Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220817130635.xml 2022-08-17T13:06:37.5819627Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220817130635.xml 2022-08-17T13:06:37.5824832Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220817130635.xml 2022-08-17T13:06:37.5827256Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220817130635.xml 2022-08-17T13:06:37.5829511Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220817130635.xml 2022-08-17T13:06:37.5832610Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220817130635.xml 2022-08-17T13:06:37.5835819Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220817130635.xml 2022-08-17T13:06:37.5839409Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220817130635.xml 2022-08-17T13:06:37.5841908Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220817130635.xml 2022-08-17T13:06:37.9618448Z Running test_indexing ... [2022-08-17 13:06:37.961487] 2022-08-17T13:06:37.9618988Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:37.961567] 2022-08-17T13:06:39.2548579Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-08-17T13:06:39.2564199Z 2022-08-17T13:06:39.2564497Z Running tests... 2022-08-17T13:06:39.2565174Z ---------------------------------------------------------------------- 2022-08-17T13:06:39.2690664Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.012s) 2022-08-17T13:06:39.2707870Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:06:39.2730358Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:06:39.2755591Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:06:39.2859071Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-08-17T13:06:39.2963013Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-08-17T13:06:39.2989008Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:06:39.3127142Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-08-17T13:06:39.3127836Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-08-17T13:06:39.3170223Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-08-17T13:06:39.3170794Z r = func(*args, **kwargs) 2022-08-17T13:06:39.3171278Z ok (0.018s) 2022-08-17T13:06:39.3199958Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:06:39.3375080Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.017s) 2022-08-17T13:06:39.3407813Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:06:39.3465228Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-08-17T13:06:39.3479009Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:06:39.3488902Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:06:39.3501142Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:06:39.3530619Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:06:39.3539870Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:06:39.3555515Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:06:39.3584590Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:06:39.3797346Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-08-17T13:06:39.3813635Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:39.4138800Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.032s) 2022-08-17T13:06:39.6970088Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.283s) 2022-08-17T13:06:39.7000006Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:06:39.7015209Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:39.7045992Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:06:39.7057810Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:39.7074126Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:39.7098184Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:39.7124662Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:06:39.7135314Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:06:39.7149662Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:39.7167521Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:39.7187834Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:39.7255616Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-08-17T13:06:39.7268192Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:39.7281981Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:06:39.7367925Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-08-17T13:06:39.7909949Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.054s) 2022-08-17T13:06:39.7943418Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:06:40.0834287Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.289s) 2022-08-17T13:06:40.0872822Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-08-17T13:06:41.2004462Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.113s) 2022-08-17T13:06:41.2020181Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:06:41.2035544Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:06:41.2051533Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.2067009Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2082198Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2097185Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2111957Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2132510Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.2153967Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.2249131Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-08-17T13:06:41.2264098Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2278887Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2293873Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2308586Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2323261Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2335836Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2348135Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2363783Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2373576Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:06:41.2383122Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2824077Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.044s) 2022-08-17T13:06:41.2838834Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2853897Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2865196Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.2882859Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.2955515Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-08-17T13:06:41.2969767Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.3053396Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-08-17T13:06:41.3130057Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-08-17T13:06:41.3139679Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.3152542Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.3170931Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.3244955Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.007s) 2022-08-17T13:06:41.3308078Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-08-17T13:06:41.3493557Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-08-17T13:06:41.3674067Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-08-17T13:06:41.3687065Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:06:41.3711429Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:06:41.3712107Z 2022-08-17T13:06:41.3712555Z ---------------------------------------------------------------------- 2022-08-17T13:06:41.3712944Z Ran 81 tests in 2.115s 2022-08-17T13:06:41.3713280Z 2022-08-17T13:06:41.3713384Z OK (skipped=5) 2022-08-17T13:06:41.3713559Z 2022-08-17T13:06:41.3713698Z Generating XML reports... 2022-08-17T13:06:41.3762493Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817130639.xml 2022-08-17T13:06:41.3808812Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817130639.xml 2022-08-17T13:06:41.6399501Z Running test_overrides ... [2022-08-17 13:06:41.639554] 2022-08-17T13:06:41.6400037Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:41.639640] 2022-08-17T13:06:42.7408610Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-08-17T13:06:42.7487079Z 2022-08-17T13:06:42.7487223Z Running tests... 2022-08-17T13:06:42.7487699Z ---------------------------------------------------------------------- 2022-08-17T13:06:42.9943967Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.245s) 2022-08-17T13:06:42.9959159Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-08-17T13:06:42.9989688Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-08-17T13:06:43.0267730Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.028s) 2022-08-17T13:06:43.0278634Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-08-17T13:06:43.0293078Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:06:43.0307326Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:06:43.0320876Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:06:43.0334948Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:06:43.0347157Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-08-17T13:06:43.0356652Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-08-17T13:06:43.0374791Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-08-17T13:06:43.0389224Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-08-17T13:06:43.0410605Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-08-17T13:06:43.1315477Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-08-17T13:06:43.1321670Z test_all_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1330997Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1337192Z test_basic (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1343178Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1347942Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1355095Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1361617Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1368544Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1374234Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1379457Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1383526Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1387816Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1391849Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1396337Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1403698Z test_factory_override (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1412515Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1422175Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1428052Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1433471Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1439078Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1447575Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1452309Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1457470Z test_restore_errors (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1466892Z test_subclass_hash (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1470467Z test_with_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1475004Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-08-17T13:06:43.1481478Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-08-17T13:06:43.1491269Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1499852Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1508056Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1515924Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1524539Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1533029Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1541584Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1550028Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1558769Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1567845Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1576742Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1585724Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1594613Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1603665Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1612758Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1621428Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1629930Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1638225Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1646060Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1654284Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1662317Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1670541Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1678788Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1687161Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1695322Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1704474Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1712430Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1720578Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1728806Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1736894Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1744926Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1753092Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1761327Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1769722Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1777858Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1785875Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1794098Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1802952Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1810984Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1818979Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1826903Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1835294Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1841980Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1850225Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1858611Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1866460Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1874552Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1882414Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1890474Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1898303Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1906296Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1914327Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1922381Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1930617Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1938401Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1946506Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1954237Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1962246Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1970237Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1978213Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1986422Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.1993622Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2001345Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2009552Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2017376Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2025314Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2033387Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2041468Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2049386Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2057261Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2065193Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2073643Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2081186Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2089363Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2097160Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2105072Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2113282Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2121695Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2129837Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2137967Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2145990Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2154038Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2162173Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2170387Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2178395Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2186391Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2194429Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2202677Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2210914Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2219170Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2227617Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2235988Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2244557Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2252642Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2260892Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2268960Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2277146Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2285591Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2293847Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2301997Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2310453Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2318609Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2326920Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2335131Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2343258Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2351426Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2359651Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2367854Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2375972Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2384059Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2392290Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2400384Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2408701Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2416890Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2424964Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2432928Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2441085Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2449384Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2456943Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2464802Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2472599Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2480537Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2488638Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2496381Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2504227Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2512081Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2520182Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2528292Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2536222Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2544078Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2551974Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2560753Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2568536Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2576434Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2583774Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2591458Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2599261Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2607022Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2614762Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2622610Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2630317Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2638175Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2646680Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2654104Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2661876Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2669804Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2677763Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2685976Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2693734Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2701465Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2709401Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2717180Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2725336Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2733212Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2740905Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2748643Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2756353Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2764389Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2772072Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2779880Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2787619Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2795460Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2803380Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2811342Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2819186Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2827009Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2834986Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2842796Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2850715Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2858291Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2865988Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2873692Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2881846Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2889432Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2897172Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2904942Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2912827Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2920836Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2928761Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2936532Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2944357Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2952076Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2960018Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2967941Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2975648Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2983487Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2991290Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.2999154Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3007176Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3014736Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3022483Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3030255Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3038041Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3045923Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3053759Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3061613Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3069499Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3076926Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3084784Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3093103Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3101156Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3108810Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3116738Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3124883Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3132726Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3140485Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3148462Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3156433Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3164709Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3172503Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3180367Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3188533Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3196242Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3204291Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3212214Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3220008Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3227695Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3235378Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3243261Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3251170Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3258895Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3266797Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3274681Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3282668Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3290762Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3298718Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3306706Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3315069Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3322991Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3330963Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3338775Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3346756Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3354644Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3362814Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3371099Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3378967Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3386958Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3395061Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3403218Z test_Tensor_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3411207Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3419033Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3426856Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3434742Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3442481Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3450269Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3457924Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3465580Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3473266Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3480982Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3489049Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3496817Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3504577Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3512102Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3520120Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3528069Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3535711Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3543319Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3551158Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3558957Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3567008Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3574754Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3582442Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3590296Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3598274Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3606280Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3613948Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3621896Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3629968Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3638064Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3646163Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3654095Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3662263Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3670165Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3678156Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3686244Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3694299Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3702274Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3710269Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3718321Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3726491Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3734526Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3742511Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3750475Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3758467Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3766526Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3774514Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3782576Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3790549Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3798732Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3806928Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3815062Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3823214Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3831028Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3839226Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3847318Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3855276Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3863309Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3871182Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3879250Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3887415Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3895425Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3903455Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3911541Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3919613Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3927768Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3935576Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3943460Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3951434Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3959612Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3967668Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3975641Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3983661Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3991681Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.3999953Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4008172Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4016275Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4024455Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4032522Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4040701Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4048959Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4057025Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4065280Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4072967Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4081047Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4089179Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4097424Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4105379Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4113466Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4121481Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4129473Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4137522Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4145355Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4153293Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4161351Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4169322Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4177226Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4185104Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4193022Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4201194Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4209311Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4217496Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4225519Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4233556Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4241633Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4249546Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4257417Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4265395Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4273251Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4281232Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4289404Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4297483Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4305476Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4313658Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4322033Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4329933Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4337991Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4345883Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4353874Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4361982Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4370143Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4378180Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4386208Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4394194Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4402384Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4410545Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4418521Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4426495Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4434393Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4442455Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4450573Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4458315Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4466198Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4474148Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4482128Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4490206Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4498306Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4506460Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4514502Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4522707Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4530838Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4538800Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4546752Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4554742Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4562861Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4570834Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4578848Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4586812Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4594825Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4603061Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4611253Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4619307Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4627416Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4635462Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4643546Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4651583Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4659532Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4667672Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4675650Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4683749Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4691920Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4699997Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4708118Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4716187Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4724477Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4732468Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4740510Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4748446Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4756422Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4764562Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4772503Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4780637Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4788691Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4796884Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4805051Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4813155Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4821152Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4829226Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4837275Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4845391Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4853388Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4861266Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4869255Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4877241Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4885535Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4893504Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4901497Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4909969Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4918343Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4926908Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4934974Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4943124Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4951195Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4959356Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4967538Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4975574Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4983522Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4991382Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.4999432Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5007640Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5015560Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5023477Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5031430Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5039449Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5047525Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5055472Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5063549Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5071541Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5079641Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5087960Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5095841Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5103806Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5111909Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5120007Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5128303Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5136363Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5144477Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5152414Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5160555Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5168776Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5176851Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5184756Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5192770Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5201021Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5209207Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5217330Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5225430Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5233524Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5241655Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5249698Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5257650Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5265507Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5273385Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5281562Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5289599Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5297676Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5305667Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5313872Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5321810Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5330100Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5337954Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5345782Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5353825Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5361988Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5370057Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5377848Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5385801Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5393719Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5401846Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5410004Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5418054Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5426144Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5434159Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5442348Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5450531Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5458547Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5466492Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5474494Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5482580Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5490720Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5498799Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5506919Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5514973Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5523022Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5531100Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5539080Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5547006Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5555004Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5563072Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5571191Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5579051Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5586922Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5594777Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5603232Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5611668Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5619755Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5627749Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5635900Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5644176Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5652230Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5660235Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5669068Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5677157Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5685333Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5693496Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5701528Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5709767Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5717617Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5725840Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5733748Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5741751Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5749722Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5757707Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5765899Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5773824Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5781756Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5789741Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5798966Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5815714Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.5823888Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5831854Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5840024Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5848433Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5856508Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5864399Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5872407Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5880690Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5888824Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5905154Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.5921701Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.5938155Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.5954370Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.5962494Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5970668Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5978783Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5986927Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.5997568Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6013296Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-08-17T13:06:43.6021409Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6029389Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6037489Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6045708Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6053734Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6061866Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6070063Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6078210Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6087502Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6095148Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6103161Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6111230Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6119290Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6127472Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6135432Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6143433Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6151362Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6159515Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6169428Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6177352Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6185432Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6193489Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6201578Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6209739Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6217814Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6225815Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6233874Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6242109Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6252265Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6260304Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6268391Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6276506Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6284924Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6292893Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6301019Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6309090Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6317175Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6325602Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6333559Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6341742Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6349668Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6357761Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6365851Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6374014Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6382150Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6390161Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6398271Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6406629Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6414671Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6422718Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6430714Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6438847Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6447149Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6455150Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6463362Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6471456Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6480022Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6488458Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6496576Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6504822Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6512971Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6521225Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6529569Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6537831Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6546029Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6554121Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6562419Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6570707Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6578727Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6586866Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6595099Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6603283Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6611425Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6619474Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6627610Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6635652Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6643873Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6652167Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6660179Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6668303Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6676403Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6684858Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6693011Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6701186Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6709415Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6717447Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6725816Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6733942Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6742169Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6750214Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6758367Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6766693Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6774736Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6782947Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6791117Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6799277Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6807586Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6815687Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6823824Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6831935Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6840201Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6848496Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6856559Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6868059Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6873198Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6881087Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6890111Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6902752Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6911083Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:06:43.6919195Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-08-17T13:06:43.6932010Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:06:43.6943116Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-08-17T13:06:43.6954423Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.6977678Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-08-17T13:06:43.6994669Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-08-17T13:06:43.7006759Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-08-17T13:06:43.7015806Z this test exercises the functionality described in ... ok (0.002s) 2022-08-17T13:06:43.7023617Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7031392Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7039026Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7046947Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7054780Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7062207Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7070524Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7077424Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7085035Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7092770Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7099906Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7107431Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7114950Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7122558Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7130047Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7137499Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7144932Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7152427Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7160003Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7167659Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7175205Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7182732Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7190141Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7197569Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7205654Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7212548Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7220040Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7227444Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7234851Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7242388Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7249965Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7257346Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7264690Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7272044Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7279582Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7287085Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7294527Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7301987Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7309254Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7317573Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7324421Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7332031Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7339194Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7346854Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7354574Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7361828Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7369360Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7376678Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7384112Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7391465Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7398812Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7406232Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7413541Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7420919Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7428144Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7435464Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7442853Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7450268Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7457667Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7464903Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7472242Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7479712Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7487203Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7494483Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7501641Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7508923Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7516152Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7523579Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7531072Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7538405Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7545711Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7553027Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7560381Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7568228Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7575645Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7582944Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7590509Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7598026Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7605593Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7612901Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7620349Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7627785Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7635204Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7642649Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7650237Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7657657Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7665067Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7672594Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7680134Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7687659Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7695112Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7702523Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7709968Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7717438Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7725171Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7732531Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7740006Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7747583Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7754965Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7762490Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7769853Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7777104Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7784511Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7791746Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7799201Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7806748Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7814075Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7821230Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7828463Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7835751Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7843297Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7850834Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7858265Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7865738Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7873115Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7880609Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7888262Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7895651Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7903207Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7910634Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7918155Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7925730Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7933226Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7941172Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7948693Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7956122Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7963741Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7971256Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7978676Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7986384Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.7993894Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8001579Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8009416Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8016595Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8023745Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8031014Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8038236Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8045674Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8052805Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8060147Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8067121Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8074498Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8081647Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8088946Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8096117Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8103374Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8110642Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8118028Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8125437Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8132735Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8139979Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8147159Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8154347Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8161715Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8168772Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8175907Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8183121Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8190349Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8197539Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8205045Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8212160Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8219414Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8226598Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8233845Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8240949Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8248233Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8255387Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8262602Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8269861Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8277093Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8284489Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8291790Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8298975Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8306229Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8313524Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8320784Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8328220Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8335338Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8342583Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8349769Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8356902Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8364453Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8371733Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8379006Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8386273Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8393461Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8400871Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8408291Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8415586Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8422652Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8429916Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8436996Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8444586Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8451766Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8458997Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8466221Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8473541Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8480783Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8488288Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8495591Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8502788Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8509975Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8517217Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8524755Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8532031Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8539486Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8546486Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8553799Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8561366Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8568890Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8576612Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8584066Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8591634Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8599305Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8607013Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8614636Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8622323Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8629790Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8637473Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8645300Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8652809Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8660399Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8668000Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8675633Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8683341Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8691043Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8698716Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8706302Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8713939Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8721750Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8729458Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8737119Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8744711Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8752426Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8760026Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8767739Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8775273Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8782861Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8790313Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8798242Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8805966Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8813434Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8820778Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8827996Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8835603Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8843216Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8850830Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8858324Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8865852Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8873238Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8880832Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8888419Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8895795Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8903133Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8910546Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8918213Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8925666Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8933018Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8940430Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8947831Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8955289Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8962862Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8970487Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8977860Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8985353Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.8992671Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9000376Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9007838Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9015312Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9022637Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9030119Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9037530Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9045217Z test_torch_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9052654Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9060230Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9067820Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9075219Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9082726Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9090264Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9097661Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9105189Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9112512Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9120098Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9127633Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9135041Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9142531Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9149954Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9157478Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9165159Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9172653Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9180171Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9187622Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9195019Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9202671Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9210196Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9217549Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9224982Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9232467Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9240015Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9247497Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9254819Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9262356Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9269836Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9277277Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9284991Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9292455Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9299906Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9307325Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9314750Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9322368Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9329882Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9337438Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9344803Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9352455Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9360052Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9367599Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9375014Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9382436Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9389970Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9397468Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9405218Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9412660Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9420065Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9427489Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9434936Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9442506Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9450123Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9457604Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9465111Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9472636Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9480349Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9487917Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9495369Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9502696Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9510291Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9517794Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9525496Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9532953Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9540448Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9547974Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9555479Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9563170Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9570815Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9578212Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9585690Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9593122Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9600686Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9608362Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9615856Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9623476Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9630939Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9638447Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9646084Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9653448Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9660842Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9668351Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9675805Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9683318Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9691009Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9698576Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9706103Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9713546Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9721099Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9728716Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9736195Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9743564Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9751066Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9758528Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9766158Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9773558Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9781015Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9788371Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9795935Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9803304Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9810780Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9818181Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9825689Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9833026Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9840432Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9847894Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9855421Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9862804Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9870173Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9877611Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9885267Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9892568Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9900471Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9908354Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9915723Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9923104Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9931274Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9938111Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9945338Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9952720Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9960189Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9967791Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9975110Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9982354Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9989661Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:43.9996877Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0004375Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0011574Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0018968Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0026268Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0033516Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0041007Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0048456Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0055693Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0062854Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0070246Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0077483Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0085551Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0093302Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0101256Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0109084Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0116888Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0124806Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0132595Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0140266Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0148082Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0155840Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0163718Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0171518Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0179421Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0187027Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0194765Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0202676Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0210633Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0218520Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0226330Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0234187Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0242182Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0250092Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0257885Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0265783Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0273729Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0281637Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0289648Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0316620Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-08-17T13:06:44.0324860Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0332558Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0340422Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0348294Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0356225Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0364448Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0372229Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0379987Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0387927Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0395440Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0403349Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0411330Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0419082Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0426837Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0434632Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0442571Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0450711Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0458620Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0466491Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0474287Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0482173Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0490172Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0498060Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0505744Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0513580Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0521523Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0529535Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0537253Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0544952Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0552783Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0560985Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0569046Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0576666Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0583976Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0591710Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0599421Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0607169Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0614755Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0622376Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0630053Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0637615Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0645572Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0653629Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0661030Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0668882Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0676227Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0684196Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0691820Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0699461Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0707354Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0714816Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0722631Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0730346Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0738005Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0745696Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0753389Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0761178Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0768936Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0776564Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0784201Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0791998Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0799956Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0808043Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0815271Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0822874Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0830520Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0838217Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0846110Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0853616Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0861321Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0869013Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0876725Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0884789Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0892453Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0900060Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0907632Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0915461Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0923603Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0930817Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0938479Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0946103Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0953736Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0961536Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0969272Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0976961Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0984489Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0992361Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.0999904Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1007661Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1015263Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1022840Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1030464Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1038293Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1046114Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1053778Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1061976Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1069286Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1076766Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1085129Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1093098Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1100497Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1108066Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1115735Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1123471Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1131299Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1139017Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1146613Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1154372Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1161889Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1169600Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1177187Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1184984Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1192501Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1200372Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1208381Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1216213Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1223913Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1231621Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1239382Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1247168Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1254760Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1262518Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1270087Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1277771Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1285610Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1293182Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1300843Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1308603Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1316256Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1324177Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1332327Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1339728Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1347307Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1354633Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1362305Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1370056Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1377551Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1385188Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1392727Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1400413Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1408321Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1415925Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1423580Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1431208Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1438860Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1446624Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1454160Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1462027Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1469266Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1477123Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1485294Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1492566Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1500148Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1508669Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1516839Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1525365Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1533531Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1541687Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1549958Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1558172Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1566458Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1574496Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1582730Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1590843Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1598899Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1607113Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1615091Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1623128Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1631182Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1639297Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1647682Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1655678Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1663680Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1671658Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1680025Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1688180Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1696120Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1704206Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1712266Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1720572Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1728760Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1736811Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1744827Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1752959Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1761062Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1769116Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1777215Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1785682Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1793662Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1801871Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1810209Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1818517Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1826605Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1834759Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1842932Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1850984Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1859023Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1867026Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1874949Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1883062Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1891636Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1899650Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1907615Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1915681Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1924109Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1932126Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1940122Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1948203Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1956439Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1965052Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1972986Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1981036Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1988962Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.1996935Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2005153Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2013171Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2021210Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2029440Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2037716Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2045866Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2053871Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2062107Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2070169Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2078278Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2086487Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2094450Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2102770Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2110580Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2118794Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2127217Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2135193Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2143154Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2151361Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2159365Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2167609Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2175715Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2183664Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2191742Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2199893Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2208044Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2216107Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2224256Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2232418Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2240631Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2248826Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2256811Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2264741Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2272748Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2280951Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2289199Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2297208Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2305186Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2313420Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2321565Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2329826Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2337836Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2345876Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2354237Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2362584Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2370819Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2378902Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2386935Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2394914Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2403063Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2411326Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2419640Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2427586Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2435605Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2444179Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2452282Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-08-17T13:06:44.2456684Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-08-17T13:06:44.2462619Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-08-17T13:06:44.2532764Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-08-17T13:06:44.2543145Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-08-17T13:06:44.2543587Z 2022-08-17T13:06:44.2544007Z ---------------------------------------------------------------------- 2022-08-17T13:06:44.2544378Z Ran 1424 tests in 1.506s 2022-08-17T13:06:44.2544501Z 2022-08-17T13:06:44.2544577Z OK (skipped=27) 2022-08-17T13:06:44.2544686Z 2022-08-17T13:06:44.2544773Z Generating XML reports... 2022-08-17T13:06:44.2583034Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220817130642.xml 2022-08-17T13:06:44.2584776Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220817130642.xml 2022-08-17T13:06:44.2587287Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220817130642.xml 2022-08-17T13:06:44.2589441Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220817130642.xml 2022-08-17T13:06:44.2591815Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220817130642.xml 2022-08-17T13:06:44.2596965Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220817130642.xml 2022-08-17T13:06:44.2599478Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220817130642.xml 2022-08-17T13:06:44.2603538Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220817130642.xml 2022-08-17T13:06:44.2605980Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220817130642.xml 2022-08-17T13:06:44.2608119Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220817130642.xml 2022-08-17T13:06:44.2610370Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220817130642.xml 2022-08-17T13:06:44.4249728Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220817130642.xml 2022-08-17T13:06:44.4251620Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220817130642.xml 2022-08-17T13:06:44.4253902Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220817130642.xml 2022-08-17T13:06:44.4285444Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220817130642.xml 2022-08-17T13:06:44.7274018Z Running test_namedtuple_return_api ... [2022-08-17 13:06:44.727038] 2022-08-17T13:06:44.7274561Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:44.727126] 2022-08-17T13:06:45.7867963Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-08-17T13:06:45.7878487Z 2022-08-17T13:06:45.7878584Z Running tests... 2022-08-17T13:06:45.7879047Z ---------------------------------------------------------------------- 2022-08-17T13:06:46.0145967Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.226s) 2022-08-17T13:06:46.0281846Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0283111Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:06:46.0283611Z Q, R = torch.qr(A, some) 2022-08-17T13:06:46.0284220Z should be replaced with 2022-08-17T13:06:46.0285217Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T13:06:46.0285837Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0286940Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0287869Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:06:46.0288345Z Q, R = torch.qr(A, some) 2022-08-17T13:06:46.0288746Z should be replaced with 2022-08-17T13:06:46.0289697Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2556.) 2022-08-17T13:06:46.0290364Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0296173Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0297050Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:06:46.0297605Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:06:46.0297930Z should be replaced with 2022-08-17T13:06:46.0298422Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:06:46.0298787Z and 2022-08-17T13:06:46.0299095Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:06:46.0299453Z should be replaced with 2022-08-17T13:06:46.0300243Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2992.) 2022-08-17T13:06:46.0300955Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0301871Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0302738Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:06:46.0303269Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:06:46.0303606Z should be replaced with 2022-08-17T13:06:46.0304075Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:06:46.0304424Z and 2022-08-17T13:06:46.0304743Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:06:46.0305081Z should be replaced with 2022-08-17T13:06:46.0305866Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3010.) 2022-08-17T13:06:46.0306431Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0307319Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0308134Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:06:46.0308605Z L, _ = torch.eig(A) 2022-08-17T13:06:46.0308910Z should be replaced with 2022-08-17T13:06:46.0309240Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:06:46.0309556Z and 2022-08-17T13:06:46.0309856Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:06:46.0310182Z should be replaced with 2022-08-17T13:06:46.0310833Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:06:46.0311376Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0323378Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:06:46.0324393Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:06:46.0324896Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:06:46.0325231Z should be replaced with 2022-08-17T13:06:46.0325805Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:06:46.0326346Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0327268Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-08-17T13:06:46.0328165Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-08-17T13:06:46.0328810Z To get the qr decomposition consider using torch.linalg.qr. 2022-08-17T13:06:46.0329850Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-08-17T13:06:46.0330584Z The unpacking of the solution, as in 2022-08-17T13:06:46.0330967Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-08-17T13:06:46.0331300Z should be replaced with 2022-08-17T13:06:46.0331871Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4047.) 2022-08-17T13:06:46.0332408Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0407120Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T13:06:46.0408087Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:06:46.0408426Z should be replaced with 2022-08-17T13:06:46.0408811Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:06:46.0409156Z and 2022-08-17T13:06:46.0409496Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:06:46.0409882Z should be replaced with 2022-08-17T13:06:46.0410488Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T13:06:46.0411038Z r = func(*args, **kwargs) 2022-08-17T13:06:46.0411452Z ok (0.027s) 2022-08-17T13:06:47.4048528Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.363s) 2022-08-17T13:06:47.4048870Z 2022-08-17T13:06:47.4049331Z ---------------------------------------------------------------------- 2022-08-17T13:06:47.4049805Z Ran 3 tests in 1.617s 2022-08-17T13:06:47.4050016Z 2022-08-17T13:06:47.4050125Z OK 2022-08-17T13:06:47.4050273Z 2022-08-17T13:06:47.4050426Z Generating XML reports... 2022-08-17T13:06:47.4077432Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817130645.xml 2022-08-17T13:06:47.6578227Z Running test_shape_ops ... [2022-08-17 13:06:47.657427] 2022-08-17T13:06:47.6578778Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:47.657505] 2022-08-17T13:06:48.9510991Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-08-17T13:06:48.9525578Z 2022-08-17T13:06:48.9525691Z Running tests... 2022-08-17T13:06:48.9526349Z ---------------------------------------------------------------------- 2022-08-17T13:06:48.9584180Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:06:48.9619574Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:48.9656829Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:06:48.9775783Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-08-17T13:06:48.9811055Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:48.9845250Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:48.9860643Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:06:48.9874956Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:06:48.9895006Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:06:48.9915097Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:06:48.9915840Z r = func(*args, **kwargs) 2022-08-17T13:06:48.9940513Z ok (0.004s) 2022-08-17T13:06:49.0256759Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-08-17T13:06:49.0528115Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:06:49.0846312Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-08-17T13:06:49.1167696Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-08-17T13:06:49.1476980Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-08-17T13:06:49.2625630Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.115s) 2022-08-17T13:06:49.2931868Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-08-17T13:06:49.3203472Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:06:49.3475131Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:06:49.3739050Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-08-17T13:06:49.4008797Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:06:49.4277949Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:06:49.4389951Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.4499215Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.4610227Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.4720278Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.4829876Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.4939920Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5049187Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5157594Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5268091Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5377254Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5485330Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5594005Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:06:49.5604627Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:06:49.5753305Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-08-17T13:06:49.5854206Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-08-17T13:06:49.5984976Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:06:49.6114457Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:06:49.6249045Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-08-17T13:06:49.6386659Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-08-17T13:06:49.6505731Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-08-17T13:06:49.6605449Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-08-17T13:06:49.6699443Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-08-17T13:06:49.6790461Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-08-17T13:06:49.6890129Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-08-17T13:06:49.6984143Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-08-17T13:06:49.7011134Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7037833Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7059392Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:06:49.7122579Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:06:49.7181723Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:06:49.7240448Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:06:49.7271959Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7302823Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7327924Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:06:49.7363038Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7394900Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.7427066Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:49.8450899Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.102s) 2022-08-17T13:06:49.9424396Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.097s) 2022-08-17T13:06:50.0102721Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.068s) 2022-08-17T13:06:50.0568567Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-08-17T13:06:50.1027098Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:06:50.1483154Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-08-17T13:06:50.1515227Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.1515990Z r = func(*args, **kwargs) 2022-08-17T13:06:50.1994324Z ok (0.051s) 2022-08-17T13:06:50.2023955Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.2024718Z r = func(*args, **kwargs) 2022-08-17T13:06:50.2072343Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.2073009Z r = func(*args, **kwargs) 2022-08-17T13:06:50.2118033Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.2118702Z r = func(*args, **kwargs) 2022-08-17T13:06:50.2210455Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.2211359Z r = func(*args, **kwargs) 2022-08-17T13:06:50.2255980Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:06:50.2256682Z r = func(*args, **kwargs) 2022-08-17T13:06:50.2300069Z ok (0.031s) 2022-08-17T13:06:50.2594119Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.2885328Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.3175928Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.3467018Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.3756223Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.4047523Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.4338293Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.4628690Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.4919033Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:06:50.4947584Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.4958138Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:06:50.4966459Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:06:50.5219828Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-08-17T13:06:50.5246777Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5290126Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:06:50.5332755Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:06:50.5365897Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5397967Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5429148Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5461602Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5494162Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:06:50.5545584Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:06:50.5545905Z 2022-08-17T13:06:50.5546351Z ---------------------------------------------------------------------- 2022-08-17T13:06:50.5546810Z Ran 89 tests in 1.602s 2022-08-17T13:06:50.5547033Z 2022-08-17T13:06:50.5547166Z OK (skipped=1) 2022-08-17T13:06:50.5547347Z 2022-08-17T13:06:50.5547512Z Generating XML reports... 2022-08-17T13:06:50.5643100Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817130648.xml 2022-08-17T13:06:50.8222584Z Running test_public_bindings ... [2022-08-17 13:06:50.821884] 2022-08-17T13:06:50.8223117Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:50.821961] 2022-08-17T13:06:51.8632216Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-08-17T13:06:51.8643108Z 2022-08-17T13:06:51.8643209Z Running tests... 2022-08-17T13:06:51.8643675Z ---------------------------------------------------------------------- 2022-08-17T13:06:51.8671862Z test_correct_module_names (__main__.TestPublicBindings) 2022-08-17T13:06:52.1459241Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:192: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-08-17T13:06:52.1460489Z "torch.distributed.reduce_op is deprecated, please use " 2022-08-17T13:06:53.0200319Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:06:53.4685233Z ok (1.604s) 2022-08-17T13:06:53.4712662Z test_no_new_bindings (__main__.TestPublicBindings) 2022-08-17T13:06:53.4721114Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-08-17T13:06:53.4721437Z 2022-08-17T13:06:53.4721892Z ---------------------------------------------------------------------- 2022-08-17T13:06:53.4722284Z Ran 2 tests in 1.608s 2022-08-17T13:06:53.4722461Z 2022-08-17T13:06:53.4722564Z OK 2022-08-17T13:06:53.4722699Z 2022-08-17T13:06:53.4722843Z Generating XML reports... 2022-08-17T13:06:53.4730216Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817130651.xml 2022-08-17T13:06:53.8424010Z Running test_transformers ... [2022-08-17 13:06:53.842050] 2022-08-17T13:06:53.8424559Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:53.842130] 2022-08-17T13:06:55.1363678Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-08-17T13:06:55.1377878Z 2022-08-17T13:06:55.1378035Z Running tests... 2022-08-17T13:06:55.1378473Z ---------------------------------------------------------------------- 2022-08-17T13:06:55.1454782Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.008s) 2022-08-17T13:06:55.1472182Z test_mask_check_fastpath (__main__.TestTransformers) 2022-08-17T13:06:55.1473300Z Test that fastpath is executed independently of the mask that is passed. ... skip: Fastpath not available with crossref (0.002s) 2022-08-17T13:06:55.1611815Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.014s) 2022-08-17T13:06:55.1649037Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-08-17T13:06:55.1681182Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.1771129Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.1860204Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.1974720Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.011s) 2022-08-17T13:06:55.2006814Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2039072Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2070943Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2155911Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-08-17T13:06:55.2243375Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.2330448Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.2359307Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2389634Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2420003Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2451330Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2484338Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2517426Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2604934Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.2691842Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.2780229Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.2814024Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2849136Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-08-17T13:06:55.2882665Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.2970756Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.3060462Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.3149919Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-08-17T13:06:55.3182448Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.3216585Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.3249350Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-08-17T13:06:55.3261431Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-08-17T13:06:55.3745576Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-08-17T13:06:55.4213744Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.047s) 2022-08-17T13:06:55.4701012Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-08-17T13:06:55.5179796Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-08-17T13:06:55.5664557Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-08-17T13:06:55.6152206Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-08-17T13:06:55.6641883Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-08-17T13:06:55.7134917Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-08-17T13:06:55.7145991Z test_transformerencoder_fastpath_torchscript_use_torchscript_False_with_no_grad_False_training_False (__main__.TestTransformers) 2022-08-17T13:06:55.7194428Z Test TransformerEncoder does not crash ... ok (0.006s) 2022-08-17T13:06:55.7206043Z test_transformerencoder_fastpath_torchscript_use_torchscript_False_with_no_grad_False_training_True (__main__.TestTransformers) 2022-08-17T13:06:55.7250352Z Test TransformerEncoder does not crash ... ok (0.005s) 2022-08-17T13:06:55.7261652Z test_transformerencoder_fastpath_torchscript_use_torchscript_False_with_no_grad_True_training_False (__main__.TestTransformers) 2022-08-17T13:06:55.7303653Z Test TransformerEncoder does not crash ... ok (0.005s) 2022-08-17T13:06:55.7314704Z test_transformerencoder_fastpath_torchscript_use_torchscript_False_with_no_grad_True_training_True (__main__.TestTransformers) 2022-08-17T13:06:55.7356202Z Test TransformerEncoder does not crash ... ok (0.005s) 2022-08-17T13:06:55.7367154Z test_transformerencoder_fastpath_torchscript_use_torchscript_True_with_no_grad_False_training_False (__main__.TestTransformers) 2022-08-17T13:06:55.7429834Z Test TransformerEncoder does not crash ... /opt/conda/lib/python3.7/site-packages/torch/jit/_recursive.py:264: UserWarning: 'batch_first' was found in ScriptModule constants, but was not actually set in __init__. Consider removing it. 2022-08-17T13:06:55.7430636Z "Consider removing it.".format(name)) 2022-08-17T13:06:56.0426152Z ok (0.307s) 2022-08-17T13:06:56.0437178Z test_transformerencoder_fastpath_torchscript_use_torchscript_True_with_no_grad_False_training_True (__main__.TestTransformers) 2022-08-17T13:06:56.2698826Z Test TransformerEncoder does not crash ... ok (0.227s) 2022-08-17T13:06:56.2709534Z test_transformerencoder_fastpath_torchscript_use_torchscript_True_with_no_grad_True_training_False (__main__.TestTransformers) 2022-08-17T13:06:56.3388156Z Test TransformerEncoder does not crash ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:142.) 2022-08-17T13:06:56.3389028Z return callable(*args, **kwargs) 2022-08-17T13:06:56.3389341Z ok (0.069s) 2022-08-17T13:06:56.3401739Z test_transformerencoder_fastpath_torchscript_use_torchscript_True_with_no_grad_True_training_True (__main__.TestTransformers) 2022-08-17T13:06:56.4127756Z Test TransformerEncoder does not crash ... ok (0.073s) 2022-08-17T13:06:56.4146663Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-08-17T13:06:56.4230510Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-08-17T13:06:56.4248835Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-08-17T13:06:56.4329649Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-08-17T13:06:56.4347864Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-08-17T13:06:56.4425995Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-08-17T13:06:56.4444150Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-08-17T13:06:56.4521021Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-08-17T13:06:56.4560727Z test_transformerencoderlayer_src_mask_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-08-17T13:06:56.4561391Z 2022-08-17T13:06:56.4561847Z ---------------------------------------------------------------------- 2022-08-17T13:06:56.4562242Z Ran 54 tests in 1.318s 2022-08-17T13:06:56.4562435Z 2022-08-17T13:06:56.4562551Z OK (skipped=3) 2022-08-17T13:06:56.4562732Z 2022-08-17T13:06:56.4562875Z Generating XML reports... 2022-08-17T13:06:56.4629025Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220817130655.xml 2022-08-17T13:06:56.7545297Z Running test_mkldnn_fusion ... [2022-08-17 13:06:56.754158] 2022-08-17T13:06:56.7545882Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:56.754243] 2022-08-17T13:06:57.8419934Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-08-17T13:06:57.8429750Z 2022-08-17T13:06:57.8429855Z Running tests... 2022-08-17T13:06:57.8430307Z ---------------------------------------------------------------------- 2022-08-17T13:06:58.6792242Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.836s) 2022-08-17T13:06:59.1560352Z test_single_conv (__main__.TestMkldnnFusion) ... ok (0.477s) 2022-08-17T13:06:59.1560654Z 2022-08-17T13:06:59.1561109Z ---------------------------------------------------------------------- 2022-08-17T13:06:59.1561529Z Ran 2 tests in 1.313s 2022-08-17T13:06:59.1561718Z 2022-08-17T13:06:59.1561803Z OK 2022-08-17T13:06:59.1561963Z 2022-08-17T13:06:59.1562111Z Generating XML reports... 2022-08-17T13:06:59.1592927Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220817130657.xml 2022-08-17T13:06:59.4535887Z Running test_bundled_inputs ... [2022-08-17 13:06:59.453199] 2022-08-17T13:06:59.4536705Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:06:59.453279] 2022-08-17T13:07:00.5089613Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-08-17T13:07:00.5100568Z 2022-08-17T13:07:00.5100686Z Running tests... 2022-08-17T13:07:00.5101115Z ---------------------------------------------------------------------- 2022-08-17T13:07:00.7629881Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.253s) 2022-08-17T13:07:01.3461333Z test_dict_args (__main__.TestBundledInputs) ... ok (0.583s) 2022-08-17T13:07:01.3526759Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.007s) 2022-08-17T13:07:01.3601086Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.007s) 2022-08-17T13:07:01.3695464Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.009s) 2022-08-17T13:07:01.3806896Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.011s) 2022-08-17T13:07:01.4250089Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.044s) 2022-08-17T13:07:01.4300636Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-08-17T13:07:01.4345307Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.004s) 2022-08-17T13:07:01.4425510Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-08-17T13:07:01.4511042Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-08-17T13:07:01.4808725Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.030s) 2022-08-17T13:07:01.4809060Z 2022-08-17T13:07:01.4809613Z ---------------------------------------------------------------------- 2022-08-17T13:07:01.4810030Z Ran 12 tests in 0.971s 2022-08-17T13:07:01.4810923Z 2022-08-17T13:07:01.4811023Z OK 2022-08-17T13:07:01.4811176Z 2022-08-17T13:07:01.4811315Z Generating XML reports... 2022-08-17T13:07:01.4887971Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220817130700.xml 2022-08-17T13:07:01.7357014Z Running test_namedtensor ... [2022-08-17 13:07:01.735247] 2022-08-17T13:07:01.7377744Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:01.735332] 2022-08-17T13:07:03.0410837Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-08-17T13:07:03.0425321Z 2022-08-17T13:07:03.0425432Z Running tests... 2022-08-17T13:07:03.0426096Z ---------------------------------------------------------------------- 2022-08-17T13:07:03.0447075Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.0469047Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.0546515Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:07:03.0567327Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.0579877Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0588389Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-08-17T13:07:03.0621396Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-08-17T13:07:03.0718911Z test_align_to (__main__.TestNamedTensor) ... ok (0.010s) 2022-08-17T13:07:03.0833142Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-08-17T13:07:03.0843069Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0849886Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0852823Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-08-17T13:07:03.0863091Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0875954Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0888067Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.0900017Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.1073772Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.017s) 2022-08-17T13:07:03.4286224Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.321s) 2022-08-17T13:07:03.4300704Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4473471Z test_bmm (__main__.TestNamedTensor) ... ok (0.017s) 2022-08-17T13:07:03.4613244Z test_cat (__main__.TestNamedTensor) ... ok (0.014s) 2022-08-17T13:07:03.4628574Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.4685114Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:07:03.4699055Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4713308Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4724591Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4738344Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4747190Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4760192Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4774911Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.4828943Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.005s) 2022-08-17T13:07:03.5027541Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.020s) 2022-08-17T13:07:03.5155018Z test_flatten (__main__.TestNamedTensor) ... ok (0.013s) 2022-08-17T13:07:03.5188264Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:07:03.5199328Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.5219428Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.5236614Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.5247434Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.5260929Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.5287949Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:07:03.5426627Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.014s) 2022-08-17T13:07:03.5490146Z test_masked_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:07:03.5712170Z test_matmul (__main__.TestNamedTensor) ... ok (0.022s) 2022-08-17T13:07:03.5746892Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:07:03.5760261Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.5822384Z test_mm (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:07:03.5841100Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.6297250Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.045s) 2022-08-17T13:07:03.6383021Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.009s) 2022-08-17T13:07:03.6392953Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.6401221Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.6410334Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.6421108Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.6431280Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.6462713Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-08-17T13:07:03.6671559Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.021s) 2022-08-17T13:07:03.6688009Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.6698513Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.7839592Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.114s) 2022-08-17T13:07:03.7934272Z test_refine_names (__main__.TestNamedTensor) ... ok (0.009s) 2022-08-17T13:07:03.8017958Z test_rename (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:07:03.8084809Z test_rename_ (__main__.TestNamedTensor) ... ok (0.007s) 2022-08-17T13:07:03.8121230Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:07:03.8144198Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.8161848Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.8233460Z test_resize (__main__.TestNamedTensor) ... ok (0.007s) 2022-08-17T13:07:03.8269949Z test_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:07:03.8273206Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-08-17T13:07:03.8330338Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.006s) 2022-08-17T13:07:03.8413047Z test_size (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:07:03.8430137Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.8441949Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.8522840Z test_stride (__main__.TestNamedTensor) ... ok (0.008s) 2022-08-17T13:07:03.8560095Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-08-17T13:07:03.8572755Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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-08-17T13:07:03.8573611Z r = func(*args, **kwargs) 2022-08-17T13:07:03.8607097Z ok (0.003s) 2022-08-17T13:07:03.8607581Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.8614618Z test_tensor_from_tensor (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.8626684Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.8642895Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-08-17T13:07:03.8648915Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.8907119Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.026s) 2022-08-17T13:07:03.9077750Z test_unflatten (__main__.TestNamedTensor) ... ok (0.017s) 2022-08-17T13:07:03.9169598Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.009s) 2022-08-17T13:07:03.9178357Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.9186664Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.9200456Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-08-17T13:07:03.9200774Z 2022-08-17T13:07:03.9201211Z ---------------------------------------------------------------------- 2022-08-17T13:07:03.9201641Z Ran 86 tests in 0.877s 2022-08-17T13:07:03.9201845Z 2022-08-17T13:07:03.9201961Z OK (skipped=4) 2022-08-17T13:07:03.9202157Z 2022-08-17T13:07:03.9202310Z Generating XML reports... 2022-08-17T13:07:03.9287125Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220817130703.xml 2022-08-17T13:07:04.2062386Z Running benchmark_utils/test_benchmark_utils ... [2022-08-17 13:07:04.205838] 2022-08-17T13:07:04.2062962Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:04.205921] 2022-08-17T13:07:05.5020555Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:05.5829960Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-08-17T13:07:05.5839803Z 2022-08-17T13:07:05.5839904Z Running tests... 2022-08-17T13:07:05.5840322Z ---------------------------------------------------------------------- 2022-08-17T13:07:05.9371788Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.353s) 2022-08-17T13:07:05.9391326Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:07:05.9402992Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-08-17T13:07:06.0503609Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.110s) 2022-08-17T13:07:06.0509600Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-08-17T13:07:06.0542009Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-08-17T13:07:06.0971373Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.043s) 2022-08-17T13:07:06.1527599Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.056s) 2022-08-17T13:07:06.1533800Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-08-17T13:07:06.1534098Z 2022-08-17T13:07:06.1534486Z ---------------------------------------------------------------------- 2022-08-17T13:07:06.1534794Z Ran 9 tests in 0.569s 2022-08-17T13:07:06.1534950Z 2022-08-17T13:07:06.1535045Z OK (skipped=4) 2022-08-17T13:07:06.1535189Z 2022-08-17T13:07:06.1535302Z Generating XML reports... 2022-08-17T13:07:06.1566079Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220817130705.xml 2022-08-17T13:07:06.5072285Z Running test_tensorexpr_pybind ... [2022-08-17 13:07:06.506861] 2022-08-17T13:07:06.5072811Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:06.506940] 2022-08-17T13:07:07.5645368Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-08-17T13:07:07.5658096Z 2022-08-17T13:07:07.5658227Z Running tests... 2022-08-17T13:07:07.5658803Z ---------------------------------------------------------------------- 2022-08-17T13:07:07.8256652Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.260s) 2022-08-17T13:07:07.8510777Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.025s) 2022-08-17T13:07:07.8533007Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:07:07.8542625Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-08-17T13:07:07.8566717Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:07:07.8596560Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-08-17T13:07:07.8615286Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:07:08.0481663Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.186s) 2022-08-17T13:07:08.0885658Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.040s) 2022-08-17T13:07:08.1154555Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-08-17T13:07:08.1423917Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-08-17T13:07:08.2034858Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.061s) 2022-08-17T13:07:08.2268975Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.023s) 2022-08-17T13:07:08.2573921Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.030s) 2022-08-17T13:07:08.2855742Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.028s) 2022-08-17T13:07:08.3163613Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.031s) 2022-08-17T13:07:08.3184131Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-08-17T13:07:08.3184507Z 2022-08-17T13:07:08.3184872Z ---------------------------------------------------------------------- 2022-08-17T13:07:08.3185187Z Ran 17 tests in 0.753s 2022-08-17T13:07:08.3185307Z 2022-08-17T13:07:08.3185367Z OK 2022-08-17T13:07:08.3185446Z 2022-08-17T13:07:08.3185531Z Generating XML reports... 2022-08-17T13:07:08.3222996Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817130707.xml 2022-08-17T13:07:08.3236924Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817130707.xml 2022-08-17T13:07:08.6089550Z Running test_python_dispatch ... [2022-08-17 13:07:08.608616] 2022-08-17T13:07:08.6090102Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:08.608697] 2022-08-17T13:07:09.6660196Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-08-17T13:07:09.6675222Z 2022-08-17T13:07:09.6675353Z Running tests... 2022-08-17T13:07:09.6675950Z ---------------------------------------------------------------------- 2022-08-17T13:07:09.9180866Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.250s) 2022-08-17T13:07:09.9192546Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9216952Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9284720Z test_basic (__main__.TestPythonDispatch) ... ok (0.007s) 2022-08-17T13:07:09.9307695Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9315323Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9329388Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9385013Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.006s) 2022-08-17T13:07:09.9410649Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9425105Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9441673Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9453095Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9481940Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:09.9503487Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9514743Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9531970Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9548114Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9561809Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9570540Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9579337Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9590148Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9599482Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9610659Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9623127Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9651862Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:09.9673420Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9682882Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9693195Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9701769Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9708236Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9720917Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9736576Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9754616Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9771114Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9783810Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-08-17T13:07:09.9784413Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-08-17T13:07:09.9786089Z ok (0.001s) 2022-08-17T13:07:09.9826084Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:07:09.9848251Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9864457Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9893389Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:09.9911773Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9932856Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9957154Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:09.9963464Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:09.9981287Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0002222Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0010269Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0086277Z test_metadata_change_not_allowed (__main__.TestPythonDispatch) ... ok (0.007s) 2022-08-17T13:07:10.0099143Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0109420Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0121798Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0129731Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:173: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-08-17T13:07:10.0130319Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-08-17T13:07:10.0130730Z ok (0.001s) 2022-08-17T13:07:10.0141407Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0151308Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0230445Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.008s) 2022-08-17T13:07:10.0252181Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0269000Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0287201Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0295189Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0306529Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0322999Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0345641Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0379154Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:10.0385307Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0405126Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0414421Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0443558Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:10.0511797Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.007s) 2022-08-17T13:07:10.0535744Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0577603Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:07:10.0593326Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:07:10.0603134Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0612978Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0624822Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:07:10.0651698Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:07:10.0716334Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.006s) 2022-08-17T13:07:10.0739125Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-08-17T13:07:10.0747928Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-08-17T13:07:10.0756574Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-08-17T13:07:10.0787251Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-08-17T13:07:10.0823644Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:126: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:07:10.0824415Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-08-17T13:07:10.0824746Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-08-17T13:07:10.0824998Z dispatch key: ZeroTensor 2022-08-17T13:07:10.0825303Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1089 2022-08-17T13:07:10.0825790Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:139.) 2022-08-17T13:07:10.0826149Z self.m.impl(name, dispatch_key, fn) 2022-08-17T13:07:10.0826828Z ok (0.004s) 2022-08-17T13:07:10.0843735Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-08-17T13:07:10.0879220Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-08-17T13:07:10.0879603Z 2022-08-17T13:07:10.0880066Z ---------------------------------------------------------------------- 2022-08-17T13:07:10.0880437Z Ran 82 tests in 0.420s 2022-08-17T13:07:10.0880552Z 2022-08-17T13:07:10.0880613Z OK 2022-08-17T13:07:10.0880705Z 2022-08-17T13:07:10.0880792Z Generating XML reports... 2022-08-17T13:07:10.0958051Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220817130709.xml 2022-08-17T13:07:10.0966421Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220817130709.xml 2022-08-17T13:07:10.3916956Z Running test_monitor ... [2022-08-17 13:07:10.391330] 2022-08-17T13:07:10.3917724Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:10.391409] 2022-08-17T13:07:11.4262625Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-08-17T13:07:11.4273552Z 2022-08-17T13:07:11.4273681Z Running tests... 2022-08-17T13:07:11.4274174Z ---------------------------------------------------------------------- 2022-08-17T13:07:11.6797390Z test_event_handler (__main__.TestMonitor) ... ok (0.252s) 2022-08-17T13:07:11.6811673Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-08-17T13:07:11.6833630Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-08-17T13:07:11.6842994Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-08-17T13:07:11.8640886Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.180s) 2022-08-17T13:07:11.8641236Z 2022-08-17T13:07:11.8641709Z ---------------------------------------------------------------------- 2022-08-17T13:07:11.8641957Z Ran 5 tests in 0.437s 2022-08-17T13:07:11.8642071Z 2022-08-17T13:07:11.8642134Z OK 2022-08-17T13:07:11.8642226Z 2022-08-17T13:07:11.8642319Z Generating XML reports... 2022-08-17T13:07:11.8647799Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220817130711.xml 2022-08-17T13:07:11.8650188Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220817130711.xml 2022-08-17T13:07:12.1437320Z Running test_functional_optim ... [2022-08-17 13:07:12.143380] 2022-08-17T13:07:12.1437847Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:12.143462] 2022-08-17T13:07:13.3416758Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-08-17T13:07:13.3426491Z 2022-08-17T13:07:13.3426623Z Running tests... 2022-08-17T13:07:13.3427233Z ---------------------------------------------------------------------- 2022-08-17T13:07:13.6320152Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.289s) 2022-08-17T13:07:13.6783844Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.046s) 2022-08-17T13:07:13.7207935Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.042s) 2022-08-17T13:07:13.7214807Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-08-17T13:07:13.7215012Z 2022-08-17T13:07:13.7215387Z ---------------------------------------------------------------------- 2022-08-17T13:07:13.7215792Z Ran 4 tests in 0.379s 2022-08-17T13:07:13.7215989Z 2022-08-17T13:07:13.7216114Z OK 2022-08-17T13:07:13.7216286Z 2022-08-17T13:07:13.7216424Z Generating XML reports... 2022-08-17T13:07:13.7253701Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817130713.xml 2022-08-17T13:07:13.9767963Z Running lazy/test_reuse_ir ... [2022-08-17 13:07:13.976410] 2022-08-17T13:07:13.9768479Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:13.976491] 2022-08-17T13:07:15.0117254Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-08-17T13:07:15.0128211Z 2022-08-17T13:07:15.0128318Z Running tests... 2022-08-17T13:07:15.0128794Z ---------------------------------------------------------------------- 2022-08-17T13:07:15.2658544Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.253s) 2022-08-17T13:07:15.2671567Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:07:15.2685359Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:07:15.3907362Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.122s) 2022-08-17T13:07:15.3907657Z 2022-08-17T13:07:15.3908117Z ---------------------------------------------------------------------- 2022-08-17T13:07:15.3908544Z Ran 4 tests in 0.378s 2022-08-17T13:07:15.3908737Z 2022-08-17T13:07:15.3908866Z OK (skipped=3) 2022-08-17T13:07:15.3909030Z 2022-08-17T13:07:15.3909190Z Generating XML reports... 2022-08-17T13:07:15.3940258Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220817130715.xml 2022-08-17T13:07:15.6579110Z Running test_native_functions ... [2022-08-17 13:07:15.657519] 2022-08-17T13:07:15.6579671Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:15.657600] 2022-08-17T13:07:16.6815198Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-08-17T13:07:16.6826553Z 2022-08-17T13:07:16.6826865Z Running tests... 2022-08-17T13:07:16.6827525Z ---------------------------------------------------------------------- 2022-08-17T13:07:16.9878510Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.305s) 2022-08-17T13:07:17.0010811Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.013s) 2022-08-17T13:07:17.0087495Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.008s) 2022-08-17T13:07:17.0205132Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.012s) 2022-08-17T13:07:17.0275533Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-08-17T13:07:17.0344660Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.007s) 2022-08-17T13:07:17.0344984Z 2022-08-17T13:07:17.0345424Z ---------------------------------------------------------------------- 2022-08-17T13:07:17.0345787Z Ran 6 tests in 0.352s 2022-08-17T13:07:17.0345966Z 2022-08-17T13:07:17.0346059Z OK 2022-08-17T13:07:17.0346198Z 2022-08-17T13:07:17.0346344Z Generating XML reports... 2022-08-17T13:07:17.0375716Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817130716.xml 2022-08-17T13:07:17.3232813Z Running test_fx_reinplace_pass ... [2022-08-17 13:07:17.322857] 2022-08-17T13:07:17.3233383Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:17.322939] 2022-08-17T13:07:18.3614377Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-08-17T13:07:18.3625880Z 2022-08-17T13:07:18.3626416Z Running tests... 2022-08-17T13:07:18.3626814Z ---------------------------------------------------------------------- 2022-08-17T13:07:18.6194837Z test_reinplace_basic (__main__.TestReinplacePass) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:173: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-08-17T13:07:18.6195349Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-08-17T13:07:18.6235967Z ok (0.261s) 2022-08-17T13:07:18.6249740Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.001s) 2022-08-17T13:07:18.6260431Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.001s) 2022-08-17T13:07:18.6381282Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.012s) 2022-08-17T13:07:18.6491802Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.011s) 2022-08-17T13:07:18.6608678Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.012s) 2022-08-17T13:07:18.6682390Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.007s) 2022-08-17T13:07:18.6682732Z 2022-08-17T13:07:18.6683205Z ---------------------------------------------------------------------- 2022-08-17T13:07:18.6683453Z Ran 7 tests in 0.306s 2022-08-17T13:07:18.6683571Z 2022-08-17T13:07:18.6683618Z OK 2022-08-17T13:07:18.6683709Z 2022-08-17T13:07:18.6683794Z Generating XML reports... 2022-08-17T13:07:18.6713547Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220817130718.xml 2022-08-17T13:07:18.9233652Z Running test_per_overload_api ... [2022-08-17 13:07:18.922898] 2022-08-17T13:07:18.9234181Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:18.922980] 2022-08-17T13:07:19.9605702Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-08-17T13:07:19.9616008Z 2022-08-17T13:07:19.9616103Z Running tests... 2022-08-17T13:07:19.9616736Z ---------------------------------------------------------------------- 2022-08-17T13:07:20.2134470Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.252s) 2022-08-17T13:07:20.2152943Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-08-17T13:07:20.2171215Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-08-17T13:07:20.2171556Z 2022-08-17T13:07:20.2171866Z ---------------------------------------------------------------------- 2022-08-17T13:07:20.2172099Z Ran 3 tests in 0.255s 2022-08-17T13:07:20.2172214Z 2022-08-17T13:07:20.2172277Z OK 2022-08-17T13:07:20.2172380Z 2022-08-17T13:07:20.2172475Z Generating XML reports... 2022-08-17T13:07:20.2199133Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220817130719.xml 2022-08-17T13:07:20.4943565Z Running test_set_default_mobile_cpu_allocator ... [2022-08-17 13:07:20.493929] 2022-08-17T13:07:20.4944171Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:20.494012] 2022-08-17T13:07:21.5221561Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-08-17T13:07:21.5232014Z 2022-08-17T13:07:21.5232424Z Running tests... 2022-08-17T13:07:21.5233056Z ---------------------------------------------------------------------- 2022-08-17T13:07:21.7737035Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.250s) 2022-08-17T13:07:21.7743570Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-08-17T13:07:21.7744089Z 2022-08-17T13:07:21.7744619Z ---------------------------------------------------------------------- 2022-08-17T13:07:21.7744930Z Ran 2 tests in 0.251s 2022-08-17T13:07:21.7745049Z 2022-08-17T13:07:21.7745110Z OK 2022-08-17T13:07:21.7745209Z 2022-08-17T13:07:21.7745299Z Generating XML reports... 2022-08-17T13:07:21.7770286Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220817130721.xml 2022-08-17T13:07:22.0228067Z Running test_profiler_tree ... [2022-08-17 13:07:22.022451] 2022-08-17T13:07:22.0228611Z Executing ['/opt/conda/bin/python', '-bb', 'test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:22.022537] 2022-08-17T13:07:23.0589260Z Test results will be stored in test-reports/python-unittest/test_profiler_tree 2022-08-17T13:07:23.0600783Z 2022-08-17T13:07:23.0601367Z Running tests... 2022-08-17T13:07:23.0601976Z ---------------------------------------------------------------------- 2022-08-17T13:07:23.3160142Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.255s) 2022-08-17T13:07:23.3170224Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: CUDA is required (0.001s) 2022-08-17T13:07:23.3185759Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-08-17T13:07:23.3195396Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: CUDA is required (0.001s) 2022-08-17T13:07:23.3206614Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:07:23.3215828Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-08-17T13:07:23.3227589Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:07:23.3239856Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-08-17T13:07:23.3240205Z 2022-08-17T13:07:23.3240565Z ---------------------------------------------------------------------- 2022-08-17T13:07:23.3241371Z Ran 8 tests in 0.264s 2022-08-17T13:07:23.3241489Z 2022-08-17T13:07:23.3241565Z OK (skipped=8) 2022-08-17T13:07:23.3241676Z 2022-08-17T13:07:23.3241747Z Generating XML reports... 2022-08-17T13:07:23.3274019Z Generated XML report: test-reports/python-unittest/test_profiler_tree/TEST-TestProfilerTree-20220817130723.xml 2022-08-17T13:07:23.5959701Z Running test_jit_cuda_fuser ... [2022-08-17 13:07:23.595607] 2022-08-17T13:07:23.5960219Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:23.595685] 2022-08-17T13:07:25.7049182Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-08-17T13:07:25.7069893Z 2022-08-17T13:07:25.7070178Z Running tests... 2022-08-17T13:07:25.7070567Z ---------------------------------------------------------------------- 2022-08-17T13:07:25.7082611Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7093893Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7108978Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7117273Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-08-17T13:07:25.7133290Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7149741Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7164511Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7179687Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7195192Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7202316Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7212019Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7218963Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7232905Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-08-17T13:07:25.7252146Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7263589Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7273676Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7282441Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-08-17T13:07:25.7289283Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7301686Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7311309Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7320921Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7330792Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7340517Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7351508Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-08-17T13:07:25.7362487Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-08-17T13:07:25.7373426Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7384416Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7392584Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7416690Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7443217Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-08-17T13:07:25.7455023Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7462858Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7468934Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7476276Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7484591Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7491077Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7508693Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7517058Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7532943Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7542461Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7551696Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-08-17T13:07:25.7560392Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7571006Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7579275Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7586739Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7595027Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-08-17T13:07:25.7607677Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7620279Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7634150Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7652720Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7663009Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7675483Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7691208Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-08-17T13:07:25.7700486Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7723569Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7733578Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7749175Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7762852Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7769602Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7783598Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7791413Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7802308Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7808536Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7821382Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7832894Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7851484Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7862607Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7873127Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7884195Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7892754Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7900556Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7920054Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.7927716Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7934958Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7941783Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7946411Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-08-17T13:07:25.7954398Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7963005Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7970004Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7977685Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7983894Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.7991179Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8005761Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8017039Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8028879Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8034133Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:07:25.8045437Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8053531Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8064218Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8074609Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8085904Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8097497Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8105293Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8111940Z test_profiling_node (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8123564Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8131428Z test_rand_like (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8135144Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:07:25.8143485Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8155222Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8161933Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8180962Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.8188180Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8198647Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8211341Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8218892Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8226108Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8235524Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8242948Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8249416Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8260442Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8276058Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-08-17T13:07:25.8285521Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8293892Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8305398Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8310737Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:07:25.8324604Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8333886Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8341732Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8359059Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.8366795Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8377458Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8383033Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-08-17T13:07:25.8389628Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-08-17T13:07:25.8398319Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-08-17T13:07:25.8408692Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8417734Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8431894Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8456611Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-08-17T13:07:25.8460919Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:07:25.8467376Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8472984Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8481975Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8490197Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8497925Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8505528Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8512953Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8520945Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8528891Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8538024Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8547437Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8555888Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8569900Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8585515Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8590661Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-08-17T13:07:25.8602592Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8610117Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-08-17T13:07:25.8617487Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-08-17T13:07:25.8627483Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-08-17T13:07:25.8644311Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-08-17T13:07:25.8657859Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8663902Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:25.8691339Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-08-17T13:07:25.8695848Z test_register_fuser_rocm (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-08-17T13:07:25.9219649Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.052s) 2022-08-17T13:07:25.9220014Z 2022-08-17T13:07:25.9220551Z ---------------------------------------------------------------------- 2022-08-17T13:07:25.9221020Z Ran 154 tests in 0.215s 2022-08-17T13:07:25.9221212Z 2022-08-17T13:07:25.9221378Z OK (skipped=151) 2022-08-17T13:07:25.9221575Z 2022-08-17T13:07:25.9221710Z Generating XML reports... 2022-08-17T13:07:25.9253186Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220817130725.xml 2022-08-17T13:07:25.9255464Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220817130725.xml 2022-08-17T13:07:25.9386180Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220817130725.xml 2022-08-17T13:07:26.3493504Z Running test_cpp_extensions_aot_ninja ... [2022-08-17 13:07:26.348892] 2022-08-17T13:07:27.6480879Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:27.9951410Z running install 2022-08-17T13:07:27.9952817Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T13:07:27.9953619Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:07:28.0061083Z running build 2022-08-17T13:07:28.0061395Z running build_py 2022-08-17T13:07:28.0606273Z creating build 2022-08-17T13:07:28.0606989Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:07:28.0607365Z creating build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:07:28.0607781Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:07:28.0608386Z running build_ext 2022-08-17T13:07:28.1025069Z building 'torch_test_cpp_extension.cpp' extension 2022-08-17T13:07:28.1025491Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7 2022-08-17T13:07:28.1414387Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:07:28.1415062Z Compiling objects... 2022-08-17T13:07:28.1415486Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:07:29.0803400Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:29.0806442Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:29.0808888Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-08-17T13:07:29.0809859Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-08-17T13:07:29.0810696Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-08-17T13:07:29.0811334Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-08-17T13:07:29.0812491Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-08-17T13:07:29.0813266Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-08-17T13:07:29.0814695Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-08-17T13:07:29.0815581Z class class_ : public detail::generic_type { 2022-08-17T13:07:29.0815974Z ^~~~~~ 2022-08-17T13:07:29.0817154Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-08-17T13:07:29.0910188Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:29.3788767Z building 'torch_test_cpp_extension.ort' extension 2022-08-17T13:07:29.4176052Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:07:29.4188977Z Compiling objects... 2022-08-17T13:07:29.4189396Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:07:30.5036870Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:30.5039456Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:30.5093797Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:30.7894218Z building 'torch_test_cpp_extension.rng' extension 2022-08-17T13:07:30.8280401Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:07:30.8281272Z Compiling objects... 2022-08-17T13:07:30.8281588Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:07:31.9098354Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:31.9099926Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:31.9100608Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-08-17T13:07:31.9101232Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-08-17T13:07:31.9101824Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-08-17T13:07:31.9102489Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-08-17T13:07:31.9103037Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-08-17T13:07:31.9103843Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-08-17T13:07:31.9104337Z # pragma unroll 2022-08-17T13:07:31.9104825Z 2022-08-17T13:07:31.9153500Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:32.1921008Z running install_lib 2022-08-17T13:07:32.2489809Z creating install 2022-08-17T13:07:32.2490147Z creating install/opt 2022-08-17T13:07:32.2490417Z creating install/opt/conda 2022-08-17T13:07:32.2490677Z creating install/opt/conda/lib 2022-08-17T13:07:32.2490928Z creating install/opt/conda/lib/python3.7 2022-08-17T13:07:32.2491428Z creating install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:07:32.2491912Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:32.2492487Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:32.2493200Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:32.2552300Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:32.2614629Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:32.2683325Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-08-17T13:07:32.2684919Z running install_egg_info 2022-08-17T13:07:32.3803478Z running egg_info 2022-08-17T13:07:32.3804292Z creating torch_test_cpp_extension.egg-info 2022-08-17T13:07:32.4341774Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-08-17T13:07:32.4836266Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-08-17T13:07:32.8388764Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-08-17T13:07:32.8389490Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:07:32.8442600Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:07:32.8448390Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:07:32.8449531Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-08-17T13:07:32.8453513Z running install_scripts 2022-08-17T13:07:34.4891635Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:34.7123160Z running install 2022-08-17T13:07:34.7124359Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T13:07:34.7124807Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:07:34.7228877Z running build 2022-08-17T13:07:34.7229104Z running build_ext 2022-08-17T13:07:34.7634597Z building 'no_python_abi_suffix_test' extension 2022-08-17T13:07:34.7635109Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-08-17T13:07:34.7635912Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7 2022-08-17T13:07:34.8017532Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:07:34.8018145Z Compiling objects... 2022-08-17T13:07:34.8018536Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:07:34.8946616Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:34.8948075Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:34.8998950Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:07:34.9001155Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so 2022-08-17T13:07:35.0422733Z running install_lib 2022-08-17T13:07:35.0980432Z creating install 2022-08-17T13:07:35.0981146Z creating install/opt 2022-08-17T13:07:35.0981386Z creating install/opt/conda 2022-08-17T13:07:35.0981601Z creating install/opt/conda/lib 2022-08-17T13:07:35.0981872Z creating install/opt/conda/lib/python3.7 2022-08-17T13:07:35.0982289Z creating install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:07:35.0982720Z copying build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:07:35.0987760Z running install_egg_info 2022-08-17T13:07:35.2094468Z running egg_info 2022-08-17T13:07:35.2094870Z creating no_python_abi_suffix_test.egg-info 2022-08-17T13:07:35.2635682Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-08-17T13:07:35.3132663Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-08-17T13:07:35.6082707Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-08-17T13:07:35.6083114Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:07:35.6133579Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:07:35.6139956Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:07:35.6140537Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-08-17T13:07:35.6144536Z running install_scripts 2022-08-17T13:07:35.9571963Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:35.956730] 2022-08-17T13:07:37.5230769Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:37.5737183Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-08-17T13:07:37.5750703Z 2022-08-17T13:07:37.5750952Z Running tests... 2022-08-17T13:07:37.5751570Z ---------------------------------------------------------------------- 2022-08-17T13:07:37.5887712Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-08-17T13:07:37.5892096Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:37.5898290Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:37.5903530Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-08-17T13:07:37.5908229Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-08-17T13:07:37.5921057Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:37.5933841Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:37.5945969Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:37.5952594Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:37.5963539Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-08-17T13:07:37.5982263Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:07:37.6039462Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-08-17T13:07:37.6056005Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:07:37.6093702Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-08-17T13:07:37.6101845Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:37.6102085Z 2022-08-17T13:07:37.6102473Z ---------------------------------------------------------------------- 2022-08-17T13:07:37.6102894Z Ran 15 tests in 0.035s 2022-08-17T13:07:37.6103113Z 2022-08-17T13:07:37.6103247Z OK (skipped=5) 2022-08-17T13:07:37.6103376Z 2022-08-17T13:07:37.6103463Z Generating XML reports... 2022-08-17T13:07:37.6134535Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220817130737.xml 2022-08-17T13:07:37.6139800Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220817130737.xml 2022-08-17T13:07:37.6142175Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220817130737.xml 2022-08-17T13:07:37.6144730Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220817130737.xml 2022-08-17T13:07:37.9690598Z Running test_cpp_extensions_aot_no_ninja ... [2022-08-17 13:07:37.968723] 2022-08-17T13:07:39.2435239Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:39.5876734Z running install 2022-08-17T13:07:39.5877530Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T13:07:39.5878089Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:07:39.5985225Z running build 2022-08-17T13:07:39.5985418Z running build_py 2022-08-17T13:07:39.6518581Z creating build 2022-08-17T13:07:39.6519039Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:07:39.6519422Z creating build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:07:39.6519828Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:07:39.6522080Z running build_ext 2022-08-17T13:07:39.6536339Z building 'torch_test_cpp_extension.cpp' extension 2022-08-17T13:07:39.6536698Z creating build/temp.linux-x86_64-3.7 2022-08-17T13:07:39.6539816Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-3.7/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:40.6178528Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:40.6179098Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-08-17T13:07:40.6179576Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-08-17T13:07:40.6179994Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-08-17T13:07:40.6180263Z from extension.cpp:1: 2022-08-17T13:07:40.6180807Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-08-17T13:07:40.6181168Z extension.cpp:36:53: required from here 2022-08-17T13:07:40.6181821Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-08-17T13:07:40.6182284Z class class_ : public detail::generic_type { 2022-08-17T13:07:40.6182476Z ^~~~~~ 2022-08-17T13:07:40.6183064Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-08-17T13:07:40.6189060Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:40.8925703Z building 'torch_test_cpp_extension.ort' extension 2022-08-17T13:07:40.8928191Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-3.7/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:41.7846907Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:41.7856484Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:42.0479508Z building 'torch_test_cpp_extension.rng' extension 2022-08-17T13:07:42.0482234Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-3.7/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-08-17T13:07:42.9830509Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:07:42.9831038Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-08-17T13:07:42.9831475Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-08-17T13:07:42.9831914Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-08-17T13:07:42.9832359Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-08-17T13:07:42.9832664Z from rng_extension.cpp:6: 2022-08-17T13:07:42.9833123Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-08-17T13:07:42.9833428Z # pragma unroll 2022-08-17T13:07:42.9833588Z 2022-08-17T13:07:42.9840402Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:07:43.2679212Z running install_lib 2022-08-17T13:07:43.3238474Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:43.3306706Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:43.3378077Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:07:43.3455293Z running install_egg_info 2022-08-17T13:07:43.4555756Z running egg_info 2022-08-17T13:07:43.5087723Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-08-17T13:07:43.5584256Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-08-17T13:07:43.9069077Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-08-17T13:07:43.9128045Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:07:43.9134289Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:07:43.9145088Z removing './install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info' (and everything under it) 2022-08-17T13:07:43.9147039Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-08-17T13:07:43.9152223Z running install_scripts 2022-08-17T13:07:45.5660088Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:45.7880806Z running install 2022-08-17T13:07:45.7882434Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-08-17T13:07:45.7882877Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:07:45.7986663Z running build 2022-08-17T13:07:45.7986870Z running build_ext 2022-08-17T13:07:45.8384941Z building 'no_python_abi_suffix_test' extension 2022-08-17T13:07:45.8744051Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:07:45.8756551Z Compiling objects... 2022-08-17T13:07:45.8756842Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:07:45.9087842Z ninja: no work to do. 2022-08-17T13:07:45.9132915Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so 2022-08-17T13:07:46.0583970Z running install_lib 2022-08-17T13:07:46.1141645Z copying build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:07:46.1146448Z running install_egg_info 2022-08-17T13:07:46.2251432Z running egg_info 2022-08-17T13:07:46.2782733Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-08-17T13:07:46.3284830Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-08-17T13:07:46.6228754Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-08-17T13:07:46.6288854Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:07:46.6294784Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:07:46.6304146Z removing './install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info' (and everything under it) 2022-08-17T13:07:46.6306326Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-08-17T13:07:46.6310445Z running install_scripts 2022-08-17T13:07:46.9585277Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:46.958176] 2022-08-17T13:07:48.5253344Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:07:48.5763566Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-08-17T13:07:48.5777312Z 2022-08-17T13:07:48.5777409Z Running tests... 2022-08-17T13:07:48.5777822Z ---------------------------------------------------------------------- 2022-08-17T13:07:48.5912163Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-08-17T13:07:48.5917935Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:48.5924491Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:48.5929984Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:48.5934275Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-08-17T13:07:48.5947551Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:48.5960145Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:48.5972469Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:48.5979153Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:07:48.5989766Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-08-17T13:07:48.6008386Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:07:48.6065130Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-08-17T13:07:48.6081679Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:07:48.6118802Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-08-17T13:07:48.6127398Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-08-17T13:07:48.6127659Z 2022-08-17T13:07:48.6127998Z ---------------------------------------------------------------------- 2022-08-17T13:07:48.6128283Z Ran 15 tests in 0.035s 2022-08-17T13:07:48.6128401Z 2022-08-17T13:07:48.6128476Z OK (skipped=5) 2022-08-17T13:07:48.6128570Z 2022-08-17T13:07:48.6128658Z Generating XML reports... 2022-08-17T13:07:48.6159928Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220817130748.xml 2022-08-17T13:07:48.6164928Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220817130748.xml 2022-08-17T13:07:48.6167450Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220817130748.xml 2022-08-17T13:07:48.6170454Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220817130748.xml 2022-08-17T13:07:48.9749008Z Running test_tensorboard ... [2022-08-17 13:07:48.974538] 2022-08-17T13:07:48.9749548Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:48.974614] 2022-08-17T13:07:50.1072805Z /opt/conda/lib/python3.7/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-08-17T13:07:50.1073319Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-08-17T13:07:50.1102118Z /opt/conda/lib/python3.7/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-08-17T13:07:50.1102665Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-08-17T13:07:50.1103310Z /opt/conda/lib/python3.7/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-08-17T13:07:50.1104064Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-08-17T13:07:50.3275948Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-08-17T13:07:50.3294955Z 2022-08-17T13:07:50.3295252Z Running tests... 2022-08-17T13:07:50.3295898Z ---------------------------------------------------------------------- 2022-08-17T13:07:50.3304870Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3313173Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3321463Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-08-17T13:07:50.3330794Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-08-17T13:07:50.3334872Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-08-17T13:07:50.3338195Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-08-17T13:07:50.3349050Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-08-17T13:07:50.3364702Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-08-17T13:07:50.3368096Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3376444Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3379978Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3383914Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3401900Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-08-17T13:07:50.3410887Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3414293Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3424380Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3440649Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-08-17T13:07:50.3452441Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3463530Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3471667Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3475773Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3479166Z test_audio (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3483687Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3486846Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3491804Z test_float32_image (__main__.TestTensorBoardSummary) 2022-08-17T13:07:50.3492517Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3496581Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3500113Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3503722Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3507584Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3514187Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3517902Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3524411Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3528471Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3535211Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3539282Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3543759Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3547571Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3551310Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3555115Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3558271Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3566843Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3571138Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3573907Z test_text (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3577603Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-08-17T13:07:50.3578768Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3584350Z test_video (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3588833Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3592899Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3596039Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3601535Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-08-17T13:07:50.3608785Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3617311Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3625650Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-08-17T13:07:50.3648660Z test_writer (__main__.TestTensorBoardWriter) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-08-17T13:07:50.3648995Z 2022-08-17T13:07:50.3649272Z ---------------------------------------------------------------------- 2022-08-17T13:07:50.3649524Z Ran 53 tests in 0.035s 2022-08-17T13:07:50.3649650Z 2022-08-17T13:07:50.3649711Z OK (skipped=53) 2022-08-17T13:07:50.3649823Z 2022-08-17T13:07:50.3649911Z Generating XML reports... 2022-08-17T13:07:50.3655799Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220817130750.xml 2022-08-17T13:07:50.3659346Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220817130750.xml 2022-08-17T13:07:50.3667056Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220817130750.xml 2022-08-17T13:07:50.3673370Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220817130750.xml 2022-08-17T13:07:50.3680723Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220817130750.xml 2022-08-17T13:07:50.3704776Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220817130750.xml 2022-08-17T13:07:50.3709223Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220817130750.xml 2022-08-17T13:07:50.3714374Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220817130750.xml 2022-08-17T13:07:50.3716868Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220817130750.xml 2022-08-17T13:07:50.6369839Z Running test_complex ... [2022-08-17 13:07:50.636623] 2022-08-17T13:07:50.6370332Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:50.636702] 2022-08-17T13:07:51.9078251Z Test results will be stored in test-reports/python-unittest/test_complex 2022-08-17T13:07:51.9089163Z 2022-08-17T13:07:51.9089281Z Running tests... 2022-08-17T13:07:51.9089875Z ---------------------------------------------------------------------- 2022-08-17T13:07:51.9108969Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-08-17T13:07:51.9119454Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:07:51.9130852Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:07:51.9140954Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-08-17T13:07:51.9141231Z 2022-08-17T13:07:51.9141711Z ---------------------------------------------------------------------- 2022-08-17T13:07:51.9142177Z Ran 4 tests in 0.005s 2022-08-17T13:07:51.9142327Z 2022-08-17T13:07:51.9142390Z OK 2022-08-17T13:07:51.9142490Z 2022-08-17T13:07:51.9142562Z Generating XML reports... 2022-08-17T13:07:51.9167661Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220817130751.xml 2022-08-17T13:07:52.1750543Z Running test_vulkan ... [2022-08-17 13:07:52.174639] 2022-08-17T13:07:52.1751045Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:52.174723] 2022-08-17T13:07:53.1937824Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-08-17T13:07:53.1948491Z 2022-08-17T13:07:53.1948578Z Running tests... 2022-08-17T13:07:53.1949166Z ---------------------------------------------------------------------- 2022-08-17T13:07:53.1983666Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.003s) 2022-08-17T13:07:53.1983922Z 2022-08-17T13:07:53.1984230Z ---------------------------------------------------------------------- 2022-08-17T13:07:53.1984548Z Ran 1 test in 0.004s 2022-08-17T13:07:53.1984661Z 2022-08-17T13:07:53.1984734Z OK (skipped=1) 2022-08-17T13:07:53.1984846Z 2022-08-17T13:07:53.1985138Z Generating XML reports... 2022-08-17T13:07:53.2009700Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817130753.xml 2022-08-17T13:07:53.4041886Z Running lazy/test_bindings ... [2022-08-17 13:07:53.403837] 2022-08-17T13:07:53.4042419Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:53.403918] 2022-08-17T13:07:54.4802057Z Running test_cuda ... [2022-08-17 13:07:54.479816] 2022-08-17T13:07:54.4802734Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:54.479896] 2022-08-17T13:07:56.5518878Z CUDA not available, skipping tests 2022-08-17T13:07:56.5547708Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-08-17T13:07:56.5559006Z 2022-08-17T13:07:56.5559301Z Running tests... 2022-08-17T13:07:56.5560009Z ---------------------------------------------------------------------- 2022-08-17T13:07:56.5560198Z 2022-08-17T13:07:56.5560397Z ---------------------------------------------------------------------- 2022-08-17T13:07:56.5560639Z Ran 0 tests in 0.000s 2022-08-17T13:07:56.5560759Z 2022-08-17T13:07:56.5560823Z OK 2022-08-17T13:07:56.5560900Z 2022-08-17T13:07:56.5560992Z Generating XML reports... 2022-08-17T13:07:56.9114781Z Running test_cuda_trace ... [2022-08-17 13:07:56.911102] 2022-08-17T13:07:56.9115331Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:56.911187] 2022-08-17T13:07:57.9541889Z CUDA not available, skipping tests 2022-08-17T13:07:58.1246984Z Running test_deploy ... [2022-08-17 13:07:58.124318] 2022-08-17T13:07:58.1247450Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-08-17 13:07:58.124414] 2022-08-17T13:07:58.4301779Z ============================= test session starts ============================== 2022-08-17T13:07:58.4302242Z platform linux -- Python 3.7.13, pytest-7.1.2, pluggy-1.0.0 -- /opt/conda/bin/python 2022-08-17T13:07:58.4353143Z cachedir: .pytest_cache 2022-08-17T13:07:58.4354416Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-08-17T13:07:58.4354870Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-08-17T13:07:58.4355251Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0 2022-08-17T13:07:59.3428362Z collecting ...  2022-08-17T13:07:59.3434768Z collecting 0 items  2022-08-17T13:07:59.3435340Z collected 1 item  2022-08-17T13:07:59.3439157Z 2022-08-17T13:07:59.6041159Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-08-17T13:07:59.6042137Z 2022-08-17T13:07:59.6042436Z ============================== 1 passed in 1.17s =============================== 2022-08-17T13:07:59.8765618Z Running test_hub ... [2022-08-17 13:07:59.876122] 2022-08-17T13:07:59.8766220Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:07:59.876199] 2022-08-17T13:08:01.0958215Z Running test_maskedtensor ... [2022-08-17 13:08:01.095373] 2022-08-17T13:08:01.0958778Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:08:01.095452] 2022-08-17T13:08:03.0881271Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-08-17T13:08:03.0892055Z 2022-08-17T13:08:03.0892530Z Running tests... 2022-08-17T13:08:03.0893237Z ---------------------------------------------------------------------- 2022-08-17T13:08:03.0893589Z 2022-08-17T13:08:03.0894101Z ---------------------------------------------------------------------- 2022-08-17T13:08:03.0894346Z Ran 0 tests in 0.000s 2022-08-17T13:08:03.0894460Z 2022-08-17T13:08:03.0894521Z OK 2022-08-17T13:08:03.0894606Z 2022-08-17T13:08:03.0894696Z Generating XML reports... 2022-08-17T13:08:03.7369679Z 2022-08-17T13:08:03.7369983Z real 55m46.258s 2022-08-17T13:08:03.7370346Z user 199m45.435s 2022-08-17T13:08:03.7370679Z sys 11m59.588s 2022-08-17T13:08:03.7370889Z + assert_git_not_dirty 2022-08-17T13:08:03.7371272Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:08:03.7371567Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-08-17T13:08:03.7373076Z ++ git status --porcelain 2022-08-17T13:08:17.7304333Z + git_status= 2022-08-17T13:08:17.7304784Z + [[ -n '' ]] 2022-08-17T13:08:17.7305108Z + test_libtorch 2022-08-17T13:08:17.7305611Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:08:17.7305869Z + echo 'Testing libtorch' 2022-08-17T13:08:17.7306059Z Testing libtorch 2022-08-17T13:08:17.7306499Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7364330Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7372478Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7380381Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7388335Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7395685Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:08:17.7405208Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-08-17T13:08:17.7406050Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-08-17T13:08:17.7406487Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-08-17T13:08:17.7516943Z + python test/cpp/jit/tests_setup.py setup 2022-08-17T13:08:17.7844703Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-08-17T13:08:18.1825268Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-08-17T13:08:18.2041466Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-08-17T13:08:18.2902451Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-08-17T13:08:18.8460747Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-08-17T13:08:18.8461326Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit '--gtest_filter=-*CUDA' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-08-17T13:08:19.0256995Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-08-17T13:08:19.0262323Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-08-17T13:08:19.0262914Z [==========] Running 563 tests from 117 test suites. 2022-08-17T13:08:19.0263396Z [----------] Global test environment set-up. 2022-08-17T13:08:19.0263706Z [----------] 2 tests from AddIfThenElseOpTest 2022-08-17T13:08:19.0264055Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-08-17T13:08:19.0320008Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (5 ms) 2022-08-17T13:08:19.0320471Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-08-17T13:08:19.0320937Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-08-17T13:08:19.0321592Z [----------] 2 tests from AddIfThenElseOpTest (5 ms total) 2022-08-17T13:08:19.0321759Z 2022-08-17T13:08:19.0321940Z [----------] 15 tests from TopologicalMoveTest 2022-08-17T13:08:19.0322335Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-08-17T13:08:19.0322801Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-08-17T13:08:19.0323347Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-08-17T13:08:19.0323887Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-08-17T13:08:19.0324450Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-08-17T13:08:19.0325030Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-08-17T13:08:19.0325444Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-08-17T13:08:19.0326282Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-08-17T13:08:19.0326768Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-08-17T13:08:19.0327379Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-08-17T13:08:19.0328089Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-08-17T13:08:19.0328966Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-08-17T13:08:19.0329750Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-08-17T13:08:19.0330383Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-08-17T13:08:19.0331135Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-08-17T13:08:19.0331978Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-08-17T13:08:19.0332691Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-08-17T13:08:19.0333287Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-08-17T13:08:19.0334004Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-08-17T13:08:19.0334494Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-08-17T13:08:19.0335184Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-08-17T13:08:19.0336042Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-08-17T13:08:19.0336526Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-08-17T13:08:19.0336932Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-08-17T13:08:19.0337347Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-08-17T13:08:19.0337782Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-08-17T13:08:19.0338161Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-08-17T13:08:19.0338529Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-08-17T13:08:19.0338907Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-08-17T13:08:19.0339314Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-08-17T13:08:19.0339688Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-08-17T13:08:19.0339856Z 2022-08-17T13:08:19.0340018Z [----------] 6 tests from AliasAnalysisTest 2022-08-17T13:08:19.0340369Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-08-17T13:08:19.0368842Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-08-17T13:08:19.0369597Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-08-17T13:08:19.0370384Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-08-17T13:08:19.0370884Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-08-17T13:08:19.0371368Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-08-17T13:08:19.0371813Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-08-17T13:08:19.0372389Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-08-17T13:08:19.0372906Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-08-17T13:08:19.0373460Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-08-17T13:08:19.0373872Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-08-17T13:08:19.0374380Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-08-17T13:08:19.0374839Z [----------] 6 tests from AliasAnalysisTest (3 ms total) 2022-08-17T13:08:19.0375140Z 2022-08-17T13:08:19.0375358Z [----------] 4 tests from WriteTrackingTest 2022-08-17T13:08:19.0375809Z [ RUN ] WriteTrackingTest.Basic 2022-08-17T13:08:19.0376284Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-08-17T13:08:19.0376815Z [ RUN ] WriteTrackingTest.IsMutable 2022-08-17T13:08:19.0377313Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-08-17T13:08:19.0377761Z [ RUN ] WriteTrackingTest.IsImmutable 2022-08-17T13:08:19.0378192Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-08-17T13:08:19.0378657Z [ RUN ] WriteTrackingTest.HasWriters 2022-08-17T13:08:19.0379184Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-08-17T13:08:19.0379516Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-08-17T13:08:19.0379679Z 2022-08-17T13:08:19.0379875Z [----------] 13 tests from ContainerAliasingTest 2022-08-17T13:08:19.0380375Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-08-17T13:08:19.0380789Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-08-17T13:08:19.0381150Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-08-17T13:08:19.0381534Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-08-17T13:08:19.0381971Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-08-17T13:08:19.0382502Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-08-17T13:08:19.0383010Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-08-17T13:08:19.0383363Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-08-17T13:08:19.0383854Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-08-17T13:08:19.0384350Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-08-17T13:08:19.0384890Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-08-17T13:08:19.0385318Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-08-17T13:08:19.0385670Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-08-17T13:08:19.0386097Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-08-17T13:08:19.0386533Z [ RUN ] ContainerAliasingTest.Simple 2022-08-17T13:08:19.0386972Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-08-17T13:08:19.0387363Z [ RUN ] ContainerAliasingTest.Lists 2022-08-17T13:08:19.0387678Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-08-17T13:08:19.0388018Z [ RUN ] ContainerAliasingTest.Lists2 2022-08-17T13:08:19.0388378Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-08-17T13:08:19.0388869Z [ RUN ] ContainerAliasingTest.Conservative 2022-08-17T13:08:19.0389313Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-08-17T13:08:19.0389788Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-08-17T13:08:19.0390416Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-08-17T13:08:19.0390950Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-08-17T13:08:19.0391745Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-08-17T13:08:19.0392264Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-08-17T13:08:19.0392517Z 2022-08-17T13:08:19.0392765Z [----------] 3 tests from WildcardsTest 2022-08-17T13:08:19.0393045Z [ RUN ] WildcardsTest.Basic 2022-08-17T13:08:19.0393313Z [ OK ] WildcardsTest.Basic (0 ms) 2022-08-17T13:08:19.0393609Z [ RUN ] WildcardsTest.TypeIsolation 2022-08-17T13:08:19.0393975Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-08-17T13:08:19.0394325Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-08-17T13:08:19.0394693Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-08-17T13:08:19.0395052Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-08-17T13:08:19.0395204Z 2022-08-17T13:08:19.0395378Z [----------] 18 tests from AliasRegistrationTest 2022-08-17T13:08:19.0395751Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-08-17T13:08:19.0396219Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-08-17T13:08:19.0396679Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-08-17T13:08:19.0397144Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-08-17T13:08:19.0397650Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-08-17T13:08:19.0416742Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (2 ms) 2022-08-17T13:08:19.0417355Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-08-17T13:08:19.0437279Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-08-17T13:08:19.0437876Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-08-17T13:08:19.0446904Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-08-17T13:08:19.0447512Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-08-17T13:08:19.0448079Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-08-17T13:08:19.0448545Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-08-17T13:08:19.0449208Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-08-17T13:08:19.0449734Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-08-17T13:08:19.0450210Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-08-17T13:08:19.0450643Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-08-17T13:08:19.0451209Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-08-17T13:08:19.0451620Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-08-17T13:08:19.0452033Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-08-17T13:08:19.0452445Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-08-17T13:08:19.0472526Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-08-17T13:08:19.0473247Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-08-17T13:08:19.0473821Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-08-17T13:08:19.0474453Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-08-17T13:08:19.0475330Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-08-17T13:08:19.0476108Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-08-17T13:08:19.0476685Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-08-17T13:08:19.0477186Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-08-17T13:08:19.0477708Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-08-17T13:08:19.0478319Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-08-17T13:08:19.0478769Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-08-17T13:08:19.0479193Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-08-17T13:08:19.0479591Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-08-17T13:08:19.0480028Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-08-17T13:08:19.0498481Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-08-17T13:08:19.0499314Z [----------] 18 tests from AliasRegistrationTest (10 ms total) 2022-08-17T13:08:19.0499586Z 2022-08-17T13:08:19.0499918Z [----------] 2 tests from IRNonDeterminismTest 2022-08-17T13:08:19.0500385Z [ RUN ] IRNonDeterminismTest.Basic 2022-08-17T13:08:19.0500754Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-08-17T13:08:19.0501095Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-08-17T13:08:19.0501549Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-08-17T13:08:19.0502138Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-08-17T13:08:19.0502510Z 2022-08-17T13:08:19.0502827Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-08-17T13:08:19.0503269Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-08-17T13:08:19.0503791Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-08-17T13:08:19.0504276Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-08-17T13:08:19.0504480Z 2022-08-17T13:08:19.0504628Z [----------] 3 tests from AutodiffTest 2022-08-17T13:08:19.0504892Z [ RUN ] AutodiffTest.ADFormulas 2022-08-17T13:08:19.0945706Z [ OK ] AutodiffTest.ADFormulas (44 ms) 2022-08-17T13:08:19.0946491Z [ RUN ] AutodiffTest.Differentiate 2022-08-17T13:08:19.0950895Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-08-17T13:08:19.0951549Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-08-17T13:08:19.0969938Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-08-17T13:08:19.0970648Z [----------] 3 tests from AutodiffTest (46 ms total) 2022-08-17T13:08:19.0970943Z 2022-08-17T13:08:19.0971333Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-08-17T13:08:19.0972124Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-08-17T13:08:19.0983371Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-08-17T13:08:19.0984054Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-08-17T13:08:19.0984332Z 2022-08-17T13:08:19.0984569Z [----------] 1 test from UpgraderLoad 2022-08-17T13:08:19.0985104Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-08-17T13:08:19.1025109Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (4 ms) 2022-08-17T13:08:19.1025743Z [----------] 1 test from UpgraderLoad (4 ms total) 2022-08-17T13:08:19.1026030Z 2022-08-17T13:08:19.1026324Z [----------] 4 tests from OpReplacementTest 2022-08-17T13:08:19.1026954Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-08-17T13:08:19.1027704Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-08-17T13:08:19.1028420Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-08-17T13:08:19.1029437Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-08-17T13:08:19.1030210Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-08-17T13:08:19.1032941Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-08-17T13:08:19.1033883Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-08-17T13:08:19.1034907Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-08-17T13:08:19.1035587Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-08-17T13:08:19.1035859Z 2022-08-17T13:08:19.1036140Z [----------] 4 tests from UpgraderUtils 2022-08-17T13:08:19.1036662Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-08-17T13:08:19.1037282Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-08-17T13:08:19.1037886Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-08-17T13:08:19.1038488Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-08-17T13:08:19.1039061Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-08-17T13:08:19.1039660Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-08-17T13:08:19.1040235Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-08-17T13:08:19.1040834Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-08-17T13:08:19.1041438Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-08-17T13:08:19.1041714Z 2022-08-17T13:08:19.1041967Z [----------] 9 tests from BackendTest 2022-08-17T13:08:19.1042412Z [ RUN ] BackendTest.ToBackend 2022-08-17T13:08:19.1083302Z [ OK ] BackendTest.ToBackend (4 ms) 2022-08-17T13:08:19.1083885Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-08-17T13:08:19.1104119Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:08:19.1119926Z [ OK ] BackendTest.ToBackendNotAvailable (3 ms) 2022-08-17T13:08:19.1120256Z [ RUN ] BackendTest.TestCompiler 2022-08-17T13:08:19.1172661Z [ OK ] BackendTest.TestCompiler (5 ms) 2022-08-17T13:08:19.1173004Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-08-17T13:08:19.1222491Z [ OK ] BackendTest.TestCompilerWithStringTable (4 ms) 2022-08-17T13:08:19.1222830Z [ RUN ] BackendTest.TestComposite 2022-08-17T13:08:19.1319154Z [ OK ] BackendTest.TestComposite (9 ms) 2022-08-17T13:08:19.1319468Z [ RUN ] BackendTest.TestPrimDtype 2022-08-17T13:08:19.1324798Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-08-17T13:08:19.1325144Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-08-17T13:08:19.1421578Z [ OK ] BackendTest.TestCompositeWithSetStates (9 ms) 2022-08-17T13:08:19.1421990Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-08-17T13:08:19.1598952Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (17 ms) 2022-08-17T13:08:19.1599463Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-08-17T13:08:19.1613287Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-08-17T13:08:19.1613918Z [----------] 9 tests from BackendTest (57 ms total) 2022-08-17T13:08:19.1614077Z 2022-08-17T13:08:19.1614250Z [----------] 6 tests from BackendTestDebugInfo 2022-08-17T13:08:19.1614578Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-08-17T13:08:19.1712992Z [ OK ] BackendTestDebugInfo.TestCompiler (9 ms) 2022-08-17T13:08:19.1713553Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-08-17T13:08:19.1810045Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (9 ms) 2022-08-17T13:08:19.1810578Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-08-17T13:08:19.1909677Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (9 ms) 2022-08-17T13:08:19.1910382Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-08-17T13:08:19.2010400Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (10 ms) 2022-08-17T13:08:19.2011053Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-08-17T13:08:19.2111894Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (10 ms) 2022-08-17T13:08:19.2112539Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-08-17T13:08:19.2216368Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (10 ms) 2022-08-17T13:08:19.2216995Z [----------] 6 tests from BackendTestDebugInfo (60 ms total) 2022-08-17T13:08:19.2217169Z 2022-08-17T13:08:19.2217313Z [----------] 4 tests from ClassImportTest 2022-08-17T13:08:19.2217601Z [ RUN ] ClassImportTest.Basic 2022-08-17T13:08:19.2221538Z [ OK ] ClassImportTest.Basic (0 ms) 2022-08-17T13:08:19.2221922Z [ RUN ] ClassImportTest.ScriptObject 2022-08-17T13:08:19.2245801Z [ OK ] ClassImportTest.ScriptObject (2 ms) 2022-08-17T13:08:19.2246306Z [ RUN ] ClassImportTest.ClassDerive 2022-08-17T13:08:19.2247047Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-08-17T13:08:19.2247477Z [ RUN ] ClassImportTest.CustomClass 2022-08-17T13:08:19.2248669Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-08-17T13:08:19.2249251Z [----------] 4 tests from ClassImportTest (3 ms total) 2022-08-17T13:08:19.2249573Z 2022-08-17T13:08:19.2249849Z [----------] 1 test from ClassParserTest 2022-08-17T13:08:19.2250126Z [ RUN ] ClassParserTest.Basic 2022-08-17T13:08:19.2250411Z [ OK ] ClassParserTest.Basic (0 ms) 2022-08-17T13:08:19.2250729Z [----------] 1 test from ClassParserTest (0 ms total) 2022-08-17T13:08:19.2250881Z 2022-08-17T13:08:19.2251022Z [----------] 3 tests from ClassTypeTest 2022-08-17T13:08:19.2251311Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-08-17T13:08:19.2251622Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-08-17T13:08:19.2252117Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-08-17T13:08:19.2252435Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-08-17T13:08:19.2252790Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-08-17T13:08:19.2257639Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-08-17T13:08:19.2258291Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-08-17T13:08:19.2258470Z 2022-08-17T13:08:19.2258631Z [----------] 2 tests from TestCodeTemplate 2022-08-17T13:08:19.2258919Z [ RUN ] TestCodeTemplate.Copying 2022-08-17T13:08:19.2259219Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-08-17T13:08:19.2259510Z [ RUN ] TestCodeTemplate.Formatting 2022-08-17T13:08:19.2259830Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-08-17T13:08:19.2260158Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-08-17T13:08:19.2260315Z 2022-08-17T13:08:19.2260454Z [----------] 13 tests from ConcatOptTest 2022-08-17T13:08:19.2269758Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-08-17T13:08:19.2312695Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-08-17T13:08:19.2313479Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-08-17T13:08:19.2352071Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-08-17T13:08:19.2352941Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-08-17T13:08:19.2378193Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (2 ms) 2022-08-17T13:08:19.2379167Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-08-17T13:08:19.2444661Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (6 ms) 2022-08-17T13:08:19.2445275Z [ RUN ] ConcatOptTest.ExpandConcat 2022-08-17T13:08:19.2467248Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-08-17T13:08:19.2467983Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-08-17T13:08:19.2492499Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-08-17T13:08:19.2493243Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-08-17T13:08:19.2512951Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-08-17T13:08:19.2513633Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-08-17T13:08:19.2568569Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-08-17T13:08:19.2569239Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-08-17T13:08:19.2588661Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-08-17T13:08:19.2589577Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-08-17T13:08:19.2610328Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-08-17T13:08:19.2611260Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-08-17T13:08:19.2638424Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (2 ms) 2022-08-17T13:08:19.2639357Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-08-17T13:08:19.2677128Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (3 ms) 2022-08-17T13:08:19.2678293Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-08-17T13:08:19.2712328Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-08-17T13:08:19.2713124Z [----------] 13 tests from ConcatOptTest (45 ms total) 2022-08-17T13:08:19.2713409Z 2022-08-17T13:08:19.2714138Z [----------] 1 test from OptimizeConcatTest 2022-08-17T13:08:19.2714757Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-08-17T13:08:19.2739536Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (2 ms) 2022-08-17T13:08:19.2740310Z [----------] 1 test from OptimizeConcatTest (2 ms total) 2022-08-17T13:08:19.2741121Z 2022-08-17T13:08:19.2741408Z [----------] 3 tests from ConcatOpt 2022-08-17T13:08:19.2741999Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-08-17T13:08:19.2742684Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-08-17T13:08:19.2743390Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-08-17T13:08:19.2744399Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-08-17T13:08:19.2745435Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-08-17T13:08:19.2746401Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-08-17T13:08:19.2747312Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-08-17T13:08:19.2747576Z 2022-08-17T13:08:19.2747873Z [----------] 4 tests from ConstantPoolingTest 2022-08-17T13:08:19.2748333Z [ RUN ] ConstantPoolingTest.Int 2022-08-17T13:08:19.2748793Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-08-17T13:08:19.2749364Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-08-17T13:08:19.2750014Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-08-17T13:08:19.2750914Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-08-17T13:08:19.2751612Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-08-17T13:08:19.2752261Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-08-17T13:08:19.2752930Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-08-17T13:08:19.2753821Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-08-17T13:08:19.2754119Z 2022-08-17T13:08:19.2754389Z [----------] 1 test from CleanupPassTest 2022-08-17T13:08:19.2754833Z [ RUN ] CleanupPassTest.Basic 2022-08-17T13:08:19.2755303Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-08-17T13:08:19.2757622Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-08-17T13:08:19.2760540Z 2022-08-17T13:08:19.2763284Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-08-17T13:08:19.2766590Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-08-17T13:08:19.2769751Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-08-17T13:08:19.2771541Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-08-17T13:08:19.2772161Z 2022-08-17T13:08:19.2772727Z [----------] 3 tests from CustomClassTest 2022-08-17T13:08:19.2773536Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-08-17T13:08:19.2774454Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-08-17T13:08:19.2775352Z [ RUN ] CustomClassTest.TestDocString 2022-08-17T13:08:19.2776303Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-08-17T13:08:19.2777151Z [ RUN ] CustomClassTest.Serialization 2022-08-17T13:08:19.2782337Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-08-17T13:08:19.2783269Z [----------] 3 tests from CustomClassTest (2 ms total) 2022-08-17T13:08:19.2783658Z 2022-08-17T13:08:19.2784097Z [----------] 5 tests from CustomOperatorTest 2022-08-17T13:08:19.2784994Z [ RUN ] CustomOperatorTest.InferredSchema 2022-08-17T13:08:19.2785594Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-08-17T13:08:19.2786180Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-08-17T13:08:19.2787288Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-08-17T13:08:19.2787905Z [ RUN ] CustomOperatorTest.ListParameters 2022-08-17T13:08:19.2788790Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-08-17T13:08:19.2789385Z [ RUN ] CustomOperatorTest.ListParameters2 2022-08-17T13:08:19.2790718Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-08-17T13:08:19.2791266Z [ RUN ] CustomOperatorTest.Aliasing 2022-08-17T13:08:19.2793167Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-08-17T13:08:19.2793911Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-08-17T13:08:19.2794204Z 2022-08-17T13:08:19.2794485Z [----------] 2 tests from TestCustomOperator 2022-08-17T13:08:19.2795099Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-08-17T13:08:19.2795808Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-08-17T13:08:19.2796489Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-08-17T13:08:19.2797156Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-08-17T13:08:19.2797774Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-08-17T13:08:19.2798100Z 2022-08-17T13:08:19.2798392Z [----------] 1 test from EliminateDeadCodeTest 2022-08-17T13:08:19.2798939Z [ RUN ] EliminateDeadCodeTest.Basic 2022-08-17T13:08:19.2799599Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-08-17T13:08:19.2800171Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-08-17T13:08:19.2800449Z 2022-08-17T13:08:19.2800682Z [----------] 2 tests from FuserTest 2022-08-17T13:08:19.2801139Z [ RUN ] FuserTest.FusionAliasing 2022-08-17T13:08:19.2801632Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-08-17T13:08:19.2802114Z [ RUN ] FuserTest.KernelCaching 2022-08-17T13:08:19.2805200Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-08-17T13:08:19.2805908Z [----------] 2 tests from FuserTest (0 ms total) 2022-08-17T13:08:19.2806147Z 2022-08-17T13:08:19.2806401Z [----------] 1 test from GraphExecutorTest 2022-08-17T13:08:19.2806922Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-08-17T13:08:19.2933606Z [ OK ] GraphExecutorTest.runAsync_executor (12 ms) 2022-08-17T13:08:19.2934276Z [----------] 1 test from GraphExecutorTest (12 ms total) 2022-08-17T13:08:19.2934644Z 2022-08-17T13:08:19.2935005Z [----------] 5 tests from GraphIteratorTest 2022-08-17T13:08:19.2935718Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-08-17T13:08:19.2936422Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-08-17T13:08:19.2937145Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-08-17T13:08:19.2937887Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-08-17T13:08:19.2938461Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-08-17T13:08:19.2939159Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-08-17T13:08:19.2939902Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-08-17T13:08:19.2940944Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-08-17T13:08:19.2941668Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-08-17T13:08:19.2945247Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-08-17T13:08:19.2946228Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-08-17T13:08:19.2946646Z 2022-08-17T13:08:19.2947147Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-08-17T13:08:19.2949637Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-08-17T13:08:19.2950444Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-08-17T13:08:19.2951252Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-08-17T13:08:19.2951617Z 2022-08-17T13:08:19.2951907Z [----------] 1 test from InlinerTest 2022-08-17T13:08:19.2952394Z [ RUN ] InlinerTest.Basic 2022-08-17T13:08:19.2956141Z [ OK ] InlinerTest.Basic (0 ms) 2022-08-17T13:08:19.2956939Z [----------] 1 test from InlinerTest (0 ms total) 2022-08-17T13:08:19.2957230Z 2022-08-17T13:08:19.2957521Z [----------] 1 test from InterfaceTest 2022-08-17T13:08:19.2958236Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-08-17T13:08:19.2992230Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (3 ms) 2022-08-17T13:08:19.2992955Z [----------] 1 test from InterfaceTest (3 ms total) 2022-08-17T13:08:19.2993263Z 2022-08-17T13:08:19.2993558Z [----------] 4 tests from TypeCheckTest 2022-08-17T13:08:19.2994109Z [ RUN ] TypeCheckTest.MatchingType 2022-08-17T13:08:19.2997159Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-08-17T13:08:19.2997764Z [ RUN ] TypeCheckTest.SizeMismatch 2022-08-17T13:08:19.2999522Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-08-17T13:08:19.3000144Z [ RUN ] TypeCheckTest.GradientMismatch 2022-08-17T13:08:19.3002004Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-08-17T13:08:19.3002666Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-08-17T13:08:19.3005492Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-08-17T13:08:19.3006158Z [----------] 4 tests from TypeCheckTest (1 ms total) 2022-08-17T13:08:19.3006468Z 2022-08-17T13:08:19.3006772Z [----------] 3 tests from InterpreterTest 2022-08-17T13:08:19.3007427Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-08-17T13:08:19.3015243Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-08-17T13:08:19.3016010Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-08-17T13:08:19.3017807Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-08-17T13:08:19.3018671Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-08-17T13:08:19.3133861Z [ OK ] InterpreterTest.runAsyncBasicTest (11 ms) 2022-08-17T13:08:19.3134698Z [----------] 3 tests from InterpreterTest (12 ms total) 2022-08-17T13:08:19.3135055Z 2022-08-17T13:08:19.3135518Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-08-17T13:08:19.3136840Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-08-17T13:08:19.3385940Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (24 ms) 2022-08-17T13:08:19.3387157Z [----------] 1 test from EnableRethrowCaughtExceptionTest (25 ms total) 2022-08-17T13:08:19.3387554Z 2022-08-17T13:08:19.3387818Z [----------] 4 tests from IRTest 2022-08-17T13:08:19.3388297Z [ RUN ] IRTest.Attributes 2022-08-17T13:08:19.3388828Z [ OK ] IRTest.Attributes (0 ms) 2022-08-17T13:08:19.3389309Z [ RUN ] IRTest.Blocks 2022-08-17T13:08:19.3390897Z [ OK ] IRTest.Blocks (0 ms) 2022-08-17T13:08:19.3391424Z [ RUN ] IRTest.CommonAncestor 2022-08-17T13:08:19.3393240Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-08-17T13:08:19.3393777Z [ RUN ] IRTest.OperatorMap 2022-08-17T13:08:19.3394571Z [ OK ] IRTest.OperatorMap (0 ms) 2022-08-17T13:08:19.3397761Z [----------] 4 tests from IRTest (1 ms total) 2022-08-17T13:08:19.3398068Z 2022-08-17T13:08:19.3398370Z [----------] 21 tests from IRParserTest 2022-08-17T13:08:19.3399837Z [ RUN ] IRParserTest.Basic 2022-08-17T13:08:19.3400373Z [ OK ] IRParserTest.Basic (0 ms) 2022-08-17T13:08:19.3400924Z [ RUN ] IRParserTest.NestedBlock 2022-08-17T13:08:19.3402453Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-08-17T13:08:19.3402969Z [ RUN ] IRParserTest.If 2022-08-17T13:08:19.3405588Z [ OK ] IRParserTest.If (0 ms) 2022-08-17T13:08:19.3407221Z [ RUN ] IRParserTest.If2 2022-08-17T13:08:19.3407719Z [ OK ] IRParserTest.If2 (0 ms) 2022-08-17T13:08:19.3409597Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-08-17T13:08:19.3410284Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-08-17T13:08:19.3410887Z [ RUN ] IRParserTest.ValueReuse 2022-08-17T13:08:19.3411461Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-08-17T13:08:19.3412022Z [ RUN ] IRParserTest.Attributes 2022-08-17T13:08:19.3412593Z [ OK ] IRParserTest.Attributes (0 ms) 2022-08-17T13:08:19.3413159Z [ RUN ] IRParserTest.OptionalTypes 2022-08-17T13:08:19.3413766Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-08-17T13:08:19.3414346Z [ RUN ] IRParserTest.StarTensor 2022-08-17T13:08:19.3414910Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-08-17T13:08:19.3415504Z [ RUN ] IRParserTest.UnshapedTensor 2022-08-17T13:08:19.3416120Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-08-17T13:08:19.3416707Z [ RUN ] IRParserTest.ShapedTensor 2022-08-17T13:08:19.3417308Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-08-17T13:08:19.3417918Z [ RUN ] IRParserTest.NestedContrainer 2022-08-17T13:08:19.3418557Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-08-17T13:08:19.3419220Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-08-17T13:08:19.3419945Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-08-17T13:08:19.3420568Z [ RUN ] IRParserTest.FileCheck 2022-08-17T13:08:19.3421169Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-08-17T13:08:19.3421713Z [ RUN ] IRParserTest.Strides 2022-08-17T13:08:19.3422592Z [ OK ] IRParserTest.Strides (0 ms) 2022-08-17T13:08:19.3423308Z [ RUN ] IRParserTest.MalformedStrides 2022-08-17T13:08:19.3424052Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-08-17T13:08:19.3424673Z [ RUN ] IRParserTest.TensorShapes 2022-08-17T13:08:19.3425765Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-08-17T13:08:19.3427212Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-08-17T13:08:19.3429009Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-08-17T13:08:19.3429683Z [ RUN ] IRParserTest.ListConstant 2022-08-17T13:08:19.3430587Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-08-17T13:08:19.3431751Z [ RUN ] IRParserTest.PartialStarTensor 2022-08-17T13:08:19.3438316Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-08-17T13:08:19.3440431Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-08-17T13:08:19.3441171Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-08-17T13:08:19.3441943Z [----------] 21 tests from IRParserTest (3 ms total) 2022-08-17T13:08:19.3442275Z 2022-08-17T13:08:19.3442589Z [----------] 2 tests from JitTypeTest 2022-08-17T13:08:19.3443171Z [ RUN ] JitTypeTest.IsComplete 2022-08-17T13:08:19.3443800Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-08-17T13:08:19.3444503Z [ RUN ] JitTypeTest.UnifyTypes 2022-08-17T13:08:19.3445128Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-08-17T13:08:19.3445798Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-08-17T13:08:19.3446116Z 2022-08-17T13:08:19.3446479Z [----------] 42 tests from LiteInterpreterTest 2022-08-17T13:08:19.3447197Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-08-17T13:08:19.3463992Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (2 ms) 2022-08-17T13:08:19.3464791Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-08-17T13:08:19.3467690Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-08-17T13:08:19.3468439Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-08-17T13:08:19.3509231Z [ OK ] LiteInterpreterTest.MethodInvocation (3 ms) 2022-08-17T13:08:19.3509958Z [ RUN ] LiteInterpreterTest.Conv 2022-08-17T13:08:19.3545126Z [ OK ] LiteInterpreterTest.Conv (3 ms) 2022-08-17T13:08:19.3545796Z [ RUN ] LiteInterpreterTest.Inline 2022-08-17T13:08:19.3558480Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-08-17T13:08:19.3559174Z [ RUN ] LiteInterpreterTest.Tuple 2022-08-17T13:08:19.3569077Z [ OK ] LiteInterpreterTest.Tuple (0 ms) 2022-08-17T13:08:19.3569771Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-08-17T13:08:19.3578400Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-08-17T13:08:19.3579126Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-08-17T13:08:19.3584865Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-08-17T13:08:19.3585532Z [ RUN ] LiteInterpreterTest.Dict 2022-08-17T13:08:19.3595208Z [ OK ] LiteInterpreterTest.Dict (0 ms) 2022-08-17T13:08:19.3595880Z [ RUN ] LiteInterpreterTest.List 2022-08-17T13:08:19.3608890Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-08-17T13:08:19.3609624Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-08-17T13:08:19.3610369Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-08-17T13:08:19.3611062Z [ RUN ] LiteInterpreterTest.Prim 2022-08-17T13:08:19.3616561Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-08-17T13:08:19.3617255Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-08-17T13:08:19.3624013Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-08-17T13:08:19.3624736Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-08-17T13:08:19.3695282Z [ OK ] LiteInterpreterTest.LoadOrigJit (6 ms) 2022-08-17T13:08:19.3696058Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-08-17T13:08:19.3723102Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-08-17T13:08:19.3723825Z [ RUN ] LiteInterpreterTest.SetState 2022-08-17T13:08:19.3769740Z [ OK ] LiteInterpreterTest.SetState (4 ms) 2022-08-17T13:08:19.3770467Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-08-17T13:08:19.3782563Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-08-17T13:08:19.3783317Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-08-17T13:08:19.3789059Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-08-17T13:08:19.3791020Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-08-17T13:08:19.3791954Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-08-17T13:08:19.3792790Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-08-17T13:08:19.3794732Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-08-17T13:08:19.3795604Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-08-17T13:08:19.3796403Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-08-17T13:08:19.3797174Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-08-17T13:08:19.3797937Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-08-17T13:08:19.3798888Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-08-17T13:08:19.5037616Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (123 ms) 2022-08-17T13:08:19.5039157Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-08-17T13:08:19.5120937Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (8 ms) 2022-08-17T13:08:19.5121794Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-08-17T13:08:19.5173379Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-08-17T13:08:19.5174184Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-08-17T13:08:19.5265814Z [ OK ] LiteInterpreterTest.isCompatibleFail (9 ms) 2022-08-17T13:08:19.5266557Z [ RUN ] LiteInterpreterTest.Eval 2022-08-17T13:08:19.5275250Z [ OK ] LiteInterpreterTest.Eval (0 ms) 2022-08-17T13:08:19.5275988Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-08-17T13:08:19.5279980Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-08-17T13:08:19.5280828Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-08-17T13:08:19.5287141Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-08-17T13:08:19.5287950Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-08-17T13:08:19.5293802Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-08-17T13:08:19.5294624Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-08-17T13:08:19.5303577Z [ OK ] LiteInterpreterTest.DuplicateSetState (0 ms) 2022-08-17T13:08:19.5304319Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-08-17T13:08:19.5308364Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-08-17T13:08:19.5309102Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-08-17T13:08:19.5318417Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-08-17T13:08:19.5319305Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-08-17T13:08:19.5330955Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-08-17T13:08:19.5331924Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-08-17T13:08:19.5376003Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-08-17T13:08:19.5377298Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-08-17T13:08:19.5384306Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-08-17T13:08:19.5385252Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-08-17T13:08:19.5402762Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-08-17T13:08:19.5403770Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-08-17T13:08:19.5410591Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-08-17T13:08:19.5411621Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-08-17T13:08:19.5496497Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-08-17T13:08:19.5497663Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-08-17T13:08:19.5526625Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-08-17T13:08:19.5527514Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-08-17T13:08:19.5531465Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-08-17T13:08:19.5532221Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-08-17T13:08:19.5546062Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-08-17T13:08:19.5547114Z [----------] 42 tests from LiteInterpreterTest (210 ms total) 2022-08-17T13:08:19.5548073Z 2022-08-17T13:08:19.5549792Z [----------] 3 tests from RunTimeTest 2022-08-17T13:08:19.5550420Z [ RUN ] RunTimeTest.ParseBytecode 2022-08-17T13:08:19.5551054Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-08-17T13:08:19.5551695Z [ RUN ] RunTimeTest.ParseOperator 2022-08-17T13:08:19.5552346Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-08-17T13:08:19.5552947Z [ RUN ] RunTimeTest.RuntimeCall 2022-08-17T13:08:19.5553575Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-08-17T13:08:19.5554255Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-08-17T13:08:19.5554573Z 2022-08-17T13:08:19.5554971Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-08-17T13:08:19.5555935Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-08-17T13:08:19.5566090Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-08-17T13:08:19.5566970Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-08-17T13:08:19.5567834Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-08-17T13:08:19.5568700Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-08-17T13:08:19.5569601Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-08-17T13:08:19.5570483Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-08-17T13:08:19.5571346Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-08-17T13:08:19.5572310Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-08-17T13:08:19.5572943Z expect output: 0.5000 2022-08-17T13:08:19.5573368Z [ CPUFloatType{1} ]actual output: 0.5000 2022-08-17T13:08:19.5574298Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-08-17T13:08:19.5575336Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-08-17T13:08:19.5576336Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-08-17T13:08:19.5577253Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-08-17T13:08:19.5578151Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-08-17T13:08:19.5579013Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-08-17T13:08:19.5579839Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-08-17T13:08:19.5580915Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-08-17T13:08:19.5581910Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-08-17T13:08:19.5582849Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-08-17T13:08:19.5583778Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-08-17T13:08:19.5584613Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-08-17T13:08:19.5585382Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-08-17T13:08:19.5586192Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-08-17T13:08:19.5586574Z 2022-08-17T13:08:19.5586975Z [----------] 29 tests from LiteInterpreterDirectTest 2022-08-17T13:08:19.5587750Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-08-17T13:08:19.5588848Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-08-17T13:08:19.5589696Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-08-17T13:08:19.5590532Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-08-17T13:08:19.5591368Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-08-17T13:08:19.5591855Z hello 2022-08-17T13:08:19.5592172Z hello 3 2022-08-17T13:08:19.5592490Z hello 2022-08-17T13:08:19.5592978Z hello 3 2022-08-17T13:08:19.5593302Z hello 2022-08-17T13:08:19.5593616Z hello 3 2022-08-17T13:08:19.5594290Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-08-17T13:08:19.5595032Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-08-17T13:08:19.5606937Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-08-17T13:08:19.5607873Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-08-17T13:08:19.5612853Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-08-17T13:08:19.5613562Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-08-17T13:08:19.5616746Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-08-17T13:08:19.5617438Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-08-17T13:08:19.5620643Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-08-17T13:08:19.5621491Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-08-17T13:08:19.5623352Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-08-17T13:08:19.5624091Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-08-17T13:08:19.5626734Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-08-17T13:08:19.5627506Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-08-17T13:08:19.5640549Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-08-17T13:08:19.5641345Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-08-17T13:08:19.5655921Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-08-17T13:08:19.5656695Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-08-17T13:08:19.5658454Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-08-17T13:08:19.5659362Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-08-17T13:08:19.5660328Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-08-17T13:08:19.5661304Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-08-17T13:08:19.5662303Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-08-17T13:08:19.5663215Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-08-17T13:08:19.5664068Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-08-17T13:08:19.5664952Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-08-17T13:08:19.5712386Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (5 ms) 2022-08-17T13:08:19.5713327Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-08-17T13:08:19.5718381Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-08-17T13:08:19.5719189Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-08-17T13:08:19.5720825Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-08-17T13:08:19.5721660Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-08-17T13:08:19.5726706Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-08-17T13:08:19.5727563Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-08-17T13:08:19.5730830Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-08-17T13:08:19.5731683Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-08-17T13:08:19.5735653Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-08-17T13:08:19.5736643Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-08-17T13:08:19.5740822Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-08-17T13:08:19.5741739Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-08-17T13:08:19.5748992Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-08-17T13:08:19.5750128Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-08-17T13:08:19.5780874Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-08-17T13:08:19.5782010Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-08-17T13:08:19.5787229Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-08-17T13:08:19.5788258Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-08-17T13:08:19.5806260Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-08-17T13:08:19.5807386Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-08-17T13:08:19.5811361Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-08-17T13:08:19.5812672Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-08-17T13:08:19.5893584Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-08-17T13:08:19.5894828Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-08-17T13:08:19.5911596Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (1 ms) 2022-08-17T13:08:19.5912663Z [----------] 29 tests from LiteInterpreterDirectTest (34 ms total) 2022-08-17T13:08:19.5913054Z 2022-08-17T13:08:19.5913367Z [----------] 7 tests from LiteTrainerTest 2022-08-17T13:08:19.5913971Z [ RUN ] LiteTrainerTest.Params 2022-08-17T13:08:19.5976901Z [ OK ] LiteTrainerTest.Params (6 ms) 2022-08-17T13:08:19.5977419Z [ RUN ] LiteTrainerTest.SGD 2022-08-17T13:08:19.6040847Z [ OK ] LiteTrainerTest.SGD (6 ms) 2022-08-17T13:08:19.6041401Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-08-17T13:08:19.6042011Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-08-17T13:08:19.6045571Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-08-17T13:08:19.6046461Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-08-17T13:08:19.6047268Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-08-17T13:08:19.6048117Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-08-17T13:08:19.6048841Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-08-17T13:08:19.6049478Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-08-17T13:08:19.6050407Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-08-17T13:08:19.6051381Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-08-17T13:08:19.6052109Z [----------] 7 tests from LiteTrainerTest (13 ms total) 2022-08-17T13:08:19.6052387Z 2022-08-17T13:08:19.6052634Z [----------] 6 tests from MobileTest 2022-08-17T13:08:19.6053178Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-08-17T13:08:19.6053806Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-08-17T13:08:19.6054450Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-08-17T13:08:19.6055118Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-08-17T13:08:19.6055772Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-08-17T13:08:19.6056475Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-08-17T13:08:19.6057194Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-08-17T13:08:19.6057944Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-08-17T13:08:19.6058719Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-08-17T13:08:19.6069890Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (1 ms) 2022-08-17T13:08:19.6070868Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-08-17T13:08:19.6086599Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-08-17T13:08:19.6088749Z [----------] 6 tests from MobileTest (4 ms total) 2022-08-17T13:08:19.6089425Z 2022-08-17T13:08:19.6090056Z [----------] 1 test from MemoryDAGTest 2022-08-17T13:08:19.6091053Z [ RUN ] MemoryDAGTest.Basic 2022-08-17T13:08:19.6092044Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-08-17T13:08:19.6093273Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-08-17T13:08:19.6093658Z 2022-08-17T13:08:19.6094226Z [----------] 1 test from InternedStringsTest 2022-08-17T13:08:19.6094984Z [ RUN ] InternedStringsTest.Basic 2022-08-17T13:08:19.6095802Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-08-17T13:08:19.6096935Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-08-17T13:08:19.6097395Z 2022-08-17T13:08:19.6097842Z [----------] 1 test from FromQualStringTest 2022-08-17T13:08:19.6098646Z [ RUN ] FromQualStringTest.Basic 2022-08-17T13:08:19.6100192Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-08-17T13:08:19.6101143Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-08-17T13:08:19.6101575Z 2022-08-17T13:08:19.6101881Z [----------] 1 test from THNNConvTest 2022-08-17T13:08:19.6102412Z [ RUN ] THNNConvTest.Basic 2022-08-17T13:08:19.6102981Z [ OK ] THNNConvTest.Basic (1 ms) 2022-08-17T13:08:19.6103600Z [----------] 1 test from THNNConvTest (1 ms total) 2022-08-17T13:08:19.6103916Z 2022-08-17T13:08:19.6104450Z [----------] 1 test from ATenNativeBatchNormTest 2022-08-17T13:08:19.6105195Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-08-17T13:08:19.6110376Z [ OK ] ATenNativeBatchNormTest.Basic (0 ms) 2022-08-17T13:08:19.6113154Z [----------] 1 test from ATenNativeBatchNormTest (0 ms total) 2022-08-17T13:08:19.6113567Z 2022-08-17T13:08:19.6113921Z [----------] 2 tests from CustomFusionTest 2022-08-17T13:08:19.6114506Z [ RUN ] CustomFusionTest.Basic 2022-08-17T13:08:19.6115117Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-08-17T13:08:19.6115764Z [ RUN ] CustomFusionTest.NestedBlocks 2022-08-17T13:08:19.6116441Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-08-17T13:08:19.6117156Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-08-17T13:08:19.6117494Z 2022-08-17T13:08:19.6117963Z [----------] 1 test from ControlFlowTest 2022-08-17T13:08:19.6118611Z [ RUN ] ControlFlowTest.Basic 2022-08-17T13:08:19.6123770Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-08-17T13:08:19.6124919Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-08-17T13:08:19.6125459Z 2022-08-17T13:08:19.6130016Z [----------] 1 test from ProtoTest 2022-08-17T13:08:19.6130550Z [ RUN ] ProtoTest.Basic 2022-08-17T13:08:19.6131014Z [ OK ] ProtoTest.Basic (0 ms) 2022-08-17T13:08:19.6131488Z [----------] 1 test from ProtoTest (0 ms total) 2022-08-17T13:08:19.6131722Z 2022-08-17T13:08:19.6131987Z [----------] 7 tests from SchemaParserTest 2022-08-17T13:08:19.6132474Z [ RUN ] SchemaParserTest.NestedArrays 2022-08-17T13:08:19.6133029Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-08-17T13:08:19.6134565Z [ RUN ] SchemaParserTest.OutVariant 2022-08-17T13:08:19.6135134Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-08-17T13:08:19.6135685Z [ RUN ] SchemaParserTest.NamedReturns 2022-08-17T13:08:19.6136256Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-08-17T13:08:19.6136780Z [ RUN ] SchemaParserTest.Futures 2022-08-17T13:08:19.6137301Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-08-17T13:08:19.6137873Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-08-17T13:08:19.6138481Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-08-17T13:08:19.6139079Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-08-17T13:08:19.6139677Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-08-17T13:08:19.6140252Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-08-17T13:08:19.6140859Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-08-17T13:08:19.6141463Z [----------] 7 tests from SchemaParserTest (0 ms total) 2022-08-17T13:08:19.6141748Z 2022-08-17T13:08:19.6142041Z [----------] 2 tests from TopologicalIndexTest 2022-08-17T13:08:19.6142553Z [ RUN ] TopologicalIndexTest.Basic 2022-08-17T13:08:19.6143250Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-08-17T13:08:19.6143789Z [ RUN ] TopologicalIndexTest.Reindex 2022-08-17T13:08:19.6144331Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-08-17T13:08:19.6144941Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-08-17T13:08:19.6145228Z 2022-08-17T13:08:19.6145514Z [----------] 7 tests from RecordFunctionTest 2022-08-17T13:08:19.6146110Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-08-17T13:08:19.6146824Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-08-17T13:08:19.6147474Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-08-17T13:08:19.6191480Z [ OK ] RecordFunctionTest.SampledCallbacks (5 ms) 2022-08-17T13:08:19.6192261Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-08-17T13:08:19.6193090Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-08-17T13:08:19.6193833Z [ RUN ] RecordFunctionTest.Callbacks 2022-08-17T13:08:19.6194531Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-08-17T13:08:19.6195176Z [ RUN ] RecordFunctionTest.ShouldRun 2022-08-17T13:08:19.6195849Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-08-17T13:08:19.6196484Z [ RUN ] RecordFunctionTest.Basic 2022-08-17T13:08:19.6208604Z [ OK ] RecordFunctionTest.Basic (1 ms) 2022-08-17T13:08:19.6209266Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-08-17T13:08:19.6209987Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-08-17T13:08:19.6210664Z [----------] 7 tests from RecordFunctionTest (8 ms total) 2022-08-17T13:08:19.6210943Z 2022-08-17T13:08:19.6211415Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-08-17T13:08:19.6211998Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-08-17T13:08:19.6214822Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-08-17T13:08:19.6215638Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-08-17T13:08:19.6216019Z 2022-08-17T13:08:19.6216380Z [----------] 1 test from TestSymIntArrayRef 2022-08-17T13:08:19.6217065Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-08-17T13:08:19.6217807Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-08-17T13:08:19.6218566Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-08-17T13:08:19.6218904Z 2022-08-17T13:08:19.6219209Z [----------] 3 tests from TestSymInt 2022-08-17T13:08:19.6219867Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-08-17T13:08:19.6220665Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-08-17T13:08:19.6221338Z [ RUN ] TestSymInt.NarrowCopy 2022-08-17T13:08:19.6221943Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-08-17T13:08:19.6222537Z [ RUN ] TestSymInt.AddSymbolicInt 2022-08-17T13:08:19.6223182Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-08-17T13:08:19.6223848Z [----------] 3 tests from TestSymInt (0 ms total) 2022-08-17T13:08:19.6224157Z 2022-08-17T13:08:19.6224482Z [----------] 1 test from FallbackGraphsTest 2022-08-17T13:08:19.6225094Z [ RUN ] FallbackGraphsTest.Basic 2022-08-17T13:08:19.6226293Z [ OK ] FallbackGraphsTest.Basic (0 ms) 2022-08-17T13:08:19.6226977Z [----------] 1 test from FallbackGraphsTest (0 ms total) 2022-08-17T13:08:19.6227324Z 2022-08-17T13:08:19.6227677Z [----------] 1 test from NoneSchemaMatchTest 2022-08-17T13:08:19.6228306Z [ RUN ] NoneSchemaMatchTest.Basic 2022-08-17T13:08:19.6228974Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-08-17T13:08:19.6229669Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-08-17T13:08:19.6230016Z 2022-08-17T13:08:19.6230360Z [----------] 1 test from PassManagementTest 2022-08-17T13:08:19.6231161Z [ RUN ] PassManagementTest.Basic 2022-08-17T13:08:19.6231801Z [ OK ] PassManagementTest.Basic (0 ms) 2022-08-17T13:08:19.6232502Z [----------] 1 test from PassManagementTest (0 ms total) 2022-08-17T13:08:19.6232841Z 2022-08-17T13:08:19.6233175Z [----------] 5 tests from LoopPeelerTest 2022-08-17T13:08:19.6233871Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-08-17T13:08:19.6234649Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-08-17T13:08:19.6235436Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-08-17T13:08:19.6236246Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-08-17T13:08:19.6237085Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-08-17T13:08:19.6240598Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-08-17T13:08:19.6241419Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-08-17T13:08:19.6246100Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-08-17T13:08:19.6246811Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-08-17T13:08:19.6253193Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (0 ms) 2022-08-17T13:08:19.6253928Z [----------] 5 tests from LoopPeelerTest (2 ms total) 2022-08-17T13:08:19.6254260Z 2022-08-17T13:08:19.6254558Z [----------] 1 test from JitTracing 2022-08-17T13:08:19.6255070Z [ RUN ] JitTracing.Basic 2022-08-17T13:08:19.6379065Z [ OK ] JitTracing.Basic (12 ms) 2022-08-17T13:08:19.6379864Z [----------] 1 test from JitTracing (12 ms total) 2022-08-17T13:08:19.6380186Z 2022-08-17T13:08:19.6380830Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-08-17T13:08:19.6381680Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-08-17T13:08:19.6384657Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-08-17T13:08:19.6385604Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-08-17T13:08:19.6386051Z 2022-08-17T13:08:19.6386396Z [----------] 1 test from InsertBailOutsTest 2022-08-17T13:08:19.6387016Z [ RUN ] InsertBailOutsTest.Basic 2022-08-17T13:08:19.6396363Z [ OK ] InsertBailOutsTest.Basic (0 ms) 2022-08-17T13:08:19.6397112Z [----------] 1 test from InsertBailOutsTest (0 ms total) 2022-08-17T13:08:19.6397462Z 2022-08-17T13:08:19.6397787Z [----------] 2 tests from ProfilerTest 2022-08-17T13:08:19.6398400Z [ RUN ] ProfilerTest.Basic 2022-08-17T13:08:19.6504128Z [ OK ] ProfilerTest.Basic (10 ms) 2022-08-17T13:08:19.6505087Z [ RUN ] ProfilerTest.OptionalProfiling 2022-08-17T13:08:19.6505703Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-08-17T13:08:19.6506286Z [----------] 2 tests from ProfilerTest (11 ms total) 2022-08-17T13:08:19.6506565Z 2022-08-17T13:08:19.6506833Z [----------] 2 tests from CallStackTest 2022-08-17T13:08:19.6507294Z [ RUN ] CallStackTest.Basic 2022-08-17T13:08:19.6511415Z [ OK ] CallStackTest.Basic (0 ms) 2022-08-17T13:08:19.6511897Z [ RUN ] CallStackTest.Caching 2022-08-17T13:08:19.6515564Z [ OK ] CallStackTest.Caching (0 ms) 2022-08-17T13:08:19.6516488Z [----------] 2 tests from CallStackTest (1 ms total) 2022-08-17T13:08:19.6516932Z 2022-08-17T13:08:19.6517426Z [----------] 2 tests from InlinedCallStackTest 2022-08-17T13:08:19.6518220Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-08-17T13:08:19.6521872Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-08-17T13:08:19.6522665Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-08-17T13:08:19.6530756Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-08-17T13:08:19.6531862Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-08-17T13:08:19.6532280Z 2022-08-17T13:08:19.6532909Z [----------] 1 test from AutogradSymbolsTest 2022-08-17T13:08:19.6533654Z [ RUN ] AutogradSymbolsTest.Basic 2022-08-17T13:08:19.6534403Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-08-17T13:08:19.6535896Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-08-17T13:08:19.6536416Z 2022-08-17T13:08:19.6537786Z [----------] 1 test from DefaultArgTypeHintingTest 2022-08-17T13:08:19.6538685Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-08-17T13:08:19.6540693Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-08-17T13:08:19.6541637Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-08-17T13:08:19.6542043Z 2022-08-17T13:08:19.6542406Z [----------] 5 tests from FuturesTest 2022-08-17T13:08:19.6543042Z [ RUN ] FuturesTest.Basic 2022-08-17T13:08:19.6543717Z [ OK ] FuturesTest.Basic (0 ms) 2022-08-17T13:08:19.6544314Z [ RUN ] FuturesTest.Error 2022-08-17T13:08:19.6544998Z [ OK ] FuturesTest.Error (0 ms) 2022-08-17T13:08:19.6545625Z [ RUN ] FuturesTest.Then 2022-08-17T13:08:19.6546237Z [ OK ] FuturesTest.Then (0 ms) 2022-08-17T13:08:19.6546902Z [ RUN ] FuturesTest.CollectAll 2022-08-17T13:08:19.6548102Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-08-17T13:08:19.6548787Z [ RUN ] FuturesTest.CollectAny 2022-08-17T13:08:19.6549468Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-08-17T13:08:19.6550213Z [----------] 5 tests from FuturesTest (1 ms total) 2022-08-17T13:08:19.6550708Z 2022-08-17T13:08:19.6551138Z [----------] 1 test from TLSFutureCallbacksTest 2022-08-17T13:08:19.6552093Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-08-17T13:08:19.6554047Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-08-17T13:08:19.6555936Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-08-17T13:08:19.6557429Z 2022-08-17T13:08:19.6559067Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-08-17T13:08:19.6560934Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-08-17T13:08:19.6562836Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-08-17T13:08:19.6565028Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-08-17T13:08:19.6566542Z 2022-08-17T13:08:19.6568024Z [----------] 2 tests from RecordDebugHandles 2022-08-17T13:08:19.6569769Z [ RUN ] RecordDebugHandles.Basic 2022-08-17T13:08:19.6571737Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:19.6573824Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:19.6575748Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-08-17T13:08:19.6577559Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-08-17T13:08:19.6579539Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:19.6581586Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:19.6583624Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:19.6585661Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:19.6587687Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:08:19.6589742Z STAGE:2022-08-17 13:08:19 5096:5096 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:08:19.6591685Z [ OK ] RecordDebugHandles.ScopedCallbacks (1 ms) 2022-08-17T13:08:19.6593751Z [----------] 2 tests from RecordDebugHandles (2 ms total) 2022-08-17T13:08:19.6595196Z 2022-08-17T13:08:19.6596643Z [----------] 1 test from IValueKWargsTest 2022-08-17T13:08:19.6598434Z [ RUN ] IValueKWargsTest.Basic 2022-08-17T13:08:19.6600262Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-08-17T13:08:19.6602077Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-08-17T13:08:19.6603499Z 2022-08-17T13:08:19.6605080Z [----------] 1 test from ComputeFlopsTest 2022-08-17T13:08:19.6606808Z [ RUN ] ComputeFlopsTest.Basic 2022-08-17T13:08:19.6608698Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-08-17T13:08:19.6610771Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-08-17T13:08:19.6612002Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-08-17T13:08:19.6613204Z [W util.cpp:550] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-08-17T13:08:19.6614233Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-08-17T13:08:19.6615155Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-08-17T13:08:19.6615481Z 2022-08-17T13:08:19.6615811Z [----------] 1 test from TestConstant 2022-08-17T13:08:19.6616405Z [ RUN ] TestConstant.TensorGrad 2022-08-17T13:08:19.6617035Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-08-17T13:08:19.6617807Z [----------] 1 test from TestConstant (0 ms total) 2022-08-17T13:08:19.6618123Z 2022-08-17T13:08:19.6618427Z [----------] 1 test from TestMutation 2022-08-17T13:08:19.6618982Z [ RUN ] TestMutation.Basic 2022-08-17T13:08:19.6619572Z [ OK ] TestMutation.Basic (0 ms) 2022-08-17T13:08:19.6621100Z [----------] 1 test from TestMutation (0 ms total) 2022-08-17T13:08:19.6621409Z 2022-08-17T13:08:19.6623954Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-08-17T13:08:19.6626227Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-08-17T13:08:19.6628330Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-08-17T13:08:19.6630414Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-08-17T13:08:19.6632083Z 2022-08-17T13:08:19.6634659Z [----------] 1 test from TestRegisterShapeOp 2022-08-17T13:08:19.6636724Z [ RUN ] TestRegisterShapeOp.Basic 2022-08-17T13:08:19.8038662Z [ OK ] TestRegisterShapeOp.Basic (145 ms) 2022-08-17T13:08:19.8039494Z [----------] 1 test from TestRegisterShapeOp (145 ms total) 2022-08-17T13:08:19.8039873Z 2022-08-17T13:08:19.8040338Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-08-17T13:08:19.8041129Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-08-17T13:08:19.8041983Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-08-17T13:08:19.8042871Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-08-17T13:08:19.8043287Z 2022-08-17T13:08:19.8043655Z [----------] 2 tests from TestFunctionExecutor 2022-08-17T13:08:19.8044535Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-08-17T13:08:19.8045371Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-08-17T13:08:19.8046201Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-08-17T13:08:19.8060218Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-08-17T13:08:19.8061001Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-08-17T13:08:19.8061662Z 2022-08-17T13:08:19.8061934Z [----------] 1 test from TestShapeGraphLinting 2022-08-17T13:08:19.8062425Z [ RUN ] TestShapeGraphLinting.Basic 2022-08-17T13:08:19.8067695Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-08-17T13:08:19.8068507Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-08-17T13:08:19.8068886Z 2022-08-17T13:08:19.8069187Z [----------] 1 test from Composed 2022-08-17T13:08:19.8069746Z [ RUN ] Composed.ComposedOp 2022-08-17T13:08:20.1059746Z [ OK ] Composed.ComposedOp (299 ms) 2022-08-17T13:08:20.1060362Z [----------] 1 test from Composed (299 ms total) 2022-08-17T13:08:20.1060607Z 2022-08-17T13:08:20.1060798Z [----------] 19 tests from MobileTypeParserTest 2022-08-17T13:08:20.1061098Z [ RUN ] MobileTypeParserTest.Int 2022-08-17T13:08:20.1061404Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-08-17T13:08:20.1061783Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-08-17T13:08:20.1062246Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-08-17T13:08:20.1062625Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-08-17T13:08:20.1062979Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-08-17T13:08:20.1063344Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-08-17T13:08:20.1063723Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-08-17T13:08:20.1064174Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-08-17T13:08:20.1064694Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-08-17T13:08:20.1065287Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-08-17T13:08:20.1065624Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-08-17T13:08:20.1066015Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-08-17T13:08:20.1066462Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-08-17T13:08:20.1066913Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-08-17T13:08:20.1067398Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-08-17T13:08:20.1067847Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-08-17T13:08:20.1068260Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-08-17T13:08:20.1068618Z [ RUN ] MobileTypeParserTest.Empty 2022-08-17T13:08:20.1082759Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-08-17T13:08:20.1083247Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-08-17T13:08:20.1112016Z [ OK ] MobileTypeParserTest.TypoRaises (2 ms) 2022-08-17T13:08:20.1112623Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-08-17T13:08:20.1141557Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (2 ms) 2022-08-17T13:08:20.1142142Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-08-17T13:08:20.1171197Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (2 ms) 2022-08-17T13:08:20.1171803Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-08-17T13:08:20.1195687Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-08-17T13:08:20.1196272Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-08-17T13:08:20.1225104Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (2 ms) 2022-08-17T13:08:20.1225725Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-08-17T13:08:20.1249872Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-08-17T13:08:20.1250453Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-08-17T13:08:20.1264838Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-08-17T13:08:20.1265424Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-08-17T13:08:20.1280079Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-08-17T13:08:20.1280772Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-08-17T13:08:20.1314574Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-08-17T13:08:20.1315314Z [----------] 19 tests from MobileTypeParserTest (25 ms total) 2022-08-17T13:08:20.1315493Z 2022-08-17T13:08:20.1315635Z [----------] 13 tests from ModuleAPITest 2022-08-17T13:08:20.1315933Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-08-17T13:08:20.1438204Z [ OK ] ModuleAPITest.MethodRunAsync (11 ms) 2022-08-17T13:08:20.1438829Z [ RUN ] ModuleAPITest.Clone 2022-08-17T13:08:20.1439987Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-08-17T13:08:20.1441031Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-08-17T13:08:20.1450390Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-08-17T13:08:20.1451613Z [ RUN ] ModuleAPITest.Copy 2022-08-17T13:08:20.1454380Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-08-17T13:08:20.1455005Z [ RUN ] ModuleAPITest.DeepCopy 2022-08-17T13:08:20.1455615Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-08-17T13:08:20.1456262Z [ RUN ] ModuleAPITest.DeepCopyString 2022-08-17T13:08:20.1456951Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-08-17T13:08:20.1457592Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-08-17T13:08:20.1458598Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-08-17T13:08:20.1459346Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-08-17T13:08:20.1460170Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-08-17T13:08:20.1460798Z [ RUN ] ModuleAPITest.Constants 2022-08-17T13:08:20.1461351Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-08-17T13:08:20.1462108Z [ RUN ] ModuleAPITest.Parameters 2022-08-17T13:08:20.1462737Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-08-17T13:08:20.1463346Z [ RUN ] ModuleAPITest.Define 2022-08-17T13:08:20.1463952Z [ OK ] ModuleAPITest.Define (0 ms) 2022-08-17T13:08:20.1464533Z [ RUN ] ModuleAPITest.Freezing 2022-08-17T13:08:20.1484112Z [ OK ] ModuleAPITest.Freezing (2 ms) 2022-08-17T13:08:20.1484803Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-08-17T13:08:20.1505740Z [ OK ] ModuleAPITest.OfiFreezesTraining (2 ms) 2022-08-17T13:08:20.1507190Z [----------] 13 tests from ModuleAPITest (19 ms total) 2022-08-17T13:08:20.1508162Z 2022-08-17T13:08:20.1512140Z [----------] 6 tests from PeepholeOptimizeTest 2022-08-17T13:08:20.1513176Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-08-17T13:08:20.1514070Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-08-17T13:08:20.1514711Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-08-17T13:08:20.1515415Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-08-17T13:08:20.1516125Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-08-17T13:08:20.1516870Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-08-17T13:08:20.1517618Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-08-17T13:08:20.1518451Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-08-17T13:08:20.1519235Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-08-17T13:08:20.1520038Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-08-17T13:08:20.1520793Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-08-17T13:08:20.1521515Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-08-17T13:08:20.1522555Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-08-17T13:08:20.1522915Z 2022-08-17T13:08:20.1523263Z [----------] 5 tests from QualifiedNameTest 2022-08-17T13:08:20.1524050Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-08-17T13:08:20.1524846Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-08-17T13:08:20.1525616Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-08-17T13:08:20.1526376Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-08-17T13:08:20.1527127Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-08-17T13:08:20.1556146Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-08-17T13:08:20.1556757Z [ RUN ] QualifiedNameTest.Equality 2022-08-17T13:08:20.1557812Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-08-17T13:08:20.1558545Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-08-17T13:08:20.1559150Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-08-17T13:08:20.1559841Z [----------] 5 tests from QualifiedNameTest (4 ms total) 2022-08-17T13:08:20.1560162Z 2022-08-17T13:08:20.1560507Z [----------] 6 tests from SerializationTest 2022-08-17T13:08:20.1561249Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-08-17T13:08:20.1562292Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-08-17T13:08:20.1568704Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-08-17T13:08:20.1570471Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-08-17T13:08:20.1571690Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-08-17T13:08:20.1572757Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-08-17T13:08:20.1574332Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-08-17T13:08:20.1575309Z [ RUN ] SerializationTest.TypeTags 2022-08-17T13:08:20.1577450Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-08-17T13:08:20.1578216Z [ RUN ] SerializationTest.ParentDirNotExist 2022-08-17T13:08:20.1618330Z [ OK ] SerializationTest.ParentDirNotExist (4 ms) 2022-08-17T13:08:20.1619206Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-08-17T13:08:20.1620106Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-08-17T13:08:20.1620910Z [----------] 6 tests from SerializationTest (6 ms total) 2022-08-17T13:08:20.1621250Z 2022-08-17T13:08:20.1621620Z [----------] 3 tests from TestSourceRoundTrip 2022-08-17T13:08:20.1622350Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-08-17T13:08:20.1640048Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-08-17T13:08:20.1640819Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-08-17T13:08:20.1641618Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-08-17T13:08:20.1642394Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-08-17T13:08:20.1722993Z [ OK ] TestSourceRoundTrip.MethodInvocation (8 ms) 2022-08-17T13:08:20.1723757Z [----------] 3 tests from TestSourceRoundTrip (10 ms total) 2022-08-17T13:08:20.1724118Z 2022-08-17T13:08:20.1724503Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-08-17T13:08:20.1725187Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-08-17T13:08:20.1725928Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-08-17T13:08:20.1726751Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-08-17T13:08:20.1744003Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (2 ms) 2022-08-17T13:08:20.1745127Z [----------] 2 tests from FunctionSchemaIsAliasingTest (2 ms total) 2022-08-17T13:08:20.1745508Z 2022-08-17T13:08:20.1745918Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-08-17T13:08:20.1746633Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-08-17T13:08:20.1747368Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-08-17T13:08:20.1748148Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-08-17T13:08:20.1773661Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (2 ms) 2022-08-17T13:08:20.1774533Z [----------] 2 tests from FunctionSchemaIsMutableTest (2 ms total) 2022-08-17T13:08:20.1774925Z 2022-08-17T13:08:20.1777247Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-08-17T13:08:20.1777672Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-08-17T13:08:20.1778000Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-08-17T13:08:20.1778424Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-08-17T13:08:20.1812435Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-08-17T13:08:20.1813036Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-08-17T13:08:20.1813803Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-08-17T13:08:20.1821145Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-08-17T13:08:20.1821515Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-08-17T13:08:20.1821867Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-08-17T13:08:20.1822218Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-08-17T13:08:20.1822796Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-08-17T13:08:20.1822977Z 2022-08-17T13:08:20.1823190Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-08-17T13:08:20.1823550Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-08-17T13:08:20.1823933Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-08-17T13:08:20.1824310Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-08-17T13:08:20.1824701Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-08-17T13:08:20.1825106Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-08-17T13:08:20.1825297Z 2022-08-17T13:08:20.1825481Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-08-17T13:08:20.1825808Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-08-17T13:08:20.1826190Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-08-17T13:08:20.1826556Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-08-17T13:08:20.1853302Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (3 ms) 2022-08-17T13:08:20.1854009Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-08-17T13:08:20.1854630Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-08-17T13:08:20.1855282Z [----------] 3 tests from FunctionSchemaMayAliasTest (3 ms total) 2022-08-17T13:08:20.1855586Z 2022-08-17T13:08:20.1855896Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-08-17T13:08:20.1856504Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-08-17T13:08:20.1857179Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-08-17T13:08:20.1857642Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-08-17T13:08:20.1858015Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-08-17T13:08:20.1858640Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-08-17T13:08:20.1859332Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-08-17T13:08:20.1860005Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-08-17T13:08:20.1860870Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-08-17T13:08:20.1861405Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-08-17T13:08:20.1861856Z [W schema_info.cpp:329] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-08-17T13:08:20.1862338Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-08-17T13:08:20.1862758Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-08-17T13:08:20.1863226Z [W schema_info.cpp:329] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-08-17T13:08:20.1863707Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-08-17T13:08:20.1864115Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-08-17T13:08:20.1864482Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-08-17T13:08:20.1864864Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-08-17T13:08:20.1865034Z 2022-08-17T13:08:20.1865239Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-08-17T13:08:20.1865601Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-08-17T13:08:20.1865963Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-08-17T13:08:20.1866338Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-08-17T13:08:20.1866731Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-08-17T13:08:20.1867193Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-08-17T13:08:20.1868172Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-08-17T13:08:20.1868740Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-08-17T13:08:20.1868935Z 2022-08-17T13:08:20.1869136Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-08-17T13:08:20.1869531Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-08-17T13:08:20.1870006Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-08-17T13:08:20.1870488Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-08-17T13:08:20.1870972Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-08-17T13:08:20.1871433Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-08-17T13:08:20.1871876Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-08-17T13:08:20.1872325Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-08-17T13:08:20.1872792Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-08-17T13:08:20.1873365Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-08-17T13:08:20.1874171Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-08-17T13:08:20.1874835Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-08-17T13:08:20.1875506Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-08-17T13:08:20.1876099Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-08-17T13:08:20.1876285Z 2022-08-17T13:08:20.1876446Z [----------] 2 tests from SchemaMatchingTest 2022-08-17T13:08:20.1876741Z [ RUN ] SchemaMatchingTest.VarType 2022-08-17T13:08:20.1877051Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-08-17T13:08:20.1877354Z [ RUN ] SchemaMatchingTest.VarType2 2022-08-17T13:08:20.1877660Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-08-17T13:08:20.1877996Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-08-17T13:08:20.1878352Z 2022-08-17T13:08:20.1878504Z [----------] 6 tests from StackOptTest 2022-08-17T13:08:20.1878784Z [ RUN ] StackOptTest.UseVariadicStack 2022-08-17T13:08:20.2037952Z [ OK ] StackOptTest.UseVariadicStack (16 ms) 2022-08-17T13:08:20.2038896Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-08-17T13:08:20.2122783Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (8 ms) 2022-08-17T13:08:20.2123693Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-08-17T13:08:20.2161326Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (3 ms) 2022-08-17T13:08:20.2162466Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-08-17T13:08:20.2213073Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (5 ms) 2022-08-17T13:08:20.2214255Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-08-17T13:08:20.2279736Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (6 ms) 2022-08-17T13:08:20.2281041Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-08-17T13:08:20.2383930Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (10 ms) 2022-08-17T13:08:20.2384746Z [----------] 6 tests from StackOptTest (50 ms total) 2022-08-17T13:08:20.2385175Z 2022-08-17T13:08:20.2385483Z [----------] 16 tests from SubgraphMatcherTest 2022-08-17T13:08:20.2386023Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-08-17T13:08:20.2386593Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-08-17T13:08:20.2387123Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-08-17T13:08:20.2388068Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-08-17T13:08:20.2388736Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-08-17T13:08:20.2389271Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-08-17T13:08:20.2389816Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-08-17T13:08:20.2390353Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-08-17T13:08:20.2390881Z [ RUN ] SubgraphMatcherTest.Linear1 2022-08-17T13:08:20.2391436Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-08-17T13:08:20.2391976Z [ RUN ] SubgraphMatcherTest.Linear2 2022-08-17T13:08:20.2392501Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-08-17T13:08:20.2393055Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-08-17T13:08:20.2393668Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-08-17T13:08:20.2394225Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-08-17T13:08:20.2394771Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-08-17T13:08:20.2395348Z [ RUN ] SubgraphMatcherTest.XPattern 2022-08-17T13:08:20.2396039Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-08-17T13:08:20.2396734Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-08-17T13:08:20.2397472Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-08-17T13:08:20.2398273Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-08-17T13:08:20.2399035Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-08-17T13:08:20.2399800Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-08-17T13:08:20.2400575Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-08-17T13:08:20.2401342Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-08-17T13:08:20.2402098Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-08-17T13:08:20.2402857Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-08-17T13:08:20.2403627Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-08-17T13:08:20.2404561Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-08-17T13:08:20.2430395Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-08-17T13:08:20.2431002Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-08-17T13:08:20.2431715Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-08-17T13:08:20.2432480Z [----------] 16 tests from SubgraphMatcherTest (4 ms total) 2022-08-17T13:08:20.2432796Z 2022-08-17T13:08:20.2433087Z [----------] 4 tests from SubgraphRewriterTest 2022-08-17T13:08:20.2433656Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-08-17T13:08:20.2434220Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-08-17T13:08:20.2434825Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-08-17T13:08:20.2435549Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-08-17T13:08:20.2436299Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-08-17T13:08:20.2441735Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-08-17T13:08:20.2442491Z [ RUN ] SubgraphRewriterTest.OutputType 2022-08-17T13:08:20.2443238Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-08-17T13:08:20.2444308Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-08-17T13:08:20.2444626Z 2022-08-17T13:08:20.2444940Z [----------] 3 tests from SubgraphUtilsTest 2022-08-17T13:08:20.2445466Z [ RUN ] SubgraphUtilsTest.Basic 2022-08-17T13:08:20.2448713Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-08-17T13:08:20.2449385Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-08-17T13:08:20.2452664Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-08-17T13:08:20.2453266Z [ RUN ] SubgraphUtilsTest.GraphName 2022-08-17T13:08:20.2454079Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-08-17T13:08:20.2454735Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-08-17T13:08:20.2455076Z 2022-08-17T13:08:20.2455381Z [----------] 8 tests from UnionTypeTest 2022-08-17T13:08:20.2456039Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-08-17T13:08:20.2457533Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-08-17T13:08:20.2458450Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-08-17T13:08:20.2459181Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-08-17T13:08:20.2459860Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-08-17T13:08:20.2460438Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-08-17T13:08:20.2461147Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-08-17T13:08:20.2461881Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-08-17T13:08:20.2462618Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-08-17T13:08:20.2463267Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-08-17T13:08:20.2464004Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-08-17T13:08:20.2464873Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-08-17T13:08:20.2465701Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-08-17T13:08:20.2466433Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-08-17T13:08:20.2467128Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-08-17T13:08:20.2467862Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-08-17T13:08:20.2468588Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-08-17T13:08:20.2468909Z 2022-08-17T13:08:20.2469243Z [----------] 2 tests from ScriptProfileTest 2022-08-17T13:08:20.2469859Z [ RUN ] ScriptProfileTest.Basic 2022-08-17T13:08:20.2470506Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-08-17T13:08:20.2471163Z [ RUN ] ScriptProfileTest.CallingOrder 2022-08-17T13:08:20.2496712Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-08-17T13:08:20.2497471Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-08-17T13:08:20.2497825Z 2022-08-17T13:08:20.2498165Z [----------] 7 tests from ShapeAnalysisTest 2022-08-17T13:08:20.2498846Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-08-17T13:08:20.2612237Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (11 ms) 2022-08-17T13:08:20.2613012Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-08-17T13:08:20.2638804Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-08-17T13:08:20.2639519Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-08-17T13:08:20.2753647Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (11 ms) 2022-08-17T13:08:20.2754334Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-08-17T13:08:20.2763840Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (1 ms) 2022-08-17T13:08:20.2764601Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-08-17T13:08:20.2774942Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (1 ms) 2022-08-17T13:08:20.2775764Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-08-17T13:08:20.2819957Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (4 ms) 2022-08-17T13:08:20.2820660Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-08-17T13:08:20.2839746Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-08-17T13:08:20.2840559Z [----------] 7 tests from ShapeAnalysisTest (34 ms total) 2022-08-17T13:08:20.2840900Z 2022-08-17T13:08:20.2841488Z [----------] 5 tests from JitLoggingTest 2022-08-17T13:08:20.2842021Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-08-17T13:08:20.2843955Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-08-17T13:08:20.2844703Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-08-17T13:08:20.2845433Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-08-17T13:08:20.2846162Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-08-17T13:08:20.2846858Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-08-17T13:08:20.2847572Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-08-17T13:08:20.2848352Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-08-17T13:08:20.2849133Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-08-17T13:08:20.2849952Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-08-17T13:08:20.2850729Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-08-17T13:08:20.2851059Z 2022-08-17T13:08:20.2851389Z [----------] 9 tests from FileFormatTest 2022-08-17T13:08:20.2852125Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-08-17T13:08:20.2852976Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-08-17T13:08:20.2853757Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-08-17T13:08:20.2854498Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-08-17T13:08:20.2855275Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-08-17T13:08:20.2856104Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-08-17T13:08:20.2856892Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-08-17T13:08:20.2857635Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-08-17T13:08:20.2858393Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-08-17T13:08:20.2859147Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-08-17T13:08:20.2859872Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-08-17T13:08:20.2860668Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-08-17T13:08:20.2861306Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-08-17T13:08:20.2861938Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-08-17T13:08:20.2862761Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-08-17T13:08:20.2863700Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-08-17T13:08:20.2864515Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-08-17T13:08:20.2865236Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-08-17T13:08:20.2865968Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-08-17T13:08:20.2866299Z 2022-08-17T13:08:20.2866648Z [----------] 35 tests from FlatbufferTest 2022-08-17T13:08:20.2867303Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-08-17T13:08:20.2868039Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-08-17T13:08:20.2868905Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-08-17T13:08:20.2873485Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-08-17T13:08:20.2874165Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-08-17T13:08:20.2874769Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-08-17T13:08:20.2875413Z [ RUN ] FlatbufferTest.MethodInvocation 2022-08-17T13:08:20.2903616Z [ OK ] FlatbufferTest.MethodInvocation (2 ms) 2022-08-17T13:08:20.2904282Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-08-17T13:08:20.2946133Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (4 ms) 2022-08-17T13:08:20.2946882Z [ RUN ] FlatbufferTest.ExtraFiles 2022-08-17T13:08:20.2950631Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-08-17T13:08:20.2951169Z [ RUN ] FlatbufferTest.Conv 2022-08-17T13:08:20.2974589Z [ OK ] FlatbufferTest.Conv (2 ms) 2022-08-17T13:08:20.2975207Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-08-17T13:08:20.2998277Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (2 ms) 2022-08-17T13:08:20.2998903Z [ RUN ] FlatbufferTest.Inline 2022-08-17T13:08:20.3008882Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-08-17T13:08:20.3009506Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-08-17T13:08:20.3017438Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-08-17T13:08:20.3018035Z [ RUN ] FlatbufferTest.Tuple 2022-08-17T13:08:20.3023872Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-08-17T13:08:20.3024375Z [ RUN ] FlatbufferTest.Dict 2022-08-17T13:08:20.3030580Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-08-17T13:08:20.3031102Z [ RUN ] FlatbufferTest.Prim 2022-08-17T13:08:20.3035268Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-08-17T13:08:20.3035819Z [ RUN ] FlatbufferTest.PrimScalar 2022-08-17T13:08:20.3040727Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-08-17T13:08:20.3041291Z [ RUN ] FlatbufferTest.WrongMethodName 2022-08-17T13:08:20.3077126Z [ OK ] FlatbufferTest.WrongMethodName (3 ms) 2022-08-17T13:08:20.3077707Z [ RUN ] FlatbufferTest.SetState 2022-08-17T13:08:20.3107646Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-08-17T13:08:20.3108206Z [ RUN ] FlatbufferTest.BuiltinClass 2022-08-17T13:08:20.3115546Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-08-17T13:08:20.3116125Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-08-17T13:08:20.3118982Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-08-17T13:08:20.3119538Z [ RUN ] FlatbufferTest.Eval 2022-08-17T13:08:20.3126934Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-08-17T13:08:20.3127705Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-08-17T13:08:20.3130830Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-08-17T13:08:20.3131454Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-08-17T13:08:20.3139354Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-08-17T13:08:20.3139977Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-08-17T13:08:20.3146961Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-08-17T13:08:20.3147610Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-08-17T13:08:20.3158489Z [ OK ] FlatbufferTest.DuplicateSetState (1 ms) 2022-08-17T13:08:20.3159589Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-08-17T13:08:20.3168864Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-08-17T13:08:20.3169661Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-08-17T13:08:20.3184291Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-08-17T13:08:20.3185644Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-08-17T13:08:20.3258164Z [ OK ] FlatbufferTest.DefaultArgsPinv (7 ms) 2022-08-17T13:08:20.3259470Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-08-17T13:08:20.3268922Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-08-17T13:08:20.3270025Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-08-17T13:08:20.3297525Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-08-17T13:08:20.3298233Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-08-17T13:08:20.3310992Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-08-17T13:08:20.3312186Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-08-17T13:08:20.3349220Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-08-17T13:08:20.3349734Z [ RUN ] FlatbufferTest.OperatorSize1 2022-08-17T13:08:20.3352924Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-08-17T13:08:20.3353467Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-08-17T13:08:20.3353896Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-08-17T13:08:20.3354295Z [ RUN ] FlatbufferTest.OperatorTest2 2022-08-17T13:08:20.3372417Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-08-17T13:08:20.3377391Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-08-17T13:08:20.3378031Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-08-17T13:08:20.3378409Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-08-17T13:08:20.3378789Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-08-17T13:08:20.3379145Z [----------] 35 tests from FlatbufferTest (52 ms total) 2022-08-17T13:08:20.3379300Z 2022-08-17T13:08:20.3379470Z [----------] 3 tests from TestSourceFlatbuffer 2022-08-17T13:08:20.3379809Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-08-17T13:08:20.3397542Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (2 ms) 2022-08-17T13:08:20.3398273Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-08-17T13:08:20.3399740Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-08-17T13:08:20.3400422Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-08-17T13:08:20.3485574Z [ OK ] TestSourceFlatbuffer.MethodInvocation (8 ms) 2022-08-17T13:08:20.3486375Z [----------] 3 tests from TestSourceFlatbuffer (11 ms total) 2022-08-17T13:08:20.3486676Z 2022-08-17T13:08:20.3487077Z [----------] 10 tests from FlatbufferUpgraderTest 2022-08-17T13:08:20.3488313Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-08-17T13:08:20.3488957Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-08-17T13:08:20.3489616Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-08-17T13:08:20.3490568Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-08-17T13:08:20.3492146Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-08-17T13:08:20.3493253Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-08-17T13:08:20.3494762Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-08-17T13:08:20.3495928Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-08-17T13:08:20.3496824Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-08-17T13:08:20.3497417Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-08-17T13:08:20.3498118Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-08-17T13:08:20.3498693Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-08-17T13:08:20.3499266Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-08-17T13:08:20.3499790Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-08-17T13:08:20.3500358Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-08-17T13:08:20.3500843Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-08-17T13:08:20.3501417Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-08-17T13:08:20.3502304Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-08-17T13:08:20.3504516Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-08-17T13:08:20.3510821Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-08-17T13:08:20.3511836Z [----------] 10 tests from FlatbufferUpgraderTest (1 ms total) 2022-08-17T13:08:20.3512193Z 2022-08-17T13:08:20.3512631Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-08-17T13:08:20.3513425Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-08-17T13:08:20.3514360Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-08-17T13:08:20.3515262Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-08-17T13:08:20.3516204Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-08-17T13:08:20.3517104Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-08-17T13:08:20.3518210Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-08-17T13:08:20.3519281Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-08-17T13:08:20.3520376Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-08-17T13:08:20.3521577Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-08-17T13:08:20.3522918Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-08-17T13:08:20.3524395Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-08-17T13:08:20.3525717Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-08-17T13:08:20.3527023Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-08-17T13:08:20.3528346Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-08-17T13:08:20.3529670Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-08-17T13:08:20.3530976Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-08-17T13:08:20.3532397Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-08-17T13:08:20.3533658Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-08-17T13:08:20.3534903Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-08-17T13:08:20.3536151Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-08-17T13:08:20.3537411Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-08-17T13:08:20.3538677Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-08-17T13:08:20.3539922Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-08-17T13:08:20.3541186Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-08-17T13:08:20.3542312Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-08-17T13:08:20.3542749Z 2022-08-17T13:08:20.3543272Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-08-17T13:08:20.3544260Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-08-17T13:08:21.1742727Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (822 ms) 2022-08-17T13:08:21.1743643Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-08-17T13:08:22.3195303Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1145 ms) 2022-08-17T13:08:22.3196279Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-08-17T13:08:23.6970161Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1377 ms) 2022-08-17T13:08:23.6971091Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-08-17T13:08:25.0364349Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1339 ms) 2022-08-17T13:08:25.0365287Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-08-17T13:08:26.3444355Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1307 ms) 2022-08-17T13:08:26.3445301Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-08-17T13:08:27.6889505Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1344 ms) 2022-08-17T13:08:27.6890464Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-08-17T13:08:29.0094681Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1320 ms) 2022-08-17T13:08:29.0095624Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-08-17T13:08:30.2854132Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1275 ms) 2022-08-17T13:08:30.2855077Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-08-17T13:08:31.4768568Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1191 ms) 2022-08-17T13:08:31.4769506Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-08-17T13:08:32.6638614Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1186 ms) 2022-08-17T13:08:32.6639168Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12312 ms total) 2022-08-17T13:08:32.6639394Z 2022-08-17T13:08:32.6639590Z [----------] Global test environment tear-down 2022-08-17T13:08:32.6702264Z [==========] 563 tests from 117 test suites ran. (13637 ms total) 2022-08-17T13:08:32.6702748Z [ PASSED ] 563 tests. 2022-08-17T13:08:32.7314512Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-08-17T13:08:32.7315003Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-08-17T13:08:32.9168864Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-08-17T13:08:32.9173185Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-08-17T13:08:32.9173745Z [==========] Running 616 tests from 12 test suites. 2022-08-17T13:08:32.9174338Z [----------] Global test environment set-up. 2022-08-17T13:08:32.9174744Z [----------] 11 tests from BackendDeviceTest 2022-08-17T13:08:32.9175073Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-08-17T13:08:32.9175445Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-08-17T13:08:32.9175758Z [ RUN ] BackendDeviceTest.Basic1 2022-08-17T13:08:32.9176060Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-08-17T13:08:32.9176365Z [ RUN ] BackendDeviceTest.Basic2 2022-08-17T13:08:32.9176647Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-08-17T13:08:32.9176940Z [ RUN ] BackendDeviceTest.Basic3 2022-08-17T13:08:32.9177235Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-08-17T13:08:32.9177512Z [ RUN ] BackendDeviceTest.Basic4 2022-08-17T13:08:32.9177856Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-08-17T13:08:32.9178149Z [ RUN ] BackendDeviceTest.Compare 2022-08-17T13:08:32.9178457Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-08-17T13:08:32.9178742Z [ RUN ] BackendDeviceTest.Ostream 2022-08-17T13:08:32.9179259Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-08-17T13:08:32.9179562Z [ RUN ] BackendDeviceTest.FromAten 2022-08-17T13:08:32.9187217Z [ OK ] BackendDeviceTest.FromAten (1 ms) 2022-08-17T13:08:32.9187826Z [ RUN ] BackendDeviceTest.ToAten 2022-08-17T13:08:32.9188134Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-08-17T13:08:32.9188441Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-08-17T13:08:32.9368479Z [ OK ] BackendDeviceTest.GetBackendDevice1 (18 ms) 2022-08-17T13:08:32.9369016Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-08-17T13:08:32.9369547Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-08-17T13:08:32.9370038Z [----------] 11 tests from BackendDeviceTest (19 ms total) 2022-08-17T13:08:32.9370263Z 2022-08-17T13:08:32.9370483Z [----------] 2 tests from CacheTest 2022-08-17T13:08:32.9370977Z [ RUN ] CacheTest.BasicTest 2022-08-17T13:08:32.9371470Z [ OK ] CacheTest.BasicTest (0 ms) 2022-08-17T13:08:32.9371870Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-08-17T13:08:32.9372323Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-08-17T13:08:32.9372665Z [----------] 2 tests from CacheTest (0 ms total) 2022-08-17T13:08:32.9372841Z 2022-08-17T13:08:32.9373016Z [----------] 5 tests from IrTest 2022-08-17T13:08:32.9373267Z [ RUN ] IrTest.BasicTest 2022-08-17T13:08:32.9373531Z [ OK ] IrTest.BasicTest (0 ms) 2022-08-17T13:08:32.9373846Z [ RUN ] IrTest.MetaDataTest 2022-08-17T13:08:32.9374117Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-08-17T13:08:32.9374388Z [ RUN ] IrTest.TsNodeTest 2022-08-17T13:08:32.9374693Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-08-17T13:08:32.9374969Z [ RUN ] IrTest.DimensionNodeTest 2022-08-17T13:08:32.9375328Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-08-17T13:08:32.9375623Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-08-17T13:08:32.9375947Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-08-17T13:08:32.9376460Z [----------] 5 tests from IrTest (0 ms total) 2022-08-17T13:08:32.9376600Z 2022-08-17T13:08:32.9376748Z [----------] 2 tests from IrUtilTest 2022-08-17T13:08:32.9377061Z [ RUN ] IrUtilTest.BasicTest 2022-08-17T13:08:32.9377337Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-08-17T13:08:32.9377671Z [ RUN ] IrUtilTest.TestCircle 2022-08-17T13:08:32.9392904Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-08-17T13:08:32.9393650Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-08-17T13:08:32.9394044Z 2022-08-17T13:08:32.9394252Z [----------] 2 tests from HashTest 2022-08-17T13:08:32.9394509Z [ RUN ] HashTest.Scalar 2022-08-17T13:08:32.9394763Z [ OK ] HashTest.Scalar (0 ms) 2022-08-17T13:08:32.9395025Z [ RUN ] HashTest.Sanity 2022-08-17T13:08:32.9395283Z [ OK ] HashTest.Sanity (0 ms) 2022-08-17T13:08:32.9395560Z [----------] 2 tests from HashTest (0 ms total) 2022-08-17T13:08:32.9395711Z 2022-08-17T13:08:32.9395881Z [----------] 3 tests from PermutationUtilTest 2022-08-17T13:08:32.9396225Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-08-17T13:08:32.9415372Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-08-17T13:08:32.9416085Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-08-17T13:08:32.9416492Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-08-17T13:08:32.9416837Z [ RUN ] PermutationUtilTest.TestPermute 2022-08-17T13:08:32.9437993Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-08-17T13:08:32.9438834Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-08-17T13:08:32.9439295Z 2022-08-17T13:08:32.9439576Z [----------] 7 tests from ShapeTest 2022-08-17T13:08:32.9439977Z [ RUN ] ShapeTest.Basic1 2022-08-17T13:08:32.9440233Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-08-17T13:08:32.9440494Z [ RUN ] ShapeTest.Basic2 2022-08-17T13:08:32.9440758Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-08-17T13:08:32.9440998Z [ RUN ] ShapeTest.Basic3 2022-08-17T13:08:32.9441260Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-08-17T13:08:32.9441531Z [ RUN ] ShapeTest.SetScalarType 2022-08-17T13:08:32.9441812Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-08-17T13:08:32.9442088Z [ RUN ] ShapeTest.SetSize 2022-08-17T13:08:32.9442353Z [ OK ] ShapeTest.SetSize (0 ms) 2022-08-17T13:08:32.9442594Z [ RUN ] ShapeTest.Equal 2022-08-17T13:08:32.9442854Z [ OK ] ShapeTest.Equal (0 ms) 2022-08-17T13:08:32.9443112Z [ RUN ] ShapeTest.Ostream 2022-08-17T13:08:32.9452792Z [ OK ] ShapeTest.Ostream (0 ms) 2022-08-17T13:08:32.9453114Z [----------] 7 tests from ShapeTest (0 ms total) 2022-08-17T13:08:32.9453275Z 2022-08-17T13:08:32.9453429Z [----------] 2 tests from LazyShapeTest 2022-08-17T13:08:32.9453722Z [ RUN ] LazyShapeTest.TestMulBasic 2022-08-17T13:08:33.1047866Z [ OK ] LazyShapeTest.TestMulBasic (160 ms) 2022-08-17T13:08:33.1048218Z [ RUN ] LazyShapeTest.TestCatBasic 2022-08-17T13:08:33.1137553Z [ OK ] LazyShapeTest.TestCatBasic (8 ms) 2022-08-17T13:08:33.1138190Z [----------] 2 tests from LazyShapeTest (169 ms total) 2022-08-17T13:08:33.1138489Z 2022-08-17T13:08:33.1138779Z [----------] 2 tests from TrieCacheTest 2022-08-17T13:08:33.1139329Z [ RUN ] TrieCacheTest.TestSinglePath 2022-08-17T13:08:33.1139932Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-08-17T13:08:33.1140310Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-08-17T13:08:33.1140620Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-08-17T13:08:33.1140947Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-08-17T13:08:33.1141308Z 2022-08-17T13:08:33.1141452Z [----------] 3 tests from UtilTest 2022-08-17T13:08:33.1141733Z [ RUN ] UtilTest.ExceptionCleanup 2022-08-17T13:08:33.1142039Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-08-17T13:08:33.1142304Z [ RUN ] UtilTest.MaybeRef 2022-08-17T13:08:33.1142572Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-08-17T13:08:33.1142822Z [ RUN ] UtilTest.Iota 2022-08-17T13:08:33.1143064Z [ OK ] UtilTest.Iota (0 ms) 2022-08-17T13:08:33.1143357Z [----------] 3 tests from UtilTest (0 ms total) 2022-08-17T13:08:33.1143500Z 2022-08-17T13:08:33.1143662Z [----------] 2 tests from LazyDynamicOpsTest 2022-08-17T13:08:33.1143972Z [ RUN ] LazyDynamicOpsTest.NarrowCopy 2022-08-17T13:08:33.1478071Z [ OK ] LazyDynamicOpsTest.NarrowCopy (33 ms) 2022-08-17T13:08:33.1478516Z [ RUN ] LazyDynamicOpsTest.NarrowCopyViaSymSizes 2022-08-17T13:08:33.1480352Z [ OK ] LazyDynamicOpsTest.NarrowCopyViaSymSizes (0 ms) 2022-08-17T13:08:33.1481047Z [----------] 2 tests from LazyDynamicOpsTest (34 ms total) 2022-08-17T13:08:33.1481247Z 2022-08-17T13:08:33.1481417Z [----------] 575 tests from LazyOpsTest 2022-08-17T13:08:33.1481770Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-08-17T13:08:33.1482677Z [ OK ] LazyOpsTest.TestScalarTensor (0 ms) 2022-08-17T13:08:33.1483224Z [ RUN ] LazyOpsTest.TestClone 2022-08-17T13:08:33.1486217Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-08-17T13:08:33.1486740Z [ RUN ] LazyOpsTest.TestTo 2022-08-17T13:08:33.1487266Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-08-17T13:08:33.1488107Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-08-17T13:08:33.1488465Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-08-17T13:08:33.1488778Z [ RUN ] LazyOpsTest.TestIsSigned 2022-08-17T13:08:33.1489069Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-08-17T13:08:33.1489362Z [ RUN ] LazyOpsTest.TestCastByte 2022-08-17T13:08:33.1490869Z [ OK ] LazyOpsTest.TestCastByte (0 ms) 2022-08-17T13:08:33.1491402Z [ RUN ] LazyOpsTest.TestCastChar 2022-08-17T13:08:33.1493766Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-08-17T13:08:33.1494333Z [ RUN ] LazyOpsTest.TestCastShort 2022-08-17T13:08:33.1496360Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-08-17T13:08:33.1496905Z [ RUN ] LazyOpsTest.TestCastInt 2022-08-17T13:08:33.1499049Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-08-17T13:08:33.1499598Z [ RUN ] LazyOpsTest.TestCastLong 2022-08-17T13:08:33.1502058Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-08-17T13:08:33.1502436Z [ RUN ] LazyOpsTest.TestCastFloat 2022-08-17T13:08:33.1502853Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-08-17T13:08:33.1503209Z [ RUN ] LazyOpsTest.TestRetainType 2022-08-17T13:08:33.1503733Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-08-17T13:08:33.1504095Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-08-17T13:08:33.1513495Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (0 ms) 2022-08-17T13:08:33.1513908Z [ RUN ] LazyOpsTest.TestAdd 2022-08-17T13:08:33.1516192Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-08-17T13:08:33.1516541Z [ RUN ] LazyOpsTest.TestAddHalf 2022-08-17T13:08:33.1519399Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-08-17T13:08:33.1519718Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-08-17T13:08:33.1522204Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-08-17T13:08:33.1522541Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-08-17T13:08:33.1526559Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-08-17T13:08:33.1527060Z [ RUN ] LazyOpsTest.TestAddScalar 2022-08-17T13:08:33.1529398Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-08-17T13:08:33.1529725Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-08-17T13:08:33.1532797Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-08-17T13:08:33.1533175Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-08-17T13:08:33.1535475Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-08-17T13:08:33.1535828Z [ RUN ] LazyOpsTest.TestSub 2022-08-17T13:08:33.1538347Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-08-17T13:08:33.1538692Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-08-17T13:08:33.1542070Z [ OK ] LazyOpsTest.TestSubInPlace (0 ms) 2022-08-17T13:08:33.1542424Z [ RUN ] LazyOpsTest.TestSubScalar 2022-08-17T13:08:33.1544790Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-08-17T13:08:33.1545174Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-08-17T13:08:33.1548435Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-08-17T13:08:33.1548797Z [ RUN ] LazyOpsTest.TestMul 2022-08-17T13:08:33.1550999Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-08-17T13:08:33.1551342Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-08-17T13:08:33.1554708Z [ OK ] LazyOpsTest.TestMulInPlace (0 ms) 2022-08-17T13:08:33.1555069Z [ RUN ] LazyOpsTest.TestMulScalar 2022-08-17T13:08:33.1557219Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-08-17T13:08:33.1557583Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-08-17T13:08:33.1561084Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-08-17T13:08:33.1561408Z [ RUN ] LazyOpsTest.TestDiv 2022-08-17T13:08:33.1630166Z [ OK ] LazyOpsTest.TestDiv (6 ms) 2022-08-17T13:08:33.1630495Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-08-17T13:08:33.1866778Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (23 ms) 2022-08-17T13:08:33.1867129Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-08-17T13:08:33.1870045Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-08-17T13:08:33.1870725Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-08-17T13:08:33.1879952Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (0 ms) 2022-08-17T13:08:33.1880521Z [ RUN ] LazyOpsTest.TestDivScalar 2022-08-17T13:08:33.1905041Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-08-17T13:08:33.1905640Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-08-17T13:08:33.1910859Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-08-17T13:08:33.1911408Z [ RUN ] LazyOpsTest.TestDivOut 2022-08-17T13:08:33.1914596Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-08-17T13:08:33.1915163Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-08-17T13:08:33.1917480Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-08-17T13:08:33.1917994Z [ RUN ] LazyOpsTest.TestNe 2022-08-17T13:08:33.1920083Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-08-17T13:08:33.1920630Z [ RUN ] LazyOpsTest.TestNeInplace 2022-08-17T13:08:33.1924623Z [ OK ] LazyOpsTest.TestNeInplace (0 ms) 2022-08-17T13:08:33.1925166Z [ RUN ] LazyOpsTest.TestEq 2022-08-17T13:08:33.1927144Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-08-17T13:08:33.1927667Z [ RUN ] LazyOpsTest.TestEqInplace 2022-08-17T13:08:33.1931078Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-08-17T13:08:33.1931623Z [ RUN ] LazyOpsTest.TestGe 2022-08-17T13:08:33.1933391Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-08-17T13:08:33.1933908Z [ RUN ] LazyOpsTest.TestGeInplace 2022-08-17T13:08:33.1937471Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-08-17T13:08:33.1938006Z [ RUN ] LazyOpsTest.TestLe 2022-08-17T13:08:33.1940047Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-08-17T13:08:33.1940354Z [ RUN ] LazyOpsTest.TestLeInplace 2022-08-17T13:08:33.1943778Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-08-17T13:08:33.1944078Z [ RUN ] LazyOpsTest.TestGt 2022-08-17T13:08:33.1946236Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-08-17T13:08:33.1946539Z [ RUN ] LazyOpsTest.TestGtInplace 2022-08-17T13:08:33.1950235Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-08-17T13:08:33.1950512Z [ RUN ] LazyOpsTest.TestLt 2022-08-17T13:08:33.1952610Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-08-17T13:08:33.1952909Z [ RUN ] LazyOpsTest.TestLtInplace 2022-08-17T13:08:33.1956727Z [ OK ] LazyOpsTest.TestLtInplace (0 ms) 2022-08-17T13:08:33.1957025Z [ RUN ] LazyOpsTest.TestNeScalar 2022-08-17T13:08:33.1959000Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-08-17T13:08:33.1959303Z [ RUN ] LazyOpsTest.TestEqScalar 2022-08-17T13:08:33.1961146Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-08-17T13:08:33.1961454Z [ RUN ] LazyOpsTest.TestGeScalar 2022-08-17T13:08:33.1963188Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-08-17T13:08:33.1963508Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-08-17T13:08:33.1987418Z [ OK ] LazyOpsTest.TestGeScalarInplace (2 ms) 2022-08-17T13:08:33.1989419Z [ RUN ] LazyOpsTest.TestLeScalar 2022-08-17T13:08:33.1989737Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-08-17T13:08:33.1990207Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-08-17T13:08:33.1993302Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-08-17T13:08:33.1993621Z [ RUN ] LazyOpsTest.TestGtScalar 2022-08-17T13:08:33.1995683Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-08-17T13:08:33.1995989Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-08-17T13:08:33.1999714Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-08-17T13:08:33.2000030Z [ RUN ] LazyOpsTest.TestLtScalar 2022-08-17T13:08:33.2002118Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-08-17T13:08:33.2002440Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-08-17T13:08:33.2006190Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-08-17T13:08:33.2006510Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-08-17T13:08:33.2016918Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-08-17T13:08:33.2017234Z [ RUN ] LazyOpsTest.TestSVD 2022-08-17T13:08:33.2069415Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-08-17T13:08:33.2069877Z [ RUN ] LazyOpsTest.TestQR 2022-08-17T13:08:33.2070487Z [W BatchLinearAlgebra.cpp:2544] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:08:33.2071010Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:08:33.2071262Z Q, R = torch.qr(A, some) 2022-08-17T13:08:33.2071439Z should be replaced with 2022-08-17T13:08:33.2071769Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-08-17T13:08:33.2094635Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-08-17T13:08:33.2095135Z [ RUN ] LazyOpsTest.TestSymEig 2022-08-17T13:08:33.2095870Z [W BatchLinearAlgebra.cpp:2992] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:08:33.2096662Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:08:33.2097205Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:08:33.2097699Z should be replaced with 2022-08-17T13:08:33.2098191Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:08:33.2098554Z and 2022-08-17T13:08:33.2098860Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:08:33.2099211Z should be replaced with 2022-08-17T13:08:33.2099747Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-08-17T13:08:33.2115256Z [ OK ] LazyOpsTest.TestSymEig (2 ms) 2022-08-17T13:08:33.2115836Z [ RUN ] LazyOpsTest.TestCholesky 2022-08-17T13:08:33.2117158Z [W BatchLinearAlgebra.cpp:1816] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T13:08:33.2117790Z L = torch.cholesky(A) 2022-08-17T13:08:33.2118106Z should be replaced with 2022-08-17T13:08:33.2118295Z L = torch.linalg.cholesky(A) 2022-08-17T13:08:33.2118552Z and 2022-08-17T13:08:33.2118737Z U = torch.cholesky(A, upper=True) 2022-08-17T13:08:33.2118946Z should be replaced with 2022-08-17T13:08:33.2119162Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T13:08:33.2119521Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-08-17T13:08:33.2125236Z [ OK ] LazyOpsTest.TestCholesky (0 ms) 2022-08-17T13:08:33.2125794Z [ RUN ] LazyOpsTest.TestLogDet 2022-08-17T13:08:33.2143596Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-08-17T13:08:33.2144153Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-08-17T13:08:33.2144896Z [W BatchLinearAlgebra.cpp:2310] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:08:33.2145602Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:08:33.2145893Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:08:33.2146104Z should be replaced with 2022-08-17T13:08:33.2146358Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-08-17T13:08:33.2425990Z [ OK ] LazyOpsTest.TestTriangularSolve (28 ms) 2022-08-17T13:08:33.2426600Z [ RUN ] LazyOpsTest.TestKthValue 2022-08-17T13:08:33.2469088Z [ OK ] LazyOpsTest.TestKthValue (4 ms) 2022-08-17T13:08:33.2469585Z [ RUN ] LazyOpsTest.TestTopK 2022-08-17T13:08:33.2645283Z [ OK ] LazyOpsTest.TestTopK (17 ms) 2022-08-17T13:08:33.2645773Z [ RUN ] LazyOpsTest.TestSort 2022-08-17T13:08:33.2705197Z [ OK ] LazyOpsTest.TestSort (6 ms) 2022-08-17T13:08:33.2705793Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-08-17T13:08:33.2709773Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-08-17T13:08:33.2710352Z [ RUN ] LazyOpsTest.TestArgSort 2022-08-17T13:08:33.2721374Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-08-17T13:08:33.2721873Z [ RUN ] LazyOpsTest.TestMin 2022-08-17T13:08:33.2724832Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-08-17T13:08:33.2725291Z [ RUN ] LazyOpsTest.TestMax 2022-08-17T13:08:33.2727962Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-08-17T13:08:33.2728468Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-08-17T13:08:33.2730456Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-08-17T13:08:33.2730942Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-08-17T13:08:33.2732803Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-08-17T13:08:33.2733276Z [ RUN ] LazyOpsTest.TestAll 2022-08-17T13:08:33.2742131Z [ OK ] LazyOpsTest.TestAll (0 ms) 2022-08-17T13:08:33.2742611Z [ RUN ] LazyOpsTest.TestAllDim 2022-08-17T13:08:33.2745041Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-08-17T13:08:33.2745544Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-08-17T13:08:33.2747862Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-08-17T13:08:33.2748352Z [ RUN ] LazyOpsTest.TestAmax 2022-08-17T13:08:33.2782409Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-08-17T13:08:33.2782890Z [ RUN ] LazyOpsTest.TestAmin 2022-08-17T13:08:33.2817500Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-08-17T13:08:33.2817971Z [ RUN ] LazyOpsTest.TestAny 2022-08-17T13:08:33.2826892Z [ OK ] LazyOpsTest.TestAny (0 ms) 2022-08-17T13:08:33.2827359Z [ RUN ] LazyOpsTest.TestAnyDim 2022-08-17T13:08:33.2829962Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-08-17T13:08:33.2830484Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-08-17T13:08:33.2832717Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-08-17T13:08:33.2833191Z [ RUN ] LazyOpsTest.TestMean 2022-08-17T13:08:33.2835903Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-08-17T13:08:33.2836386Z [ RUN ] LazyOpsTest.TestMeanCast 2022-08-17T13:08:33.2839153Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-08-17T13:08:33.2839641Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-08-17T13:08:33.2855886Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-08-17T13:08:33.2856398Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-08-17T13:08:33.2861950Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-08-17T13:08:33.2862509Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-08-17T13:08:33.2868121Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-08-17T13:08:33.2868681Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-08-17T13:08:33.2885309Z [ OK ] LazyOpsTest.TestMeanInDimOut (1 ms) 2022-08-17T13:08:33.2886067Z [ RUN ] LazyOpsTest.TestStd 2022-08-17T13:08:33.2893093Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-08-17T13:08:33.2893689Z [ RUN ] LazyOpsTest.TestStdInDim 2022-08-17T13:08:33.2962714Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-08-17T13:08:33.2963270Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-08-17T13:08:33.2996929Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-08-17T13:08:33.2997541Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-08-17T13:08:33.3009817Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-08-17T13:08:33.3010353Z [ RUN ] LazyOpsTest.TestSum 2022-08-17T13:08:33.3012784Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-08-17T13:08:33.3013264Z [ RUN ] LazyOpsTest.TestSumCast 2022-08-17T13:08:33.3015754Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-08-17T13:08:33.3016234Z [ RUN ] LazyOpsTest.TestSumU8 2022-08-17T13:08:33.3018457Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-08-17T13:08:33.3019079Z [ RUN ] LazyOpsTest.TestSumInDim 2022-08-17T13:08:33.3033517Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-08-17T13:08:33.3034043Z [ RUN ] LazyOpsTest.TestSumInDims 2022-08-17T13:08:33.3039143Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-08-17T13:08:33.3039655Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-08-17T13:08:33.3045078Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-08-17T13:08:33.3045645Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-08-17T13:08:33.3050587Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-08-17T13:08:33.3051106Z [ RUN ] LazyOpsTest.TestVar 2022-08-17T13:08:33.3053018Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-08-17T13:08:33.3053504Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-08-17T13:08:33.3059671Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-08-17T13:08:33.3060231Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-08-17T13:08:33.3067553Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-08-17T13:08:33.3068347Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-08-17T13:08:33.3079617Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-08-17T13:08:33.3080177Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-08-17T13:08:33.3130225Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-08-17T13:08:33.3130726Z [ RUN ] LazyOpsTest.TestMinInDim 2022-08-17T13:08:33.3140869Z [ OK ] LazyOpsTest.TestMinInDim (1 ms) 2022-08-17T13:08:33.3141367Z [ RUN ] LazyOpsTest.TestNorm 2022-08-17T13:08:33.3144385Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-08-17T13:08:33.3144948Z [ RUN ] LazyOpsTest.TestNormInDim 2022-08-17T13:08:33.3150580Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-08-17T13:08:33.3151097Z [ RUN ] LazyOpsTest.TestNormInDims 2022-08-17T13:08:33.3156106Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-08-17T13:08:33.3156655Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-08-17T13:08:33.3161890Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-08-17T13:08:33.3162641Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-08-17T13:08:33.3168561Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-08-17T13:08:33.3169218Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-08-17T13:08:33.3175529Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-08-17T13:08:33.3176076Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-08-17T13:08:33.3178145Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-08-17T13:08:33.3178687Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-08-17T13:08:33.3182568Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-08-17T13:08:33.3183244Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-08-17T13:08:33.3185228Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-08-17T13:08:33.3185888Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-08-17T13:08:33.3235500Z [ OK ] LazyOpsTest.TestRandomInPlace (4 ms) 2022-08-17T13:08:33.3236109Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-08-17T13:08:33.3280357Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (4 ms) 2022-08-17T13:08:33.3280998Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-08-17T13:08:33.3293032Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-08-17T13:08:33.3293604Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-08-17T13:08:33.3296924Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-08-17T13:08:33.3297451Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-08-17T13:08:33.3301803Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-08-17T13:08:33.3302442Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-08-17T13:08:33.3302990Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-08-17T13:08:33.3303551Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-08-17T13:08:33.3308882Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-08-17T13:08:33.3309461Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-08-17T13:08:33.3319506Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-08-17T13:08:33.3320016Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-08-17T13:08:33.3358226Z [ OK ] LazyOpsTest.TestGroupNorm (3 ms) 2022-08-17T13:08:33.3358794Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-08-17T13:08:33.3827298Z [ OK ] LazyOpsTest.TestGroupNormBackward (46 ms) 2022-08-17T13:08:33.3827911Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-08-17T13:08:33.3841893Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-08-17T13:08:33.3842510Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-08-17T13:08:33.3876430Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-08-17T13:08:33.3877127Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-08-17T13:08:33.4115521Z [ OK ] LazyOpsTest.TestLayerNormBackward (23 ms) 2022-08-17T13:08:33.4116236Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-08-17T13:08:33.4123278Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-08-17T13:08:33.4124078Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-08-17T13:08:33.4792049Z [ OK ] LazyOpsTest.TestPairwiseDistance (66 ms) 2022-08-17T13:08:33.4839088Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-08-17T13:08:33.4839700Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-08-17T13:08:33.4840283Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-08-17T13:08:33.5445253Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (60 ms) 2022-08-17T13:08:33.5445979Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-08-17T13:08:33.5477158Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-08-17T13:08:33.5477743Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-08-17T13:08:33.8240472Z [ OK ] LazyOpsTest.TestTripletMarginLoss (276 ms) 2022-08-17T13:08:33.8240862Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-08-17T13:08:33.8257720Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (1 ms) 2022-08-17T13:08:33.8258080Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-08-17T13:08:33.8942415Z [ OK ] LazyOpsTest.TestMarginRankingLoss (68 ms) 2022-08-17T13:08:33.8942760Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-08-17T13:08:33.8958230Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-08-17T13:08:33.8958551Z [ RUN ] LazyOpsTest.TestKlDiv 2022-08-17T13:08:33.8974687Z [ OK ] LazyOpsTest.TestKlDiv (1 ms) 2022-08-17T13:08:33.8975072Z [ RUN ] LazyOpsTest.TestProd 2022-08-17T13:08:33.8975961Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-08-17T13:08:33.8976318Z [ RUN ] LazyOpsTest.TestProdCast 2022-08-17T13:08:33.8977146Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-08-17T13:08:33.8977439Z [ RUN ] LazyOpsTest.TestProdInDim 2022-08-17T13:08:33.8981581Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-08-17T13:08:33.8982201Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-08-17T13:08:33.8985212Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-08-17T13:08:33.8985823Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-08-17T13:08:33.8989182Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-08-17T13:08:33.8989677Z [ RUN ] LazyOpsTest.TestCumSum 2022-08-17T13:08:33.9001719Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-08-17T13:08:33.9002278Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-08-17T13:08:33.9014915Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-08-17T13:08:33.9015467Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-08-17T13:08:33.9025531Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-08-17T13:08:33.9026111Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-08-17T13:08:33.9036174Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-08-17T13:08:33.9036713Z [ RUN ] LazyOpsTest.TestCumProd 2022-08-17T13:08:33.9040601Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-08-17T13:08:33.9041169Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-08-17T13:08:33.9044730Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-08-17T13:08:33.9045102Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-08-17T13:08:33.9052075Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-08-17T13:08:33.9052410Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-08-17T13:08:33.9059444Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-08-17T13:08:33.9059993Z [ RUN ] LazyOpsTest.TestArgMin 2022-08-17T13:08:33.9060539Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-08-17T13:08:33.9060944Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-08-17T13:08:33.9061532Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-08-17T13:08:33.9061929Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-08-17T13:08:33.9062739Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-08-17T13:08:33.9063148Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-08-17T13:08:33.9063566Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-08-17T13:08:33.9064074Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-08-17T13:08:33.9064642Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-08-17T13:08:33.9065080Z [ RUN ] LazyOpsTest.TestArgMax 2022-08-17T13:08:33.9065384Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-08-17T13:08:33.9065837Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-08-17T13:08:33.9066528Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-08-17T13:08:33.9066970Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-08-17T13:08:33.9067821Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-08-17T13:08:33.9068138Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-08-17T13:08:33.9068581Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-08-17T13:08:33.9068905Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-08-17T13:08:33.9069677Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-08-17T13:08:33.9069999Z [ RUN ] LazyOpsTest.TestAsin 2022-08-17T13:08:33.9071379Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-08-17T13:08:33.9071720Z [ RUN ] LazyOpsTest.TestAsinh 2022-08-17T13:08:33.9072378Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-08-17T13:08:33.9072772Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-08-17T13:08:33.9075428Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-08-17T13:08:33.9075726Z [ RUN ] LazyOpsTest.TestSin 2022-08-17T13:08:33.9076986Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-08-17T13:08:33.9078399Z [ RUN ] LazyOpsTest.TestSinh 2022-08-17T13:08:33.9078684Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-08-17T13:08:33.9079035Z [ RUN ] LazyOpsTest.TestAcos 2022-08-17T13:08:33.9079748Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-08-17T13:08:33.9080098Z [ RUN ] LazyOpsTest.TestAcosh 2022-08-17T13:08:33.9081405Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-08-17T13:08:33.9081719Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-08-17T13:08:33.9083306Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-08-17T13:08:33.9083691Z [ RUN ] LazyOpsTest.TestCos 2022-08-17T13:08:33.9086021Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-08-17T13:08:33.9086413Z [ RUN ] LazyOpsTest.TestCosh 2022-08-17T13:08:33.9087225Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-08-17T13:08:33.9087545Z [ RUN ] LazyOpsTest.TestAtan 2022-08-17T13:08:33.9088540Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-08-17T13:08:33.9088844Z [ RUN ] LazyOpsTest.TestAtanh 2022-08-17T13:08:33.9089893Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-08-17T13:08:33.9090181Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-08-17T13:08:33.9091986Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-08-17T13:08:33.9092334Z [ RUN ] LazyOpsTest.TestAtan2 2022-08-17T13:08:33.9093620Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-08-17T13:08:33.9093885Z [ RUN ] LazyOpsTest.TestTan 2022-08-17T13:08:33.9095170Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-08-17T13:08:33.9095584Z [ RUN ] LazyOpsTest.TestTanh 2022-08-17T13:08:33.9098147Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-08-17T13:08:33.9098447Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-08-17T13:08:33.9101347Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-08-17T13:08:33.9101674Z [ RUN ] LazyOpsTest.TestClampMin 2022-08-17T13:08:33.9104443Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-08-17T13:08:33.9104831Z [ RUN ] LazyOpsTest.TestClampMax 2022-08-17T13:08:33.9106810Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-08-17T13:08:33.9107184Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-08-17T13:08:33.9109129Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-08-17T13:08:33.9109576Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-08-17T13:08:33.9110560Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-08-17T13:08:33.9110981Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-08-17T13:08:33.9114010Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-08-17T13:08:33.9114565Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-08-17T13:08:33.9115495Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-08-17T13:08:33.9116063Z [ RUN ] LazyOpsTest.TestCeil 2022-08-17T13:08:33.9116511Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-08-17T13:08:33.9116792Z [ RUN ] LazyOpsTest.TestFloor 2022-08-17T13:08:33.9119137Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-08-17T13:08:33.9119668Z [ RUN ] LazyOpsTest.TestRound 2022-08-17T13:08:33.9120558Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-08-17T13:08:33.9121209Z [ RUN ] LazyOpsTest.TestTrunc 2022-08-17T13:08:33.9123519Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-08-17T13:08:33.9123878Z [ RUN ] LazyOpsTest.TestFrac 2022-08-17T13:08:33.9126638Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-08-17T13:08:33.9126917Z [ RUN ] LazyOpsTest.TestNeg 2022-08-17T13:08:33.9129267Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-08-17T13:08:33.9129636Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-08-17T13:08:33.9131571Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-08-17T13:08:33.9131940Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-08-17T13:08:33.9133526Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-08-17T13:08:33.9133964Z [ RUN ] LazyOpsTest.TestSign 2022-08-17T13:08:33.9134713Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-08-17T13:08:33.9135027Z [ RUN ] LazyOpsTest.TestSignByte 2022-08-17T13:08:33.9135395Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-08-17T13:08:33.9135711Z [ RUN ] LazyOpsTest.TestAbs 2022-08-17T13:08:33.9137862Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-08-17T13:08:33.9138223Z [ RUN ] LazyOpsTest.TestAbsByte 2022-08-17T13:08:33.9139964Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-08-17T13:08:33.9140460Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-08-17T13:08:33.9140833Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-08-17T13:08:33.9141157Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-08-17T13:08:33.9141486Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-08-17T13:08:33.9141787Z [ RUN ] LazyOpsTest.TestEmpty 2022-08-17T13:08:33.9142075Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-08-17T13:08:33.9142499Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-08-17T13:08:33.9143182Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-08-17T13:08:33.9143594Z [ RUN ] LazyOpsTest.TestZerosLike 2022-08-17T13:08:33.9144280Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-08-17T13:08:33.9144709Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-08-17T13:08:33.9145111Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-08-17T13:08:33.9145420Z [ RUN ] LazyOpsTest.TestZeros 2022-08-17T13:08:33.9147876Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-08-17T13:08:33.9148177Z [ RUN ] LazyOpsTest.TestOnes 2022-08-17T13:08:33.9150907Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-08-17T13:08:33.9151295Z [ RUN ] LazyOpsTest.TestOnesLike 2022-08-17T13:08:33.9151998Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-08-17T13:08:33.9152414Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-08-17T13:08:33.9152770Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-08-17T13:08:33.9153160Z [ RUN ] LazyOpsTest.TestFull 2022-08-17T13:08:33.9157111Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-08-17T13:08:33.9157556Z [ RUN ] LazyOpsTest.TestFullLike 2022-08-17T13:08:33.9158118Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-08-17T13:08:33.9158572Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-08-17T13:08:33.9159152Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-08-17T13:08:33.9159534Z [ RUN ] LazyOpsTest.TestARange 2022-08-17T13:08:33.9165265Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-08-17T13:08:33.9165616Z [ RUN ] LazyOpsTest.TestARangeOut 2022-08-17T13:08:33.9166213Z [W RangeFactories.cpp:191] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-08-17T13:08:33.9168096Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-08-17T13:08:33.9168407Z [ RUN ] LazyOpsTest.TestDimARange 2022-08-17T13:08:33.9171538Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-08-17T13:08:33.9171964Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-08-17T13:08:33.9188065Z [ OK ] LazyOpsTest.TestBartlettWindow (1 ms) 2022-08-17T13:08:33.9188397Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-08-17T13:08:33.9207745Z [ OK ] LazyOpsTest.TestBlackmanWindow (1 ms) 2022-08-17T13:08:33.9208077Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-08-17T13:08:33.9221246Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-08-17T13:08:33.9221567Z [ RUN ] LazyOpsTest.TestHannWindow 2022-08-17T13:08:33.9800579Z [ OK ] LazyOpsTest.TestHannWindow (57 ms) 2022-08-17T13:08:33.9801111Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-08-17T13:08:33.9804275Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-08-17T13:08:33.9804886Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-08-17T13:08:33.9810102Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-08-17T13:08:33.9810727Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-08-17T13:08:33.9844591Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-08-17T13:08:33.9845107Z [ RUN ] LazyOpsTest.TestSiLU 2022-08-17T13:08:33.9847226Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-08-17T13:08:33.9847685Z [ RUN ] LazyOpsTest.TestSigmoid 2022-08-17T13:08:33.9850101Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-08-17T13:08:33.9850600Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-08-17T13:08:33.9851745Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-08-17T13:08:33.9852262Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-08-17T13:08:33.9854962Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-08-17T13:08:33.9855451Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-08-17T13:08:33.9860222Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-08-17T13:08:33.9860950Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-08-17T13:08:33.9863793Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-08-17T13:08:33.9864286Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-08-17T13:08:33.9872914Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-08-17T13:08:33.9873400Z [ RUN ] LazyOpsTest.TestDot 2022-08-17T13:08:33.9874470Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-08-17T13:08:33.9875148Z [ RUN ] LazyOpsTest.TestTensorDot 2022-08-17T13:08:33.9884524Z [ OK ] LazyOpsTest.TestTensorDot (0 ms) 2022-08-17T13:08:33.9885119Z [ RUN ] LazyOpsTest.TestGer 2022-08-17T13:08:33.9889737Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-08-17T13:08:33.9890255Z [ RUN ] LazyOpsTest.TestMv 2022-08-17T13:08:33.9893453Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-08-17T13:08:33.9893933Z [ RUN ] LazyOpsTest.TestMvOut 2022-08-17T13:08:33.9897734Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-08-17T13:08:33.9898284Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-08-17T13:08:33.9902494Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-08-17T13:08:33.9903168Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-08-17T13:08:33.9906687Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-08-17T13:08:33.9907405Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-08-17T13:08:33.9910006Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-08-17T13:08:33.9910537Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-08-17T13:08:33.9911526Z [W LinearAlgebra.cpp:987] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-08-17T13:08:33.9916387Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-08-17T13:08:33.9916909Z [ RUN ] LazyOpsTest.TestLinear 2022-08-17T13:08:33.9923834Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-08-17T13:08:33.9924464Z [ RUN ] LazyOpsTest.TestPinverse 2022-08-17T13:08:33.9940248Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-08-17T13:08:33.9940766Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-08-17T13:08:33.9946350Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-08-17T13:08:33.9946911Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-08-17T13:08:33.9967647Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-08-17T13:08:33.9968215Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-08-17T13:08:33.9978306Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-08-17T13:08:33.9978925Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-08-17T13:08:33.9997344Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-08-17T13:08:33.9998013Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-08-17T13:08:34.0001905Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-08-17T13:08:34.0002605Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-08-17T13:08:34.0006794Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-08-17T13:08:34.0007495Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-08-17T13:08:34.0009958Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-08-17T13:08:34.0010666Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-08-17T13:08:34.0018722Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (0 ms) 2022-08-17T13:08:34.0019321Z [ RUN ] LazyOpsTest.TestBilinear 2022-08-17T13:08:34.0126497Z [ OK ] LazyOpsTest.TestBilinear (10 ms) 2022-08-17T13:08:34.0127293Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-08-17T13:08:34.0130632Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-08-17T13:08:34.0131268Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-08-17T13:08:34.0140676Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (0 ms) 2022-08-17T13:08:34.0141325Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-08-17T13:08:34.0144766Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-08-17T13:08:34.0145498Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-08-17T13:08:34.0155358Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-08-17T13:08:34.0156027Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-08-17T13:08:34.0162626Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-08-17T13:08:34.0163259Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-08-17T13:08:34.0182372Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (1 ms) 2022-08-17T13:08:34.0182927Z [ RUN ] LazyOpsTest.TestAddCMul 2022-08-17T13:08:34.0186061Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-08-17T13:08:34.0186550Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-08-17T13:08:34.0189483Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-08-17T13:08:34.0190044Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-08-17T13:08:34.0193195Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-08-17T13:08:34.0193713Z [ RUN ] LazyOpsTest.TestSize 2022-08-17T13:08:34.0194175Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-08-17T13:08:34.0194803Z [ RUN ] LazyOpsTest.TestSelect 2022-08-17T13:08:34.0254373Z [ OK ] LazyOpsTest.TestSelect (6 ms) 2022-08-17T13:08:34.0254935Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-08-17T13:08:34.0259008Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-08-17T13:08:34.0259610Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-08-17T13:08:34.0262474Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-08-17T13:08:34.0263389Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-08-17T13:08:34.0266725Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-08-17T13:08:34.0267494Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-08-17T13:08:34.0271820Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-08-17T13:08:34.0272394Z [ RUN ] LazyOpsTest.TestDropout 2022-08-17T13:08:34.0274865Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-08-17T13:08:34.0275392Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-08-17T13:08:34.0279736Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-08-17T13:08:34.0280271Z [ RUN ] LazyOpsTest.TestRandperm 2022-08-17T13:08:34.0282071Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-08-17T13:08:34.0282732Z [ RUN ] LazyOpsTest.TestSlice 2022-08-17T13:08:34.0290334Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-08-17T13:08:34.0290794Z [ RUN ] LazyOpsTest.TestTake 2022-08-17T13:08:34.0292025Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-08-17T13:08:34.0292527Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-08-17T13:08:34.0302206Z [ OK ] LazyOpsTest.TestTakeBackward (0 ms) 2022-08-17T13:08:34.0302704Z [ RUN ] LazyOpsTest.TestStack 2022-08-17T13:08:34.0324152Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-08-17T13:08:34.0324618Z [ RUN ] LazyOpsTest.TestCat 2022-08-17T13:08:34.0330991Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-08-17T13:08:34.0331460Z [ RUN ] LazyOpsTest.TestUnbind 2022-08-17T13:08:34.0341504Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-08-17T13:08:34.0341976Z [ RUN ] LazyOpsTest.TestRepeat 2022-08-17T13:08:34.0351341Z [ OK ] LazyOpsTest.TestRepeat (0 ms) 2022-08-17T13:08:34.0351836Z [ RUN ] LazyOpsTest.TestGather 2022-08-17T13:08:34.0357001Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-08-17T13:08:34.0357492Z [ RUN ] LazyOpsTest.TestScatter 2022-08-17T13:08:34.0360752Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-08-17T13:08:34.0361703Z [ RUN ] LazyOpsTest.TestScatterR1 2022-08-17T13:08:34.0362274Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-08-17T13:08:34.0362764Z [ RUN ] LazyOpsTest.TestScatterR3 2022-08-17T13:08:34.0364539Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-08-17T13:08:34.0365093Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-08-17T13:08:34.0369938Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-08-17T13:08:34.0370509Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-08-17T13:08:34.0372072Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-08-17T13:08:34.0372637Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-08-17T13:08:34.0376265Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-08-17T13:08:34.0376859Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-08-17T13:08:34.0382869Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-08-17T13:08:34.0383468Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-08-17T13:08:34.0390419Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-08-17T13:08:34.0391042Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-08-17T13:08:34.0469287Z [ OK ] LazyOpsTest.TestIndexSelect (7 ms) 2022-08-17T13:08:34.0469867Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-08-17T13:08:34.0490389Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-08-17T13:08:34.0490918Z [ RUN ] LazyOpsTest.TestInverse 2022-08-17T13:08:34.0498499Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-08-17T13:08:34.0499470Z [ RUN ] LazyOpsTest.TestIsnan 2022-08-17T13:08:34.0500014Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-08-17T13:08:34.0500512Z [ RUN ] LazyOpsTest.TestExpand 2022-08-17T13:08:34.0503672Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-08-17T13:08:34.0504169Z [ RUN ] LazyOpsTest.TestExpandBack 2022-08-17T13:08:34.0507011Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-08-17T13:08:34.0507514Z [ RUN ] LazyOpsTest.TestExpandAs 2022-08-17T13:08:34.0510505Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-08-17T13:08:34.0510960Z [ RUN ] LazyOpsTest.TestEye 2022-08-17T13:08:34.0511765Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-08-17T13:08:34.0512292Z [ RUN ] LazyOpsTest.TestEyeWide 2022-08-17T13:08:34.0512928Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-08-17T13:08:34.0513423Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-08-17T13:08:34.0513930Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-08-17T13:08:34.0514465Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-08-17T13:08:34.0520115Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-08-17T13:08:34.0520622Z [ RUN ] LazyOpsTest.TestOneIndex 2022-08-17T13:08:34.0534469Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-08-17T13:08:34.0535014Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-08-17T13:08:34.0545760Z [ OK ] LazyOpsTest.TestOneIndexTransfer (1 ms) 2022-08-17T13:08:34.0546274Z [ RUN ] LazyOpsTest.TestNonzero 2022-08-17T13:08:34.0547002Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-08-17T13:08:34.0547508Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-08-17T13:08:34.0548852Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-08-17T13:08:34.0549404Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-08-17T13:08:34.0551772Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-08-17T13:08:34.0552491Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-08-17T13:08:34.0560774Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-08-17T13:08:34.0561473Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-08-17T13:08:34.0569763Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-08-17T13:08:34.0570365Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-08-17T13:08:34.0577911Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-08-17T13:08:34.0578538Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-08-17T13:08:34.0586954Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-08-17T13:08:34.0587628Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-08-17T13:08:34.0594364Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-08-17T13:08:34.0594911Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-08-17T13:08:34.0598374Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-08-17T13:08:34.0598889Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-08-17T13:08:34.0627160Z [ OK ] LazyOpsTest.TestOneIndexPut (2 ms) 2022-08-17T13:08:34.0627790Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-08-17T13:08:34.0649483Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (2 ms) 2022-08-17T13:08:34.0650072Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-08-17T13:08:34.0666450Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-08-17T13:08:34.0666999Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-08-17T13:08:34.0685070Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-08-17T13:08:34.0685669Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-08-17T13:08:34.0709696Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-08-17T13:08:34.0710326Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-08-17T13:08:34.0727112Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-08-17T13:08:34.0727749Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-08-17T13:08:34.0743967Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-08-17T13:08:34.0744627Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-08-17T13:08:34.0764080Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-08-17T13:08:34.0764775Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-08-17T13:08:34.0782397Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-08-17T13:08:34.0783007Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-08-17T13:08:34.0800206Z [ OK ] LazyOpsTest.TestMaskIndexPut (1 ms) 2022-08-17T13:08:34.0800721Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-08-17T13:08:34.0822861Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-08-17T13:08:34.0823437Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-08-17T13:08:34.0853152Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (2 ms) 2022-08-17T13:08:34.0853850Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-08-17T13:08:34.0879212Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-08-17T13:08:34.0879871Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-08-17T13:08:34.0904917Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-08-17T13:08:34.0905616Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-08-17T13:08:34.0936055Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (3 ms) 2022-08-17T13:08:34.0936962Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-08-17T13:08:34.0962285Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-08-17T13:08:34.0962809Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-08-17T13:08:34.1036708Z [ OK ] LazyOpsTest.TestIndexAdd (7 ms) 2022-08-17T13:08:34.1037243Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-08-17T13:08:34.1107031Z [ OK ] LazyOpsTest.TestIndexAddInPlace (6 ms) 2022-08-17T13:08:34.1107617Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-08-17T13:08:34.1129239Z [ OK ] LazyOpsTest.TestIndexAddRank0 (2 ms) 2022-08-17T13:08:34.1129750Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-08-17T13:08:34.1153603Z [ OK ] LazyOpsTest.TestIndexCopy (2 ms) 2022-08-17T13:08:34.1154159Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-08-17T13:08:34.1188768Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (3 ms) 2022-08-17T13:08:34.1189346Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-08-17T13:08:34.1211366Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (2 ms) 2022-08-17T13:08:34.1211890Z [ RUN ] LazyOpsTest.TestRelu 2022-08-17T13:08:34.1214769Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-08-17T13:08:34.1215327Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-08-17T13:08:34.1219571Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-08-17T13:08:34.1220394Z [ RUN ] LazyOpsTest.TestHardshrink 2022-08-17T13:08:34.1220888Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-08-17T13:08:34.1221413Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-08-17T13:08:34.1224818Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-08-17T13:08:34.1225385Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-08-17T13:08:34.1228304Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (0 ms) 2022-08-17T13:08:34.1229113Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-08-17T13:08:34.1238082Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-08-17T13:08:34.1238634Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-08-17T13:08:34.1239472Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-08-17T13:08:34.1239980Z [ RUN ] LazyOpsTest.TestHardtanh 2022-08-17T13:08:34.1240471Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-08-17T13:08:34.1240997Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-08-17T13:08:34.1243609Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-08-17T13:08:34.1244267Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-08-17T13:08:34.1246854Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-08-17T13:08:34.1247398Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-08-17T13:08:34.1250402Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-08-17T13:08:34.1250905Z [ RUN ] LazyOpsTest.TestExp 2022-08-17T13:08:34.1253828Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-08-17T13:08:34.1254292Z [ RUN ] LazyOpsTest.TestExpm1 2022-08-17T13:08:34.1255016Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-08-17T13:08:34.1255468Z [ RUN ] LazyOpsTest.TestLog 2022-08-17T13:08:34.1258425Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-08-17T13:08:34.1258883Z [ RUN ] LazyOpsTest.TestLog2 2022-08-17T13:08:34.1262247Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-08-17T13:08:34.1262712Z [ RUN ] LazyOpsTest.TestLog10 2022-08-17T13:08:34.1263874Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-08-17T13:08:34.1264344Z [ RUN ] LazyOpsTest.TestLog1p 2022-08-17T13:08:34.1266063Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-08-17T13:08:34.1266526Z [ RUN ] LazyOpsTest.TestErf 2022-08-17T13:08:34.1267593Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-08-17T13:08:34.1268039Z [ RUN ] LazyOpsTest.TestErfc 2022-08-17T13:08:34.1269180Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-08-17T13:08:34.1269647Z [ RUN ] LazyOpsTest.TestErfinv 2022-08-17T13:08:34.1270777Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-08-17T13:08:34.1271233Z [ RUN ] LazyOpsTest.TestSqrt 2022-08-17T13:08:34.1274146Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-08-17T13:08:34.1274607Z [ RUN ] LazyOpsTest.TestRsqrt 2022-08-17T13:08:34.1276987Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-08-17T13:08:34.1277466Z [ RUN ] LazyOpsTest.TestReciprocal 2022-08-17T13:08:34.1280066Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-08-17T13:08:34.1280602Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-08-17T13:08:34.1282908Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-08-17T13:08:34.1283509Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-08-17T13:08:34.1286614Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-08-17T13:08:34.1287201Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-08-17T13:08:34.1289594Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-08-17T13:08:34.1290181Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-08-17T13:08:34.1293416Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-08-17T13:08:34.1294029Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-08-17T13:08:34.1296333Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-08-17T13:08:34.1297053Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-08-17T13:08:34.1297706Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-08-17T13:08:34.1298244Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-08-17T13:08:34.1300620Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-08-17T13:08:34.1301141Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-08-17T13:08:34.1301882Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-08-17T13:08:34.1302443Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-08-17T13:08:34.1304397Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-08-17T13:08:34.1304944Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-08-17T13:08:34.1305810Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-08-17T13:08:34.1306389Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-08-17T13:08:34.1308656Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-08-17T13:08:34.1309265Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-08-17T13:08:34.1312752Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-08-17T13:08:34.1313427Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-08-17T13:08:34.1317760Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-08-17T13:08:34.1318483Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-08-17T13:08:34.1321529Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-08-17T13:08:34.1322190Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-08-17T13:08:34.1326803Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-08-17T13:08:34.1327339Z [ RUN ] LazyOpsTest.TestWhere 2022-08-17T13:08:34.1333965Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-08-17T13:08:34.1334846Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-08-17T13:08:34.1335365Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-08-17T13:08:34.1335928Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-08-17T13:08:34.1336774Z [ RUN ] LazyOpsTest.TestThreshold 2022-08-17T13:08:34.1337298Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-08-17T13:08:34.1337847Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-08-17T13:08:34.1344532Z [ OK ] LazyOpsTest.TestThresholdBackward (0 ms) 2022-08-17T13:08:34.1345085Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-08-17T13:08:34.1348065Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-08-17T13:08:34.1348757Z [ RUN ] LazyOpsTest.TestElu 2022-08-17T13:08:34.1350790Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-08-17T13:08:34.1351525Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-08-17T13:08:34.1354242Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-08-17T13:08:34.1354730Z [ RUN ] LazyOpsTest.TestSelu 2022-08-17T13:08:34.1357960Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-08-17T13:08:34.1358624Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-08-17T13:08:34.1362393Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-08-17T13:08:34.1362877Z [ RUN ] LazyOpsTest.TestCelu 2022-08-17T13:08:34.1363831Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-08-17T13:08:34.1364731Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-08-17T13:08:34.1366725Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-08-17T13:08:34.1367204Z [ RUN ] LazyOpsTest.TestGelu 2022-08-17T13:08:34.1374228Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-08-17T13:08:34.1374736Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-08-17T13:08:34.1391311Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-08-17T13:08:34.1392167Z [ RUN ] LazyOpsTest.TestEmbedding 2022-08-17T13:08:34.1395851Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-08-17T13:08:34.1396340Z [ RUN ] LazyOpsTest.TestOneHot 2022-08-17T13:08:34.1403424Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-08-17T13:08:34.1403930Z [ RUN ] LazyOpsTest.TestTranspose 2022-08-17T13:08:34.1406737Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-08-17T13:08:34.1407344Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-08-17T13:08:34.1410447Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-08-17T13:08:34.1410982Z [ RUN ] LazyOpsTest.TestReshape 2022-08-17T13:08:34.1416294Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-08-17T13:08:34.1416768Z [ RUN ] LazyOpsTest.TestResize 2022-08-17T13:08:34.1421448Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-08-17T13:08:34.1421951Z [ RUN ] LazyOpsTest.TestViewResize 2022-08-17T13:08:34.1427994Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-08-17T13:08:34.1428509Z [ RUN ] LazyOpsTest.TestView 2022-08-17T13:08:34.1434482Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-08-17T13:08:34.1434982Z [ RUN ] LazyOpsTest.TestViewMod 2022-08-17T13:08:34.1452176Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-08-17T13:08:34.1452724Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-08-17T13:08:34.1471464Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-08-17T13:08:34.1472130Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-08-17T13:08:34.1494168Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-08-17T13:08:34.1494768Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-08-17T13:08:34.1502360Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-08-17T13:08:34.1502929Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-08-17T13:08:34.1508887Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-08-17T13:08:34.1509940Z [ RUN ] LazyOpsTest.TestNarrow 2022-08-17T13:08:34.1522703Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-08-17T13:08:34.1523419Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-08-17T13:08:34.1539325Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-08-17T13:08:34.1539914Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-08-17T13:08:34.1557859Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (1 ms) 2022-08-17T13:08:34.1558620Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-08-17T13:08:34.1637931Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (7 ms) 2022-08-17T13:08:34.1638663Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-08-17T13:08:34.1657115Z [ OK ] LazyOpsTest.TestNarrowUpdateView (1 ms) 2022-08-17T13:08:34.1657804Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-08-17T13:08:34.1687971Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-08-17T13:08:34.1688640Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-08-17T13:08:34.1696285Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-08-17T13:08:34.1696826Z [ RUN ] LazyOpsTest.TestViewAs 2022-08-17T13:08:34.1703882Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-08-17T13:08:34.1704387Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-08-17T13:08:34.1722852Z [ OK ] LazyOpsTest.TestLogSoftmax (1 ms) 2022-08-17T13:08:34.1723393Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-08-17T13:08:34.1750065Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (2 ms) 2022-08-17T13:08:34.1750742Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-08-17T13:08:34.1769856Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (1 ms) 2022-08-17T13:08:34.1770463Z [ RUN ] LazyOpsTest.TestSoftmax 2022-08-17T13:08:34.1789514Z [ OK ] LazyOpsTest.TestSoftmax (1 ms) 2022-08-17T13:08:34.1790033Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-08-17T13:08:34.1820010Z [ OK ] LazyOpsTest.TestSoftmaxCast (3 ms) 2022-08-17T13:08:34.1820556Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-08-17T13:08:34.1842712Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-08-17T13:08:34.1843239Z [ RUN ] LazyOpsTest.TestSoftplus 2022-08-17T13:08:34.1845976Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-08-17T13:08:34.1846471Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-08-17T13:08:34.1933477Z [ OK ] LazyOpsTest.TestMaxPool1D (8 ms) 2022-08-17T13:08:34.1933993Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-08-17T13:08:34.1993214Z [ OK ] LazyOpsTest.TestMaxPool2D (5 ms) 2022-08-17T13:08:34.1993777Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-08-17T13:08:34.2115618Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (12 ms) 2022-08-17T13:08:34.2116289Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-08-17T13:08:34.2173832Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (5 ms) 2022-08-17T13:08:34.2174412Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-08-17T13:08:34.2195158Z [ OK ] LazyOpsTest.TestMaxPool3D (2 ms) 2022-08-17T13:08:34.2195734Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-08-17T13:08:34.2223014Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-08-17T13:08:34.2223690Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-08-17T13:08:34.2238425Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-08-17T13:08:34.2239067Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-08-17T13:08:34.2258050Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-08-17T13:08:34.2258626Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-08-17T13:08:34.2315930Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (5 ms) 2022-08-17T13:08:34.2316504Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-08-17T13:08:34.2337627Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (2 ms) 2022-08-17T13:08:34.2338148Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-08-17T13:08:34.2405549Z [ OK ] LazyOpsTest.TestAvgPool1D (6 ms) 2022-08-17T13:08:34.2406085Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-08-17T13:08:34.2462411Z [ OK ] LazyOpsTest.TestAvgPool2D (5 ms) 2022-08-17T13:08:34.2462980Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-08-17T13:08:34.2513849Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (5 ms) 2022-08-17T13:08:34.2514400Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-08-17T13:08:34.2527844Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-08-17T13:08:34.2528494Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-08-17T13:08:34.2539123Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (1 ms) 2022-08-17T13:08:34.2539753Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-08-17T13:08:34.2551259Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-08-17T13:08:34.2551839Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-08-17T13:08:34.2599211Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (4 ms) 2022-08-17T13:08:34.2599802Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-08-17T13:08:34.2612929Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-08-17T13:08:34.2613501Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-08-17T13:08:34.2619748Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-08-17T13:08:34.2620325Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-08-17T13:08:34.2811577Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (18 ms) 2022-08-17T13:08:34.2812225Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-08-17T13:08:34.2823321Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-08-17T13:08:34.2824011Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-08-17T13:08:34.2830321Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (0 ms) 2022-08-17T13:08:34.2830931Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-08-17T13:08:34.2848592Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-08-17T13:08:34.2849226Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-08-17T13:08:34.2864033Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-08-17T13:08:34.2864548Z [ RUN ] LazyOpsTest.TestNllLoss 2022-08-17T13:08:34.2865007Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8212: Skipped 2022-08-17T13:08:34.2865286Z 2022-08-17T13:08:34.2865577Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-08-17T13:08:34.2866065Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-08-17T13:08:34.2932427Z [ OK ] LazyOpsTest.TestNllLoss2d (6 ms) 2022-08-17T13:08:34.2932971Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-08-17T13:08:34.2947733Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-08-17T13:08:34.2948222Z [ RUN ] LazyOpsTest.TestL1Loss 2022-08-17T13:08:34.2958148Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-08-17T13:08:34.2958681Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-08-17T13:08:34.2991995Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-08-17T13:08:34.2992522Z [ RUN ] LazyOpsTest.TestMseLoss 2022-08-17T13:08:34.2995357Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-08-17T13:08:34.2995874Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-08-17T13:08:34.3016176Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-08-17T13:08:34.3016772Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-08-17T13:08:34.3032895Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-08-17T13:08:34.3033432Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-08-17T13:08:34.3049781Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-08-17T13:08:34.3050270Z [ RUN ] LazyOpsTest.TestDim 2022-08-17T13:08:34.3050732Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-08-17T13:08:34.3051207Z [ RUN ] LazyOpsTest.TestContiguous 2022-08-17T13:08:34.3051727Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-08-17T13:08:34.3052238Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-08-17T13:08:34.3053990Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-08-17T13:08:34.3054538Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-08-17T13:08:34.3057524Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-08-17T13:08:34.3058058Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-08-17T13:08:34.3075066Z [ OK ] LazyOpsTest.TestSqueezeOne (1 ms) 2022-08-17T13:08:34.3075620Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-08-17T13:08:34.3096078Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-08-17T13:08:34.3096603Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-08-17T13:08:34.3109107Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-08-17T13:08:34.3109643Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-08-17T13:08:34.3125167Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-08-17T13:08:34.3125740Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-08-17T13:08:34.3128057Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-08-17T13:08:34.3128608Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-08-17T13:08:34.3132213Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-08-17T13:08:34.3133041Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-08-17T13:08:34.3135071Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-08-17T13:08:34.3135570Z [ RUN ] LazyOpsTest.TestFill 2022-08-17T13:08:34.3138991Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-08-17T13:08:34.3139497Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-08-17T13:08:34.3140717Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-08-17T13:08:34.3141208Z [ RUN ] LazyOpsTest.TestPermute 2022-08-17T13:08:34.3168870Z [ OK ] LazyOpsTest.TestPermute (2 ms) 2022-08-17T13:08:34.3169378Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-08-17T13:08:34.3268920Z [ OK ] LazyOpsTest.TestPermuteMod (9 ms) 2022-08-17T13:08:34.3269409Z [ RUN ] LazyOpsTest.TestFlip 2022-08-17T13:08:34.3300074Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-08-17T13:08:34.3300598Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-08-17T13:08:34.3307167Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-08-17T13:08:34.3307688Z [ RUN ] LazyOpsTest.TestSumToSize 2022-08-17T13:08:34.3311572Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-08-17T13:08:34.3312127Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-08-17T13:08:34.3315170Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-08-17T13:08:34.3315783Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-08-17T13:08:34.3324298Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-08-17T13:08:34.3324894Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-08-17T13:08:34.3327971Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-08-17T13:08:34.3328514Z [ RUN ] LazyOpsTest.TestSplit 2022-08-17T13:08:34.3346968Z [ OK ] LazyOpsTest.TestSplit (1 ms) 2022-08-17T13:08:34.3347478Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-08-17T13:08:34.3348025Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-08-17T13:08:34.3348561Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-08-17T13:08:34.3360095Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-08-17T13:08:34.3360644Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-08-17T13:08:34.3364329Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-08-17T13:08:34.3364900Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-08-17T13:08:34.3368442Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-08-17T13:08:34.3368976Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-08-17T13:08:34.3370851Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-08-17T13:08:34.3371367Z [ RUN ] LazyOpsTest.TestTriu 2022-08-17T13:08:34.3394109Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-08-17T13:08:34.3394622Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-08-17T13:08:34.3417623Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-08-17T13:08:34.3418155Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-08-17T13:08:34.3440584Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-08-17T13:08:34.3441109Z [ RUN ] LazyOpsTest.TestTril 2022-08-17T13:08:34.3463626Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-08-17T13:08:34.3464148Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-08-17T13:08:34.3487285Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-08-17T13:08:34.3487807Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-08-17T13:08:34.3511685Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-08-17T13:08:34.3512217Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-08-17T13:08:34.3541613Z [ OK ] LazyOpsTest.TestTriuInPlace (2 ms) 2022-08-17T13:08:34.3542127Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-08-17T13:08:34.3572741Z [ OK ] LazyOpsTest.TestTrilInPlace (3 ms) 2022-08-17T13:08:34.3573252Z [ RUN ] LazyOpsTest.TestTrace 2022-08-17T13:08:34.3575230Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-08-17T13:08:34.3575859Z [ RUN ] LazyOpsTest.TestTraceWide 2022-08-17T13:08:34.3577853Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-08-17T13:08:34.3578454Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-08-17T13:08:34.3580332Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-08-17T13:08:34.3580847Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-08-17T13:08:34.3607946Z [ OK ] LazyOpsTest.TestDiagRank1 (2 ms) 2022-08-17T13:08:34.3608456Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-08-17T13:08:34.3617521Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-08-17T13:08:34.3618029Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-08-17T13:08:34.3808887Z [ OK ] LazyOpsTest.TestDiagFlat (18 ms) 2022-08-17T13:08:34.3809422Z [ RUN ] LazyOpsTest.TestDiagonal 2022-08-17T13:08:34.3836126Z [ OK ] LazyOpsTest.TestDiagonal (2 ms) 2022-08-17T13:08:34.3836654Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-08-17T13:08:34.3898408Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-08-17T13:08:34.3898962Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-08-17T13:08:34.3924250Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-08-17T13:08:34.3924819Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-08-17T13:08:34.3950111Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-08-17T13:08:34.3950623Z [ RUN ] LazyOpsTest.TestFlatten 2022-08-17T13:08:34.4012968Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-08-17T13:08:34.4013487Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-08-17T13:08:34.4031445Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-08-17T13:08:34.4031966Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-08-17T13:08:34.4035094Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-08-17T13:08:34.4035699Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-08-17T13:08:34.4038351Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-08-17T13:08:34.4038918Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-08-17T13:08:34.4042281Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-08-17T13:08:34.4042910Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-08-17T13:08:34.4045691Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-08-17T13:08:34.4046303Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-08-17T13:08:34.4051221Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-08-17T13:08:34.4051984Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-08-17T13:08:34.4054447Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-08-17T13:08:34.4055002Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-08-17T13:08:34.4057967Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-08-17T13:08:34.4058875Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-08-17T13:08:34.4059854Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-08-17T13:08:34.4060576Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-08-17T13:08:34.4063232Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-08-17T13:08:34.4063932Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-08-17T13:08:34.4064684Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-08-17T13:08:34.4065346Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-08-17T13:08:34.4066974Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-08-17T13:08:34.4067667Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-08-17T13:08:34.4068765Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-08-17T13:08:34.4069493Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-08-17T13:08:34.4070759Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-08-17T13:08:34.4071441Z [ RUN ] LazyOpsTest.TestLshift 2022-08-17T13:08:34.4072207Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-08-17T13:08:34.4072823Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-08-17T13:08:34.4074307Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-08-17T13:08:34.4074971Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-08-17T13:08:34.4075726Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-08-17T13:08:34.4076297Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-08-17T13:08:34.4077606Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-08-17T13:08:34.4078320Z [ RUN ] LazyOpsTest.TestRshift 2022-08-17T13:08:34.4079087Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-08-17T13:08:34.4079702Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-08-17T13:08:34.4081259Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-08-17T13:08:34.4081924Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-08-17T13:08:34.4082683Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-08-17T13:08:34.4083383Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-08-17T13:08:34.4084756Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-08-17T13:08:34.4085424Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-08-17T13:08:34.4086142Z [W TensorShape.cpp:2985] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-08-17T13:08:34.4097247Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-08-17T13:08:34.4098143Z [ RUN ] LazyOpsTest.TestConstantPad 2022-08-17T13:08:34.4101098Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-08-17T13:08:34.4101684Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-08-17T13:08:34.4104993Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-08-17T13:08:34.4105780Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-08-17T13:08:34.4106655Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-08-17T13:08:34.4107257Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-08-17T13:08:34.4108239Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-08-17T13:08:34.4108853Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-08-17T13:08:34.4116872Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-08-17T13:08:34.4117469Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-08-17T13:08:34.4118109Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-08-17T13:08:34.4118717Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-08-17T13:08:34.4119360Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-08-17T13:08:34.4119987Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-08-17T13:08:34.4126237Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-08-17T13:08:34.4126858Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-08-17T13:08:34.4127430Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-08-17T13:08:34.4128031Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-08-17T13:08:34.4128678Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-08-17T13:08:34.4129319Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-08-17T13:08:34.4136917Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-08-17T13:08:34.4137504Z [ RUN ] LazyOpsTest.TestAsStrided 2022-08-17T13:08:34.4145877Z [ OK ] LazyOpsTest.TestAsStrided (0 ms) 2022-08-17T13:08:34.4146430Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-08-17T13:08:34.4158611Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-08-17T13:08:34.4159220Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-08-17T13:08:34.4162931Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-08-17T13:08:34.4163564Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-08-17T13:08:34.4167645Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-08-17T13:08:34.4168235Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-08-17T13:08:34.4168779Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-08-17T13:08:34.4169333Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-08-17T13:08:34.4319312Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (15 ms) 2022-08-17T13:08:34.4319918Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-08-17T13:08:34.4413931Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (9 ms) 2022-08-17T13:08:34.4414541Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-08-17T13:08:34.4562600Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (14 ms) 2022-08-17T13:08:34.4563271Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-08-17T13:08:34.4657712Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (9 ms) 2022-08-17T13:08:34.4658390Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-08-17T13:08:34.4690721Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-08-17T13:08:34.4691423Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-08-17T13:08:34.4757205Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (6 ms) 2022-08-17T13:08:34.4757876Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-08-17T13:08:34.4781494Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-08-17T13:08:34.4782407Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-08-17T13:08:34.4801498Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (2 ms) 2022-08-17T13:08:34.4802523Z [ RUN ] LazyOpsTest.TestConv2D 2022-08-17T13:08:34.5802242Z [ OK ] LazyOpsTest.TestConv2D (99 ms) 2022-08-17T13:08:34.5802846Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-08-17T13:08:34.9577878Z [ OK ] LazyOpsTest.TestConv2DBackward (377 ms) 2022-08-17T13:08:34.9578512Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-08-17T13:08:35.2311435Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (273 ms) 2022-08-17T13:08:35.2312220Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-08-17T13:08:35.4952198Z [ OK ] LazyOpsTest.TestConv3DBackward (264 ms) 2022-08-17T13:08:35.4953116Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-08-17T13:08:36.1543037Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (659 ms) 2022-08-17T13:08:36.1543976Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-08-17T13:08:36.1636522Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (9 ms) 2022-08-17T13:08:36.1637149Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-08-17T13:08:36.1687863Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (5 ms) 2022-08-17T13:08:36.1688504Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-08-17T13:08:36.1781508Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-08-17T13:08:36.1782199Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-08-17T13:08:36.1835511Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (5 ms) 2022-08-17T13:08:36.1836141Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-08-17T13:08:36.2021577Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (18 ms) 2022-08-17T13:08:36.2022216Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-08-17T13:08:36.2155964Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (13 ms) 2022-08-17T13:08:36.2156588Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-08-17T13:08:36.2164913Z [ OK ] LazyOpsTest.TestTanhBackward (0 ms) 2022-08-17T13:08:36.2165446Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-08-17T13:08:36.2173302Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-08-17T13:08:36.2173878Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-08-17T13:08:36.2182874Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (0 ms) 2022-08-17T13:08:36.2183444Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-08-17T13:08:36.2259258Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (7 ms) 2022-08-17T13:08:36.2259847Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-08-17T13:08:36.2331439Z [ OK ] LazyOpsTest.TestSoftmaxBackward (7 ms) 2022-08-17T13:08:36.2332032Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-08-17T13:08:36.2341655Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-08-17T13:08:36.2342209Z [ RUN ] LazyOpsTest.TestReluBackward 2022-08-17T13:08:36.2350705Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-08-17T13:08:36.2351239Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-08-17T13:08:36.2360040Z [ OK ] LazyOpsTest.TestRreluBackward (0 ms) 2022-08-17T13:08:36.2360590Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-08-17T13:08:36.2369494Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-08-17T13:08:36.2370089Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-08-17T13:08:36.2378578Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (0 ms) 2022-08-17T13:08:36.2379199Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-08-17T13:08:36.2384984Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-08-17T13:08:36.2386287Z [ RUN ] LazyOpsTest.TestEluBackward 2022-08-17T13:08:36.2396056Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-08-17T13:08:36.2396664Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-08-17T13:08:36.2412040Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-08-17T13:08:36.2412668Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-08-17T13:08:36.2422478Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-08-17T13:08:36.2423079Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-08-17T13:08:36.2430555Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-08-17T13:08:36.2431149Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-08-17T13:08:36.2496579Z [ OK ] LazyOpsTest.TestAddMatMulBackward (6 ms) 2022-08-17T13:08:36.2497529Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-08-17T13:08:36.2556470Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-08-17T13:08:36.2557094Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-08-17T13:08:36.2557579Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10993: Skipped 2022-08-17T13:08:36.2557858Z 2022-08-17T13:08:36.2558205Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-08-17T13:08:36.2558780Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-08-17T13:08:36.2819136Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (26 ms) 2022-08-17T13:08:36.2819760Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-08-17T13:08:36.2875136Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (5 ms) 2022-08-17T13:08:36.2875755Z [ RUN ] LazyOpsTest.TestViewBackward 2022-08-17T13:08:36.2899565Z [ OK ] LazyOpsTest.TestViewBackward (2 ms) 2022-08-17T13:08:36.2900420Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-08-17T13:08:36.2949585Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (4 ms) 2022-08-17T13:08:36.2950206Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-08-17T13:08:36.2999322Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (4 ms) 2022-08-17T13:08:36.2999931Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-08-17T13:08:36.3342935Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (34 ms) 2022-08-17T13:08:36.3343604Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-08-17T13:08:36.3400923Z [ OK ] LazyOpsTest.TestKlDivBackward (5 ms) 2022-08-17T13:08:36.3401507Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-08-17T13:08:36.4132375Z [ OK ] LazyOpsTest.TestEmbeddingBackward (73 ms) 2022-08-17T13:08:36.4133105Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-08-17T13:08:36.4134922Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11390: Skipped 2022-08-17T13:08:36.4135237Z 2022-08-17T13:08:36.4136127Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-08-17T13:08:36.4136781Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-08-17T13:08:36.4137265Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11439: Skipped 2022-08-17T13:08:36.4137541Z 2022-08-17T13:08:36.4138132Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-08-17T13:08:36.4138710Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-08-17T13:08:36.4139400Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-08-17T13:08:36.4139922Z [ RUN ] LazyOpsTest.TestLerp 2022-08-17T13:08:36.4140399Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-08-17T13:08:36.4140896Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-08-17T13:08:36.4141406Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-08-17T13:08:36.4141931Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-08-17T13:08:36.4142464Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-08-17T13:08:36.4143012Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-08-17T13:08:36.4143857Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-08-17T13:08:36.4144389Z [ RUN ] LazyOpsTest.TestLerpOut 2022-08-17T13:08:36.4144887Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-08-17T13:08:36.4145385Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-08-17T13:08:36.4145938Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-08-17T13:08:36.4146438Z [ RUN ] LazyOpsTest.IsAliasOf 2022-08-17T13:08:36.4146922Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-08-17T13:08:36.4147449Z [----------] 575 tests from LazyOpsTest (3266 ms total) 2022-08-17T13:08:36.4147705Z 2022-08-17T13:08:36.4147991Z [----------] Global test environment tear-down 2022-08-17T13:08:36.4204235Z [==========] 616 tests from 12 test suites ran. (3497 ms total) 2022-08-17T13:08:36.4204731Z [ PASSED ] 612 tests. 2022-08-17T13:08:36.4205186Z [ SKIPPED ] 4 tests, listed below: 2022-08-17T13:08:36.4205651Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-08-17T13:08:36.4206157Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-08-17T13:08:36.4206826Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-08-17T13:08:36.4207457Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-08-17T13:08:36.4927009Z + python test/cpp/jit/tests_setup.py shutdown 2022-08-17T13:08:37.5639404Z + wait 2022-08-17T13:08:37.5639817Z + OMP_NUM_THREADS=2 2022-08-17T13:08:37.5640186Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-08-17T13:08:37.5640992Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-08-17T13:08:37.7464513Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-08-17T13:08:37.7471986Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-08-17T13:08:37.7472356Z [==========] Running 989 tests from 47 test suites. 2022-08-17T13:08:37.7472677Z [----------] Global test environment set-up. 2022-08-17T13:08:37.7473027Z [----------] 9 tests from AutogradAPITests 2022-08-17T13:08:37.7473356Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-08-17T13:08:37.7483735Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-08-17T13:08:37.7484312Z [ RUN ] AutogradAPITests.BackwardTest 2022-08-17T13:08:37.7484961Z [W engine.cpp:1061] 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-08-17T13:08:37.7486647Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-08-17T13:08:37.7487098Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-08-17T13:08:37.7488302Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-08-17T13:08:37.7488649Z [ RUN ] AutogradAPITests.GradTest 2022-08-17T13:08:37.7490965Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-08-17T13:08:37.7491424Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-08-17T13:08:37.7493360Z [W TensorBody.h:483] 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-08-17T13:08:37.7495225Z [W TensorBody.h:483] 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-08-17T13:08:37.7497034Z [W TensorBody.h:483] 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-08-17T13:08:37.7498417Z [W TensorBody.h:483] 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-08-17T13:08:37.7499120Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-08-17T13:08:37.7499466Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-08-17T13:08:37.7520046Z [ OK ] AutogradAPITests.GradUnreachableTest (2 ms) 2022-08-17T13:08:37.7528065Z [ RUN ] AutogradAPITests.EmptyInput 2022-08-17T13:08:37.7544642Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-08-17T13:08:37.7545106Z [ RUN ] AutogradAPITests.RetainGrad 2022-08-17T13:08:37.7547615Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-08-17T13:08:37.7548009Z [ RUN ] AutogradAPITests.AnomalyMode 2022-08-17T13:08:37.7548408Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-08-17T13:08:37.8943665Z [ OK ] AutogradAPITests.AnomalyMode (139 ms) 2022-08-17T13:08:37.8944215Z [----------] 9 tests from AutogradAPITests (146 ms total) 2022-08-17T13:08:37.8944441Z 2022-08-17T13:08:37.8944697Z [----------] 32 tests from CustomAutogradTest 2022-08-17T13:08:37.8945174Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-08-17T13:08:37.8945665Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-08-17T13:08:37.8946048Z [ RUN ] CustomAutogradTest.CustomFunction 2022-08-17T13:08:37.8946408Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-08-17T13:08:37.8946747Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-08-17T13:08:37.8948425Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-08-17T13:08:37.8948932Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-08-17T13:08:37.8949434Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-08-17T13:08:37.8949976Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-08-17T13:08:37.8950999Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-08-17T13:08:37.8951602Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-08-17T13:08:37.8952489Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-08-17T13:08:37.8953102Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-08-17T13:08:37.8953698Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-08-17T13:08:37.8954296Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-08-17T13:08:37.8954681Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-08-17T13:08:37.8955238Z [ RUN ] CustomAutogradTest.MarkDirty 2022-08-17T13:08:37.8955578Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-08-17T13:08:37.8956094Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-08-17T13:08:37.8956671Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-08-17T13:08:37.8957128Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-08-17T13:08:37.8957550Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-08-17T13:08:37.8958081Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-08-17T13:08:37.8958542Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-08-17T13:08:37.8958989Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-08-17T13:08:37.8959356Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-08-17T13:08:37.8959735Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-08-17T13:08:37.8981325Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-08-17T13:08:37.8981728Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-08-17T13:08:37.8982177Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-08-17T13:08:37.8982641Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-08-17T13:08:37.8983062Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-08-17T13:08:37.8983422Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-08-17T13:08:37.9035976Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-08-17T13:08:37.9036367Z [ RUN ] CustomAutogradTest.NoGradInput 2022-08-17T13:08:37.9037023Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-08-17T13:08:37.9037418Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-08-17T13:08:37.9037851Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-08-17T13:08:37.9038347Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-08-17T13:08:37.9038754Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-08-17T13:08:37.9039161Z [ RUN ] CustomAutogradTest.Reentrant 2022-08-17T13:08:37.9039464Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-08-17T13:08:37.9039790Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-08-17T13:08:38.2554681Z [ OK ] CustomAutogradTest.DeepReentrant (351 ms) 2022-08-17T13:08:38.2555098Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-08-17T13:08:38.2558315Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-08-17T13:08:38.2558638Z [ RUN ] CustomAutogradTest.Hooks 2022-08-17T13:08:38.2581926Z [ OK ] CustomAutogradTest.Hooks (2 ms) 2022-08-17T13:08:38.2582256Z [ RUN ] CustomAutogradTest.HooksInplace 2022-08-17T13:08:38.2584205Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-08-17T13:08:38.2584590Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-08-17T13:08:38.2586619Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-08-17T13:08:38.2587136Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-08-17T13:08:38.2589088Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-08-17T13:08:38.2589671Z [ RUN ] CustomAutogradTest.HookNone 2022-08-17T13:08:38.2590037Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-08-17T13:08:38.2590376Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-08-17T13:08:38.2592159Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-08-17T13:08:38.2592607Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-08-17T13:08:38.2604826Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-08-17T13:08:38.2605476Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-08-17T13:08:38.2607498Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-08-17T13:08:38.2608137Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-08-17T13:08:38.2608646Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-08-17T13:08:38.2609044Z [----------] 32 tests from CustomAutogradTest (366 ms total) 2022-08-17T13:08:38.2609214Z 2022-08-17T13:08:38.2609428Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-08-17T13:08:38.2609855Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-08-17T13:08:38.2612292Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-08-17T13:08:38.2612789Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-08-17T13:08:38.2663327Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-08-17T13:08:38.2663843Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-08-17T13:08:38.2707923Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-08-17T13:08:38.2708403Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-08-17T13:08:38.2710877Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-08-17T13:08:38.2711377Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-08-17T13:08:38.2743544Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-08-17T13:08:38.2744055Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-08-17T13:08:38.2774430Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-08-17T13:08:38.2774873Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-08-17T13:08:38.2842309Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-08-17T13:08:38.2842790Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-08-17T13:08:38.2872471Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-08-17T13:08:38.2873017Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-08-17T13:08:38.2874692Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-08-17T13:08:38.2875402Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-08-17T13:08:38.2893172Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-08-17T13:08:38.2893821Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-08-17T13:08:38.2915288Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-08-17T13:08:38.2915932Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-08-17T13:08:38.2945892Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-08-17T13:08:38.2946515Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-08-17T13:08:38.2968823Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-08-17T13:08:38.2969598Z [----------] 13 tests from TestAutogradNotImplementedFallback (36 ms total) 2022-08-17T13:08:38.2969844Z 2022-08-17T13:08:38.2970004Z [----------] 18 tests from AnyModuleTest 2022-08-17T13:08:38.2970299Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-08-17T13:08:38.2970634Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-08-17T13:08:38.2971015Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-08-17T13:08:38.2971456Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-08-17T13:08:38.2971871Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-08-17T13:08:38.2972307Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-08-17T13:08:38.2972928Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-08-17T13:08:38.2973343Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-08-17T13:08:38.2973859Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-08-17T13:08:38.2974462Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-08-17T13:08:38.2974916Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-08-17T13:08:38.2981919Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-08-17T13:08:38.2982290Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-08-17T13:08:38.3016722Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-08-17T13:08:38.3017221Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-08-17T13:08:38.3086145Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (6 ms) 2022-08-17T13:08:38.3086654Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-08-17T13:08:38.3087116Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-08-17T13:08:38.3087488Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-08-17T13:08:38.3096291Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-08-17T13:08:38.3096747Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-08-17T13:08:38.3097133Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-08-17T13:08:38.3097505Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-08-17T13:08:38.3098074Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-08-17T13:08:38.3098467Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-08-17T13:08:38.3107138Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-08-17T13:08:38.3107693Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-08-17T13:08:38.3108058Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-08-17T13:08:38.3108449Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-08-17T13:08:38.3156945Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (4 ms) 2022-08-17T13:08:38.3157640Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-08-17T13:08:38.3158456Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-08-17T13:08:38.3159170Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-08-17T13:08:38.3159770Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-08-17T13:08:38.3160179Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-08-17T13:08:38.3160610Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-08-17T13:08:38.3160992Z [----------] 18 tests from AnyModuleTest (18 ms total) 2022-08-17T13:08:38.3161151Z 2022-08-17T13:08:38.3161301Z [----------] 12 tests from AnyValueTest 2022-08-17T13:08:38.3161660Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-08-17T13:08:38.3162103Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-08-17T13:08:38.3162554Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-08-17T13:08:38.3163057Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-08-17T13:08:38.3163528Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-08-17T13:08:38.3164125Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-08-17T13:08:38.3164615Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-08-17T13:08:38.3165088Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-08-17T13:08:38.3165785Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-08-17T13:08:38.3166260Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-08-17T13:08:38.3166710Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-08-17T13:08:38.3167148Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-08-17T13:08:38.3167533Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-08-17T13:08:38.3181017Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-08-17T13:08:38.3181736Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-08-17T13:08:38.3182473Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-08-17T13:08:38.3183114Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-08-17T13:08:38.3183504Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-08-17T13:08:38.3183866Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-08-17T13:08:38.3184214Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-08-17T13:08:38.3184606Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-08-17T13:08:38.3185030Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-08-17T13:08:38.3185425Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-08-17T13:08:38.3185789Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-08-17T13:08:38.3186148Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-08-17T13:08:38.3186299Z 2022-08-17T13:08:38.3186442Z [----------] 50 tests from DataTest 2022-08-17T13:08:38.3186862Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-08-17T13:08:38.3187213Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-08-17T13:08:38.3187577Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-08-17T13:08:38.3187950Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-08-17T13:08:38.3188349Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-08-17T13:08:38.3231299Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (4 ms) 2022-08-17T13:08:38.3232950Z [ RUN ] DataTest.InfiniteStreamDataset 2022-08-17T13:08:38.3233271Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-08-17T13:08:38.3233594Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-08-17T13:08:38.3233923Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-08-17T13:08:38.3234250Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-08-17T13:08:38.3234618Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-08-17T13:08:38.3234984Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-08-17T13:08:38.3235365Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-08-17T13:08:38.3235738Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-08-17T13:08:38.3236134Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-08-17T13:08:38.3236514Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-08-17T13:08:38.3236878Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-08-17T13:08:38.3237219Z [ RUN ] DataTest.CollateReducesBatch 2022-08-17T13:08:38.3237541Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-08-17T13:08:38.3237859Z [ RUN ] DataTest.CollationReducesBatch 2022-08-17T13:08:38.3238248Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-08-17T13:08:38.3238632Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-08-17T13:08:38.3239065Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-08-17T13:08:38.3239658Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-08-17T13:08:38.3240136Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-08-17T13:08:38.3240553Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-08-17T13:08:38.3240901Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-08-17T13:08:38.3241294Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-08-17T13:08:38.3241724Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-08-17T13:08:38.3242122Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-08-17T13:08:38.3370091Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (13 ms) 2022-08-17T13:08:38.3370855Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-08-17T13:08:38.3371699Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-08-17T13:08:38.3372213Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-08-17T13:08:38.3372660Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-08-17T13:08:38.3373045Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-08-17T13:08:38.3373470Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-08-17T13:08:38.3373884Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-08-17T13:08:38.3374456Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-08-17T13:08:38.3375035Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-08-17T13:08:38.3375775Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-08-17T13:08:38.3376599Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-08-17T13:08:38.3377245Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-08-17T13:08:38.3377711Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-08-17T13:08:38.3378098Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-08-17T13:08:38.3378511Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-08-17T13:08:38.3378994Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-08-17T13:08:38.3379553Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-08-17T13:08:38.3380361Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-08-17T13:08:38.3381077Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-08-17T13:08:38.3381885Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-08-17T13:08:38.3382663Z [ RUN ] DataTest.StackTransformWorksForExample 2022-08-17T13:08:38.3383056Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-08-17T13:08:38.3383446Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-08-17T13:08:38.3383853Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-08-17T13:08:38.3384247Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-08-17T13:08:38.3384662Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-08-17T13:08:38.3385060Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-08-17T13:08:38.3385537Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-08-17T13:08:38.3385879Z [ RUN ] DataTest.NormalizeTransform 2022-08-17T13:08:38.3386659Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-08-17T13:08:38.3387008Z [ RUN ] DataTest.MapDoesNotCopy 2022-08-17T13:08:38.3387326Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-08-17T13:08:38.3387661Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-08-17T13:08:38.3388201Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-08-17T13:08:38.3388601Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-08-17T13:08:38.3498846Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-08-17T13:08:38.3499276Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-08-17T13:08:38.3704955Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-08-17T13:08:38.3705352Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-08-17T13:08:38.3726829Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-08-17T13:08:38.3727218Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-08-17T13:08:38.3727604Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-08-17T13:08:38.3727975Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-08-17T13:08:38.3728342Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-08-17T13:08:38.3728802Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-08-17T13:08:38.3729332Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-08-17T13:08:38.3729825Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-08-17T13:08:38.3730283Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-08-17T13:08:38.3730691Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-08-17T13:08:38.3838945Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-08-17T13:08:38.3839351Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-08-17T13:08:38.3853668Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-08-17T13:08:38.3854226Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-08-17T13:08:38.3854875Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-08-17T13:08:38.3855382Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-08-17T13:08:38.3855749Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-08-17T13:08:38.3856270Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-08-17T13:08:38.3856890Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-08-17T13:08:38.3857488Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-08-17T13:08:38.3858060Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-08-17T13:08:38.3858603Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-08-17T13:08:38.3859608Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-08-17T13:08:38.3860512Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-08-17T13:08:38.3861142Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-08-17T13:08:38.3861900Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-08-17T13:08:38.3862851Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-08-17T13:08:38.3863794Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-08-17T13:08:38.3864347Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-08-17T13:08:38.3864740Z [----------] 50 tests from DataTest (68 ms total) 2022-08-17T13:08:38.3864876Z 2022-08-17T13:08:38.3865032Z [----------] 37 tests from DataLoaderTest 2022-08-17T13:08:38.3865396Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-08-17T13:08:38.3865841Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-08-17T13:08:38.3866395Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-08-17T13:08:38.3866870Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-08-17T13:08:38.3867316Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-08-17T13:08:38.3867742Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-08-17T13:08:38.3868271Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-08-17T13:08:38.3874149Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-08-17T13:08:38.3875221Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-08-17T13:08:38.3875785Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-08-17T13:08:38.3876231Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-08-17T13:08:38.3876716Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-08-17T13:08:38.3877193Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-08-17T13:08:38.3877664Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-08-17T13:08:38.3878230Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-08-17T13:08:38.3878745Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-08-17T13:08:38.3879167Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-08-17T13:08:38.3879504Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-08-17T13:08:38.3879998Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-08-17T13:08:38.3880451Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-08-17T13:08:38.3880846Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-08-17T13:08:38.3881228Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-08-17T13:08:38.3881687Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-08-17T13:08:38.3890292Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-08-17T13:08:38.3890783Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-08-17T13:08:38.3901245Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-08-17T13:08:38.3901732Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-08-17T13:08:38.3912167Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-08-17T13:08:38.3912707Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-08-17T13:08:38.3922998Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-08-17T13:08:38.3923464Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-08-17T13:08:38.3934416Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-08-17T13:08:38.3934846Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-08-17T13:08:38.3935226Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-08-17T13:08:38.3935734Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-08-17T13:08:38.3936353Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-08-17T13:08:38.3936998Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-08-17T13:08:38.3937675Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-08-17T13:08:38.3938158Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-08-17T13:08:38.4052215Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-08-17T13:08:38.4052656Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-08-17T13:08:38.4074540Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-08-17T13:08:38.4074934Z [ RUN ] DataLoaderTest.Reset 2022-08-17T13:08:38.4075223Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-08-17T13:08:38.4075612Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-08-17T13:08:38.4079666Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-08-17T13:08:38.4080362Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-08-17T13:08:38.4080779Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-08-17T13:08:38.4081187Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-08-17T13:08:38.4098446Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-08-17T13:08:38.4098928Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-08-17T13:08:38.4099363Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-08-17T13:08:38.4099850Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-08-17T13:08:38.4100631Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-08-17T13:08:38.4101052Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-08-17T13:08:38.4190114Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (8 ms) 2022-08-17T13:08:38.4190548Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-08-17T13:08:38.4206045Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-08-17T13:08:38.4206752Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-08-17T13:08:38.4207294Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-08-17T13:08:38.4207920Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-08-17T13:08:38.4208766Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-08-17T13:08:38.4209621Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-08-17T13:08:38.4210116Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-08-17T13:08:38.4210512Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-08-17T13:08:38.4213233Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-08-17T13:08:38.4213752Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-08-17T13:08:38.4461365Z [ OK ] DataLoaderTest.ChunkDatasetSave (24 ms) 2022-08-17T13:08:38.4461899Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-08-17T13:08:38.4465163Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-08-17T13:08:38.4465570Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-08-17T13:08:38.4469114Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-08-17T13:08:38.4469526Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-08-17T13:08:38.4472805Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-08-17T13:08:38.4473554Z [----------] 37 tests from DataLoaderTest (60 ms total) 2022-08-17T13:08:38.4473826Z 2022-08-17T13:08:38.4474097Z [----------] 1 test from EnumTest 2022-08-17T13:08:38.4474560Z [ RUN ] EnumTest.AllEnums 2022-08-17T13:08:38.4475045Z [ OK ] EnumTest.AllEnums (0 ms) 2022-08-17T13:08:38.4475346Z [----------] 1 test from EnumTest (0 ms total) 2022-08-17T13:08:38.4475498Z 2022-08-17T13:08:38.4475661Z [----------] 6 tests from ExpandingArrayTest 2022-08-17T13:08:38.4476037Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-08-17T13:08:38.4476626Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-08-17T13:08:38.4477026Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-08-17T13:08:38.4477421Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-08-17T13:08:38.4477804Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-08-17T13:08:38.4478254Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-08-17T13:08:38.4478657Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-08-17T13:08:38.4479081Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-08-17T13:08:38.4479677Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-08-17T13:08:38.4484307Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-08-17T13:08:38.4485104Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-08-17T13:08:38.4494380Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-08-17T13:08:38.4494944Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-08-17T13:08:38.4495117Z 2022-08-17T13:08:38.4495244Z [----------] 10 tests from FFTTest 2022-08-17T13:08:38.4495490Z [ RUN ] FFTTest.fft 2022-08-17T13:08:38.4500187Z [ OK ] FFTTest.fft (0 ms) 2022-08-17T13:08:38.4500445Z [ RUN ] FFTTest.fft_real 2022-08-17T13:08:38.4501863Z [ OK ] FFTTest.fft_real (0 ms) 2022-08-17T13:08:38.4502274Z [ RUN ] FFTTest.fft_pad 2022-08-17T13:08:38.4504243Z [ OK ] FFTTest.fft_pad (0 ms) 2022-08-17T13:08:38.4504505Z [ RUN ] FFTTest.fft_norm 2022-08-17T13:08:38.4506207Z [ OK ] FFTTest.fft_norm (0 ms) 2022-08-17T13:08:38.4506503Z [ RUN ] FFTTest.ifft 2022-08-17T13:08:38.4509527Z [ OK ] FFTTest.ifft (0 ms) 2022-08-17T13:08:38.4509833Z [ RUN ] FFTTest.fft_ifft 2022-08-17T13:08:38.4512083Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-08-17T13:08:38.4512368Z [ RUN ] FFTTest.rfft 2022-08-17T13:08:38.4516010Z [ OK ] FFTTest.rfft (0 ms) 2022-08-17T13:08:38.4516349Z [ RUN ] FFTTest.rfft_irfft 2022-08-17T13:08:38.4517208Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-08-17T13:08:38.4517491Z [ RUN ] FFTTest.ihfft 2022-08-17T13:08:38.4521470Z [ OK ] FFTTest.ihfft (0 ms) 2022-08-17T13:08:38.4521732Z [ RUN ] FFTTest.hfft_ihfft 2022-08-17T13:08:38.4523716Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-08-17T13:08:38.4524382Z [----------] 10 tests from FFTTest (2 ms total) 2022-08-17T13:08:38.4524661Z 2022-08-17T13:08:38.4524862Z [----------] 132 tests from FunctionalTest 2022-08-17T13:08:38.4525147Z [ RUN ] FunctionalTest.Conv1d 2022-08-17T13:08:38.4535107Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-08-17T13:08:38.4535656Z [ RUN ] FunctionalTest.Conv2dEven 2022-08-17T13:08:38.4538442Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-08-17T13:08:38.4539040Z [ RUN ] FunctionalTest.Conv2dUneven 2022-08-17T13:08:38.4540012Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-08-17T13:08:38.4540638Z [ RUN ] FunctionalTest.Conv3d 2022-08-17T13:08:38.4543343Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-08-17T13:08:38.4543805Z [ RUN ] FunctionalTest.MaxPool1d 2022-08-17T13:08:38.4544171Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-08-17T13:08:38.4544505Z [ RUN ] FunctionalTest.MaxPool2d 2022-08-17T13:08:38.4545666Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-08-17T13:08:38.4546098Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-08-17T13:08:38.4547226Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-08-17T13:08:38.4547667Z [ RUN ] FunctionalTest.MaxPool3d 2022-08-17T13:08:38.4548779Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-08-17T13:08:38.4549157Z [ RUN ] FunctionalTest.AvgPool1d 2022-08-17T13:08:38.4550055Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-08-17T13:08:38.4550967Z [ RUN ] FunctionalTest.AvgPool2d 2022-08-17T13:08:38.4551669Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-08-17T13:08:38.4552282Z [ RUN ] FunctionalTest.AvgPool3d 2022-08-17T13:08:38.4552937Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-08-17T13:08:38.4553624Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-08-17T13:08:38.4554406Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-08-17T13:08:38.4555114Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-08-17T13:08:38.4555738Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-08-17T13:08:38.4556238Z [ RUN ] FunctionalTest.LPPool1d 2022-08-17T13:08:38.4557221Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-08-17T13:08:38.4557770Z [ RUN ] FunctionalTest.LPPool2d 2022-08-17T13:08:38.4558488Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-08-17T13:08:38.4559167Z [ RUN ] FunctionalTest.CosineSimilarity 2022-08-17T13:08:38.4559883Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-08-17T13:08:38.4560654Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-08-17T13:08:38.4561982Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-08-17T13:08:38.4562926Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-08-17T13:08:38.4563640Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-08-17T13:08:38.4564556Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-08-17T13:08:38.4565372Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-08-17T13:08:38.4566146Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-08-17T13:08:38.4566958Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-08-17T13:08:38.4567697Z [ RUN ] FunctionalTest.HuberLossDelta 2022-08-17T13:08:38.4568394Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-08-17T13:08:38.4569134Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-08-17T13:08:38.4569897Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-08-17T13:08:38.4570667Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-08-17T13:08:38.4571699Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:38.4572219Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-08-17T13:08:38.4574904Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:38.4575642Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-08-17T13:08:38.4576244Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-08-17T13:08:38.4576961Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-08-17T13:08:38.4579048Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-08-17T13:08:38.4579607Z [ RUN ] FunctionalTest.PairwiseDistance 2022-08-17T13:08:38.4580325Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-08-17T13:08:38.4580702Z [ RUN ] FunctionalTest.PDist 2022-08-17T13:08:38.4581450Z [ OK ] FunctionalTest.PDist (0 ms) 2022-08-17T13:08:38.4582117Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-08-17T13:08:38.4582848Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-08-17T13:08:38.4583732Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-08-17T13:08:38.4584427Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-08-17T13:08:38.4585134Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-08-17T13:08:38.4585885Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-08-17T13:08:38.4586595Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-08-17T13:08:38.4587297Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-08-17T13:08:38.4588015Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-08-17T13:08:38.4588742Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-08-17T13:08:38.4589429Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-08-17T13:08:38.4590184Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-08-17T13:08:38.4590829Z [ RUN ] FunctionalTest.L1Loss 2022-08-17T13:08:38.4591432Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-08-17T13:08:38.4592048Z [ RUN ] FunctionalTest.MSELoss 2022-08-17T13:08:38.4592671Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-08-17T13:08:38.4593273Z [ RUN ] FunctionalTest.BCELoss 2022-08-17T13:08:38.4593899Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-08-17T13:08:38.4594510Z [ RUN ] FunctionalTest.KLDivLoss 2022-08-17T13:08:38.4595958Z [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-08-17T13:08:38.4597269Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-08-17T13:08:38.4598019Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-08-17T13:08:38.4598823Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-08-17T13:08:38.4599495Z [ RUN ] FunctionalTest.GridSample 2022-08-17T13:08:38.4600498Z [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-08-17T13:08:38.4601553Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-08-17T13:08:38.4602186Z [ RUN ] FunctionalTest.AffineGrid 2022-08-17T13:08:38.4732528Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-08-17T13:08:38.4733220Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-08-17T13:08:38.4733937Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-08-17T13:08:38.4734665Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-08-17T13:08:38.4735570Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-08-17T13:08:38.4736416Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-08-17T13:08:38.4737754Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:38.4738682Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-08-17T13:08:38.4739605Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-08-17T13:08:38.4740390Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-08-17T13:08:38.4741129Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-08-17T13:08:38.4742043Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-08-17T13:08:38.4861434Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (11 ms) 2022-08-17T13:08:38.4862303Z [ RUN ] FunctionalTest.NLLLoss 2022-08-17T13:08:38.4862948Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-08-17T13:08:38.4863586Z [ RUN ] FunctionalTest.CrossEntropy 2022-08-17T13:08:38.4864659Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-08-17T13:08:38.4865558Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-08-17T13:08:38.4867131Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-08-17T13:08:38.4867760Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-08-17T13:08:38.4868703Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-08-17T13:08:38.4869362Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-08-17T13:08:38.4870201Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-08-17T13:08:38.4870550Z [ RUN ] FunctionalTest.ELU 2022-08-17T13:08:38.4880783Z [ OK ] FunctionalTest.ELU (1 ms) 2022-08-17T13:08:38.4881310Z [ RUN ] FunctionalTest.SELU 2022-08-17T13:08:38.4883895Z [ OK ] FunctionalTest.SELU (0 ms) 2022-08-17T13:08:38.4884561Z [ RUN ] FunctionalTest.GLU 2022-08-17T13:08:38.4885451Z [ OK ] FunctionalTest.GLU (0 ms) 2022-08-17T13:08:38.4885961Z [ RUN ] FunctionalTest.GELU 2022-08-17T13:08:38.4890266Z [ OK ] FunctionalTest.GELU (0 ms) 2022-08-17T13:08:38.4890784Z [ RUN ] FunctionalTest.TanhGELU 2022-08-17T13:08:38.4891570Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-08-17T13:08:38.4892112Z [ RUN ] FunctionalTest.Hardshrink 2022-08-17T13:08:38.4898019Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-08-17T13:08:38.4898391Z [ RUN ] FunctionalTest.OneHot 2022-08-17T13:08:38.4900899Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-08-17T13:08:38.4901197Z [ RUN ] FunctionalTest.Hardtanh 2022-08-17T13:08:38.4920414Z [ OK ] FunctionalTest.Hardtanh (1 ms) 2022-08-17T13:08:38.4920836Z [ RUN ] FunctionalTest.LeakyReLU 2022-08-17T13:08:38.4928096Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-08-17T13:08:38.4928768Z [ RUN ] FunctionalTest.LogSigmoid 2022-08-17T13:08:38.4929547Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-08-17T13:08:38.4930217Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-08-17T13:08:38.4953704Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-08-17T13:08:38.4954362Z [ RUN ] FunctionalTest.Softmax 2022-08-17T13:08:38.4955142Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-08-17T13:08:38.4955466Z [ RUN ] FunctionalTest.Softmin 2022-08-17T13:08:38.4956754Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-08-17T13:08:38.4957284Z [ RUN ] FunctionalTest.LogSoftmax 2022-08-17T13:08:38.4957787Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-08-17T13:08:38.4958144Z [ RUN ] FunctionalTest.PReLU 2022-08-17T13:08:38.4959553Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-08-17T13:08:38.4959955Z [ RUN ] FunctionalTest.LayerNorm 2022-08-17T13:08:38.4960416Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-08-17T13:08:38.4960845Z [ RUN ] FunctionalTest.GroupNorm 2022-08-17T13:08:38.4961773Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-08-17T13:08:38.4962448Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-08-17T13:08:38.4963525Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-08-17T13:08:38.4964394Z [ RUN ] FunctionalTest.Linear 2022-08-17T13:08:38.4966382Z [ OK ] FunctionalTest.Linear (0 ms) 2022-08-17T13:08:38.4967004Z [ RUN ] FunctionalTest.Embedding 2022-08-17T13:08:38.4967782Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-08-17T13:08:38.4968434Z [ RUN ] FunctionalTest.EmbeddingBag 2022-08-17T13:08:38.4971376Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-08-17T13:08:38.4971823Z [ RUN ] FunctionalTest.Bilinear 2022-08-17T13:08:38.4974371Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-08-17T13:08:38.4974792Z [ RUN ] FunctionalTest.Normalize 2022-08-17T13:08:38.4978810Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-08-17T13:08:38.4979344Z [ RUN ] FunctionalTest.ReLU 2022-08-17T13:08:38.4981079Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-08-17T13:08:38.4981618Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-08-17T13:08:38.4982254Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-08-17T13:08:38.4982598Z [ RUN ] FunctionalTest.ReLU6 2022-08-17T13:08:38.4985160Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-08-17T13:08:38.4985557Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-08-17T13:08:38.4985974Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-08-17T13:08:38.4986283Z [ RUN ] FunctionalTest.RReLU 2022-08-17T13:08:38.5011421Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-08-17T13:08:38.5011945Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-08-17T13:08:38.5012815Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-08-17T13:08:38.5013163Z [ RUN ] FunctionalTest.CELU 2022-08-17T13:08:38.5021594Z [ OK ] FunctionalTest.CELU (0 ms) 2022-08-17T13:08:38.5022126Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-08-17T13:08:38.5022761Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-08-17T13:08:38.5023105Z [ RUN ] FunctionalTest.PixelShuffle 2022-08-17T13:08:38.5024763Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-08-17T13:08:38.5025176Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-08-17T13:08:38.5025606Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-08-17T13:08:38.5025896Z [ RUN ] FunctionalTest.Softplus 2022-08-17T13:08:38.5031873Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-08-17T13:08:38.5032309Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-08-17T13:08:38.5032721Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-08-17T13:08:38.5033110Z [ RUN ] FunctionalTest.Fold 2022-08-17T13:08:38.5033467Z [ OK ] FunctionalTest.Fold (0 ms) 2022-08-17T13:08:38.5033794Z [ RUN ] FunctionalTest.Unfold 2022-08-17T13:08:38.5034506Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-08-17T13:08:38.5034841Z [ RUN ] FunctionalTest.Softshrink 2022-08-17T13:08:38.5040253Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-08-17T13:08:38.5040679Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-08-17T13:08:38.5042580Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-08-17T13:08:38.5043115Z [ RUN ] FunctionalTest.Softsign 2022-08-17T13:08:38.5044143Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-08-17T13:08:38.5044759Z [ RUN ] FunctionalTest.Mish 2022-08-17T13:08:38.5046108Z [ OK ] FunctionalTest.Mish (0 ms) 2022-08-17T13:08:38.5046738Z [ RUN ] FunctionalTest.Tanhshrink 2022-08-17T13:08:38.5047388Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-08-17T13:08:38.5048033Z [ RUN ] FunctionalTest.Threshold 2022-08-17T13:08:38.5056705Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-08-17T13:08:38.5057433Z [ RUN ] FunctionalTest.BatchNorm1d 2022-08-17T13:08:38.5058170Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-08-17T13:08:38.5059029Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-08-17T13:08:38.5059983Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-08-17T13:08:38.5060783Z [ RUN ] FunctionalTest.BatchNorm2d 2022-08-17T13:08:38.5061546Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-08-17T13:08:38.5062494Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-08-17T13:08:38.5063322Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-08-17T13:08:38.5064163Z [ RUN ] FunctionalTest.BatchNorm3d 2022-08-17T13:08:38.5064816Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-08-17T13:08:38.5065549Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-08-17T13:08:38.5066346Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-08-17T13:08:38.5067085Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-08-17T13:08:38.5067780Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-08-17T13:08:38.5068572Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-08-17T13:08:38.5069416Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-08-17T13:08:38.5070171Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-08-17T13:08:38.5070882Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-08-17T13:08:38.5071627Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-08-17T13:08:38.5072489Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-08-17T13:08:38.5073239Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-08-17T13:08:38.5074261Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-08-17T13:08:38.5075019Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-08-17T13:08:38.5076277Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-08-17T13:08:38.5077018Z [ RUN ] FunctionalTest.Interpolate 2022-08-17T13:08:38.5078545Z [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-08-17T13:08:38.5080635Z [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-08-17T13:08:38.5082627Z [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-08-17T13:08:38.5084798Z [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-08-17T13:08:38.5086781Z [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-08-17T13:08:38.5088744Z [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-08-17T13:08:38.5090780Z [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-08-17T13:08:38.5092757Z [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-08-17T13:08:38.5155411Z [ OK ] FunctionalTest.Interpolate (7 ms) 2022-08-17T13:08:38.5155979Z [ RUN ] FunctionalTest.Pad1 2022-08-17T13:08:38.5156582Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-08-17T13:08:38.5156976Z [ RUN ] FunctionalTest.Pad2 2022-08-17T13:08:38.5157811Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-08-17T13:08:38.5158392Z [ RUN ] FunctionalTest.Pad3 2022-08-17T13:08:38.5161586Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-08-17T13:08:38.5162016Z [ RUN ] FunctionalTest.Pad4 2022-08-17T13:08:38.5162701Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-08-17T13:08:38.5163078Z [ RUN ] FunctionalTest.Pad5 2022-08-17T13:08:38.5165506Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-08-17T13:08:38.5165872Z [ RUN ] FunctionalTest.Pad6 2022-08-17T13:08:38.5167388Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-08-17T13:08:38.5168839Z [ RUN ] FunctionalTest.Pad7 2022-08-17T13:08:38.5169118Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-08-17T13:08:38.5169393Z [ RUN ] FunctionalTest.Pad8 2022-08-17T13:08:38.5169678Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-08-17T13:08:38.5169944Z [ RUN ] FunctionalTest.CTCLoss 2022-08-17T13:08:38.5270575Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-08-17T13:08:38.5271163Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-08-17T13:08:38.5272052Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-08-17T13:08:38.5272662Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-08-17T13:08:38.5274898Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-08-17T13:08:38.5275601Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-08-17T13:08:38.5277379Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-08-17T13:08:38.5277731Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-08-17T13:08:38.5280281Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-08-17T13:08:38.5280651Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-08-17T13:08:38.5282911Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-08-17T13:08:38.5283532Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-08-17T13:08:38.5285422Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-08-17T13:08:38.5285998Z [ RUN ] FunctionalTest.AlphaDropout 2022-08-17T13:08:38.5293275Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-08-17T13:08:38.5293875Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-08-17T13:08:38.5300121Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-08-17T13:08:38.5300448Z [ RUN ] FunctionalTest.Dropout 2022-08-17T13:08:38.5305312Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-08-17T13:08:38.5305616Z [ RUN ] FunctionalTest.Dropout2d 2022-08-17T13:08:38.5310825Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-08-17T13:08:38.5311128Z [ RUN ] FunctionalTest.Dropout3d 2022-08-17T13:08:38.5315716Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-08-17T13:08:38.5316076Z [ RUN ] FunctionalTest.isfinite 2022-08-17T13:08:38.5320482Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-08-17T13:08:38.5320775Z [ RUN ] FunctionalTest.isinf 2022-08-17T13:08:38.5324123Z [ OK ] FunctionalTest.isinf (0 ms) 2022-08-17T13:08:38.5324425Z [ RUN ] FunctionalTest.AllClose 2022-08-17T13:08:38.5371333Z [ OK ] FunctionalTest.AllClose (4 ms) 2022-08-17T13:08:38.5371664Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-08-17T13:08:38.5408474Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-08-17T13:08:38.5408848Z [----------] 132 tests from FunctionalTest (88 ms total) 2022-08-17T13:08:38.5409015Z 2022-08-17T13:08:38.5409171Z [----------] 1 test from IntegrationTest 2022-08-17T13:08:38.5409464Z [ RUN ] IntegrationTest.CartPole 2022-08-17T13:08:48.9231917Z [ OK ] IntegrationTest.CartPole (10382 ms) 2022-08-17T13:08:48.9232476Z [----------] 1 test from IntegrationTest (10382 ms total) 2022-08-17T13:08:48.9232645Z 2022-08-17T13:08:48.9232777Z [----------] 9 tests from InitTest 2022-08-17T13:08:48.9233116Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-08-17T13:08:48.9242014Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-08-17T13:08:48.9242397Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-08-17T13:08:48.9252237Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (0 ms) 2022-08-17T13:08:48.9262157Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-08-17T13:08:48.9262842Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-08-17T13:08:48.9263225Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-08-17T13:08:48.9273149Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-08-17T13:08:48.9273557Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-08-17T13:08:48.9297895Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-08-17T13:08:48.9298350Z [ RUN ] InitTest.CalculateGainWithTanh 2022-08-17T13:08:48.9298692Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-08-17T13:08:48.9299013Z [ RUN ] InitTest.CalculateGainWithRelu 2022-08-17T13:08:48.9299341Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-08-17T13:08:48.9299662Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-08-17T13:08:48.9300052Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-08-17T13:08:48.9300496Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-08-17T13:08:48.9301309Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-08-17T13:08:48.9301738Z [----------] 9 tests from InitTest (7 ms total) 2022-08-17T13:08:48.9301891Z 2022-08-17T13:08:48.9302047Z [----------] 6 tests from TorchScriptTest 2022-08-17T13:08:48.9302395Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-08-17T13:08:48.9654313Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (35 ms) 2022-08-17T13:08:48.9654794Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-08-17T13:08:48.9674233Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (1 ms) 2022-08-17T13:08:48.9674662Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-08-17T13:08:48.9676696Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-08-17T13:08:48.9677214Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-08-17T13:08:48.9678476Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-08-17T13:08:48.9683696Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-08-17T13:08:48.9684845Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-08-17T13:08:48.9685477Z [ RUN ] TorchScriptTest.TestPickle 2022-08-17T13:08:48.9686040Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-08-17T13:08:48.9686566Z [----------] 6 tests from TorchScriptTest (38 ms total) 2022-08-17T13:08:48.9686850Z 2022-08-17T13:08:48.9687135Z [----------] 3 tests from MakeUniqueTest 2022-08-17T13:08:48.9687755Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-08-17T13:08:48.9688387Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-08-17T13:08:48.9688755Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-08-17T13:08:48.9689130Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-08-17T13:08:48.9689498Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-08-17T13:08:48.9689895Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-08-17T13:08:48.9690263Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-08-17T13:08:48.9690415Z 2022-08-17T13:08:48.9690565Z [----------] 2 tests from MetaTensorTest 2022-08-17T13:08:48.9690846Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-08-17T13:08:48.9691174Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-08-17T13:08:48.9691495Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-08-17T13:08:48.9691814Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-08-17T13:08:48.9692145Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-08-17T13:08:48.9692299Z 2022-08-17T13:08:48.9692436Z [----------] 2 tests from UtilsTest 2022-08-17T13:08:48.9692794Z [ RUN ] UtilsTest.WarnOnce 2022-08-17T13:08:48.9693056Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-08-17T13:08:48.9693373Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-08-17T13:08:48.9693736Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-08-17T13:08:48.9694060Z [----------] 2 tests from UtilsTest (0 ms total) 2022-08-17T13:08:48.9694212Z 2022-08-17T13:08:48.9694353Z [----------] 1 test from NoGradTest 2022-08-17T13:08:48.9694652Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-08-17T13:08:48.9716911Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-08-17T13:08:48.9717475Z [----------] 1 test from NoGradTest (3 ms total) 2022-08-17T13:08:48.9717708Z 2022-08-17T13:08:48.9717947Z [----------] 3 tests from AutogradTest 2022-08-17T13:08:48.9718593Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-08-17T13:08:48.9719108Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-08-17T13:08:48.9719585Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-08-17T13:08:48.9720340Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-08-17T13:08:48.9720982Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-08-17T13:08:48.9721825Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-08-17T13:08:48.9722504Z [----------] 3 tests from AutogradTest (0 ms total) 2022-08-17T13:08:48.9722774Z 2022-08-17T13:08:48.9723094Z [----------] 1 test from OptionalArrayRefTest 2022-08-17T13:08:48.9723620Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-08-17T13:08:48.9724362Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-08-17T13:08:48.9725072Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-08-17T13:08:48.9725382Z 2022-08-17T13:08:48.9725657Z [----------] 52 tests from ModuleTest 2022-08-17T13:08:48.9726100Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-08-17T13:08:48.9726496Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-08-17T13:08:48.9726927Z [ RUN ] ModuleTest.ZeroGrad 2022-08-17T13:08:48.9727202Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-08-17T13:08:48.9727496Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-08-17T13:08:48.9727839Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-08-17T13:08:48.9728233Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-08-17T13:08:48.9749792Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-08-17T13:08:48.9750254Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-08-17T13:08:48.9762762Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-08-17T13:08:48.9763236Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-08-17T13:08:48.9775622Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-08-17T13:08:48.9776266Z [ RUN ] ModuleTest.ReplaceModule 2022-08-17T13:08:48.9776577Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-08-17T13:08:48.9776870Z [ RUN ] ModuleTest.UnregisterModule 2022-08-17T13:08:48.9791129Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-08-17T13:08:48.9791564Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-08-17T13:08:48.9821425Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (2 ms) 2022-08-17T13:08:48.9821988Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-08-17T13:08:48.9841486Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (1 ms) 2022-08-17T13:08:48.9842215Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-08-17T13:08:48.9842740Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-08-17T13:08:48.9843164Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-08-17T13:08:48.9871931Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (2 ms) 2022-08-17T13:08:48.9872553Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-08-17T13:08:48.9892178Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-08-17T13:08:48.9892849Z [ RUN ] ModuleTest.CanGetName 2022-08-17T13:08:48.9893359Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-08-17T13:08:48.9893944Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-08-17T13:08:48.9894574Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-08-17T13:08:48.9895321Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-08-17T13:08:48.9896156Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-08-17T13:08:48.9896642Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-08-17T13:08:48.9897153Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-08-17T13:08:48.9897675Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-08-17T13:08:48.9910315Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-08-17T13:08:48.9910992Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-08-17T13:08:48.9911541Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-08-17T13:08:48.9911999Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-08-17T13:08:48.9915295Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-08-17T13:08:48.9915932Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-08-17T13:08:48.9916732Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-08-17T13:08:48.9917418Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-08-17T13:08:48.9918698Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-08-17T13:08:48.9919277Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-08-17T13:08:48.9919731Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-08-17T13:08:48.9920437Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-08-17T13:08:48.9921041Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-08-17T13:08:48.9921427Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-08-17T13:08:48.9921781Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-08-17T13:08:48.9922156Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-08-17T13:08:48.9922566Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-08-17T13:08:48.9923078Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-08-17T13:08:48.9923690Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-08-17T13:08:48.9924406Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-08-17T13:08:48.9925002Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-08-17T13:08:48.9925555Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-08-17T13:08:48.9931553Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-08-17T13:08:48.9932219Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-08-17T13:08:48.9933069Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-08-17T13:08:48.9933817Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-08-17T13:08:48.9934550Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-08-17T13:08:48.9935304Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-08-17T13:08:48.9936119Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-08-17T13:08:48.9937017Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-08-17T13:08:48.9937898Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-08-17T13:08:48.9938567Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-08-17T13:08:48.9939207Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-08-17T13:08:48.9939887Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-08-17T13:08:48.9940915Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-08-17T13:08:48.9941551Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-08-17T13:08:48.9942034Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-08-17T13:08:48.9942517Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-08-17T13:08:48.9943037Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-08-17T13:08:48.9943518Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-08-17T13:08:48.9943981Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-08-17T13:08:48.9944438Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-08-17T13:08:48.9944933Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-08-17T13:08:48.9945411Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-08-17T13:08:48.9945979Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-08-17T13:08:48.9946492Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-08-17T13:08:48.9947044Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-08-17T13:08:48.9947562Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-08-17T13:08:48.9948044Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-08-17T13:08:48.9948579Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-08-17T13:08:48.9949144Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-08-17T13:08:48.9949611Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-08-17T13:08:48.9949980Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9950375Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-08-17T13:08:48.9950786Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9951174Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-08-17T13:08:48.9951581Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9951998Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-08-17T13:08:48.9952427Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9952851Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-08-17T13:08:48.9953271Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9953756Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-08-17T13:08:48.9954228Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-08-17T13:08:48.9954724Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-08-17T13:08:48.9966589Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-08-17T13:08:48.9967052Z [ RUN ] ModuleTest.PrettyPrint 2022-08-17T13:08:48.9967351Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-08-17T13:08:48.9967802Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-08-17T13:08:48.9968351Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-08-17T13:08:48.9968752Z [----------] 52 tests from ModuleTest (24 ms total) 2022-08-17T13:08:48.9968900Z 2022-08-17T13:08:48.9969051Z [----------] 11 tests from ModuleDictTest 2022-08-17T13:08:48.9969424Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-08-17T13:08:48.9969768Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-08-17T13:08:48.9970112Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-08-17T13:08:48.9970496Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-08-17T13:08:48.9970923Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-08-17T13:08:48.9978465Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-08-17T13:08:48.9978793Z [ RUN ] ModuleDictTest.UpdateExist 2022-08-17T13:08:48.9979104Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-08-17T13:08:48.9979383Z [ RUN ] ModuleDictTest.Keys 2022-08-17T13:08:48.9992064Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-08-17T13:08:48.9992600Z [ RUN ] ModuleDictTest.Values 2022-08-17T13:08:48.9993062Z [ OK ] ModuleDictTest.Values (0 ms) 2022-08-17T13:08:48.9993665Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-08-17T13:08:48.9994219Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-08-17T13:08:48.9994730Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-08-17T13:08:48.9995095Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-08-17T13:08:48.9995409Z [ RUN ] ModuleDictTest.IsCloneable 2022-08-17T13:08:48.9997927Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-08-17T13:08:48.9998468Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-08-17T13:08:48.9999321Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-08-17T13:08:48.9999803Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-08-17T13:08:49.0000850Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-08-17T13:08:49.0001435Z [----------] 11 tests from ModuleDictTest (3 ms total) 2022-08-17T13:08:49.0001703Z 2022-08-17T13:08:49.0001972Z [----------] 15 tests from ModuleListTest 2022-08-17T13:08:49.0002623Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-08-17T13:08:49.0003064Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-08-17T13:08:49.0003457Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-08-17T13:08:49.0003835Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-08-17T13:08:49.0004418Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-08-17T13:08:49.0004808Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-08-17T13:08:49.0005169Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-08-17T13:08:49.0005540Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-08-17T13:08:49.0005861Z [ RUN ] ModuleListTest.Insertion 2022-08-17T13:08:49.0006261Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-08-17T13:08:49.0006553Z [ RUN ] ModuleListTest.AccessWithAt 2022-08-17T13:08:49.0022980Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-08-17T13:08:49.0023360Z [ RUN ] ModuleListTest.AccessWithPtr 2022-08-17T13:08:49.0042671Z [ OK ] ModuleListTest.AccessWithPtr (1 ms) 2022-08-17T13:08:49.0043281Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-08-17T13:08:49.0044625Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-08-17T13:08:49.0045480Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-08-17T13:08:49.0046350Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-08-17T13:08:49.0047024Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-08-17T13:08:49.0047523Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-08-17T13:08:49.0047980Z [ RUN ] ModuleListTest.IsCloneable 2022-08-17T13:08:49.0048527Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-08-17T13:08:49.0049184Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-08-17T13:08:49.0050398Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-08-17T13:08:49.0050879Z [ RUN ] ModuleListTest.NestingIsPossible 2022-08-17T13:08:49.0051309Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-08-17T13:08:49.0051931Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-08-17T13:08:49.0052609Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-08-17T13:08:49.0053246Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-08-17T13:08:49.0053855Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-08-17T13:08:49.0054211Z [----------] 15 tests from ModuleListTest (4 ms total) 2022-08-17T13:08:49.0054355Z 2022-08-17T13:08:49.0054509Z [----------] 256 tests from ModulesTest 2022-08-17T13:08:49.0054777Z [ RUN ] ModulesTest.Conv1d 2022-08-17T13:08:49.0061162Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-08-17T13:08:49.0061782Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-08-17T13:08:49.0092552Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-08-17T13:08:49.0093108Z [ RUN ] ModulesTest.Conv2dEven 2022-08-17T13:08:49.0095748Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-08-17T13:08:49.0096275Z [ RUN ] ModulesTest.Conv2dUneven 2022-08-17T13:08:49.0098033Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-08-17T13:08:49.0098612Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-08-17T13:08:49.0158621Z [ OK ] ModulesTest.Conv2dSameStrided (6 ms) 2022-08-17T13:08:49.0159161Z [ RUN ] ModulesTest.Conv3d 2022-08-17T13:08:49.0162395Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-08-17T13:08:49.0162931Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-08-17T13:08:49.0224629Z [ OK ] ModulesTest.Conv3dSameStrided (6 ms) 2022-08-17T13:08:49.0225196Z [ RUN ] ModulesTest.ConvTranspose1d 2022-08-17T13:08:49.0226364Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-08-17T13:08:49.0226675Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-08-17T13:08:49.0230331Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-08-17T13:08:49.0230946Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-08-17T13:08:49.0234063Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-08-17T13:08:49.0234627Z [ RUN ] ModulesTest.ConvTranspose3d 2022-08-17T13:08:49.0236504Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-08-17T13:08:49.0237063Z [ RUN ] ModulesTest.MaxPool1d 2022-08-17T13:08:49.0238608Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-08-17T13:08:49.0239692Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-08-17T13:08:49.0240354Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-08-17T13:08:49.0240905Z [ RUN ] ModulesTest.MaxPool2dEven 2022-08-17T13:08:49.0241468Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-08-17T13:08:49.0242029Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-08-17T13:08:49.0242669Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-08-17T13:08:49.0243252Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-08-17T13:08:49.0243903Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-08-17T13:08:49.0244487Z [ RUN ] ModulesTest.MaxPool3d 2022-08-17T13:08:49.0245300Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-08-17T13:08:49.0245887Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-08-17T13:08:49.0246847Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-08-17T13:08:49.0247420Z [ RUN ] ModulesTest.AvgPool1d 2022-08-17T13:08:49.0248301Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-08-17T13:08:49.0248845Z [ RUN ] ModulesTest.AvgPool2dEven 2022-08-17T13:08:49.0250341Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-08-17T13:08:49.0250702Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-08-17T13:08:49.0251062Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-08-17T13:08:49.0251382Z [ RUN ] ModulesTest.AvgPool3d 2022-08-17T13:08:49.0252304Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-08-17T13:08:49.0252716Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-08-17T13:08:49.0253999Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-08-17T13:08:49.0254465Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-08-17T13:08:49.0255125Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-08-17T13:08:49.0255516Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-08-17T13:08:49.0256646Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-08-17T13:08:49.0257075Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-08-17T13:08:49.0258258Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-08-17T13:08:49.0258608Z [ RUN ] ModulesTest.LPPool1d 2022-08-17T13:08:49.0259853Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-08-17T13:08:49.0260219Z [ RUN ] ModulesTest.LPPool2d 2022-08-17T13:08:49.0260564Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-08-17T13:08:49.0260954Z [ RUN ] ModulesTest.Identity 2022-08-17T13:08:49.0261998Z [ OK ] ModulesTest.Identity (0 ms) 2022-08-17T13:08:49.0262301Z [ RUN ] ModulesTest.Flatten 2022-08-17T13:08:49.0264205Z [ OK ] ModulesTest.Flatten (0 ms) 2022-08-17T13:08:49.0264895Z [ RUN ] ModulesTest.Unflatten 2022-08-17T13:08:49.0265370Z [W TensorImpl.h:1560] 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-08-17T13:08:49.0265883Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-08-17T13:08:49.0266221Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-08-17T13:08:49.0267158Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-08-17T13:08:49.0267574Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-08-17T13:08:49.0269296Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-08-17T13:08:49.0269713Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-08-17T13:08:49.0270294Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-08-17T13:08:49.0271073Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-08-17T13:08:49.0271567Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-08-17T13:08:49.0271956Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-08-17T13:08:49.0273938Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-08-17T13:08:49.0274513Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-08-17T13:08:49.0275045Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-08-17T13:08:49.0275454Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-08-17T13:08:49.0277271Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-08-17T13:08:49.0277621Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-08-17T13:08:49.0279607Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-08-17T13:08:49.0279973Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-08-17T13:08:49.0280863Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-08-17T13:08:49.0281256Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-08-17T13:08:49.0282586Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-08-17T13:08:49.0282955Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-08-17T13:08:49.0284082Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-08-17T13:08:49.0284429Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-08-17T13:08:49.0285983Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-08-17T13:08:49.0286280Z [ RUN ] ModulesTest.MaxUnpool1d 2022-08-17T13:08:49.0287637Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-08-17T13:08:49.0288059Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-08-17T13:08:49.0290001Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-08-17T13:08:49.0290294Z [ RUN ] ModulesTest.MaxUnpool2d 2022-08-17T13:08:49.0291781Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-08-17T13:08:49.0292222Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-08-17T13:08:49.0293252Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-08-17T13:08:49.0293649Z [ RUN ] ModulesTest.MaxUnpool3d 2022-08-17T13:08:49.0294585Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-08-17T13:08:49.0294913Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-08-17T13:08:49.0297017Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-08-17T13:08:49.0297428Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-08-17T13:08:49.1479485Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (118 ms) 2022-08-17T13:08:49.1479814Z [ RUN ] ModulesTest.Linear 2022-08-17T13:08:49.1483051Z [ OK ] ModulesTest.Linear (0 ms) 2022-08-17T13:08:49.1483459Z [ RUN ] ModulesTest.LocalResponseNorm 2022-08-17T13:08:49.1487497Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-08-17T13:08:49.1487858Z [ RUN ] ModulesTest.LayerNorm 2022-08-17T13:08:49.1489720Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-08-17T13:08:49.1490022Z [ RUN ] ModulesTest.GroupNorm 2022-08-17T13:08:49.1492628Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-08-17T13:08:49.1493267Z [ RUN ] ModulesTest.Bilinear 2022-08-17T13:08:49.1495241Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-08-17T13:08:49.1495814Z [ RUN ] ModulesTest.Fold 2022-08-17T13:08:49.1519033Z [ OK ] ModulesTest.Fold (2 ms) 2022-08-17T13:08:49.1519627Z [ RUN ] ModulesTest.Unfold 2022-08-17T13:08:49.1585820Z [ OK ] ModulesTest.Unfold (6 ms) 2022-08-17T13:08:49.1586406Z [ RUN ] ModulesTest.SimpleContainer 2022-08-17T13:08:49.1604244Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-08-17T13:08:49.1605263Z [ RUN ] ModulesTest.EmbeddingBasic 2022-08-17T13:08:49.1606315Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-08-17T13:08:49.1606940Z [ RUN ] ModulesTest.EmbeddingList 2022-08-17T13:08:49.1607609Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-08-17T13:08:49.1608341Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-08-17T13:08:49.1609114Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-08-17T13:08:49.1609907Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-08-17T13:08:49.1610732Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-08-17T13:08:49.1611443Z [ RUN ] ModulesTest.AlphaDropout 2022-08-17T13:08:49.1612078Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-08-17T13:08:49.1612750Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-08-17T13:08:49.1613542Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-08-17T13:08:49.1614251Z [ RUN ] ModulesTest.Dropout 2022-08-17T13:08:49.1615050Z [ OK ] ModulesTest.Dropout (0 ms) 2022-08-17T13:08:49.1615828Z [ RUN ] ModulesTest.Dropout2d 2022-08-17T13:08:49.1617872Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-08-17T13:08:49.1618628Z [ RUN ] ModulesTest.Dropout3d 2022-08-17T13:08:49.1623937Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-08-17T13:08:49.1624485Z [ RUN ] ModulesTest.Parameters 2022-08-17T13:08:49.1624999Z [ OK ] ModulesTest.Parameters (0 ms) 2022-08-17T13:08:49.1625655Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-08-17T13:08:49.1626379Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-08-17T13:08:49.1627091Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-08-17T13:08:49.1627762Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-08-17T13:08:49.1628422Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-08-17T13:08:49.1629105Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-08-17T13:08:49.1629719Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-08-17T13:08:49.1630322Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-08-17T13:08:49.1630933Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-08-17T13:08:49.1631524Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-08-17T13:08:49.1632088Z [ RUN ] ModulesTest.BatchNorm1d 2022-08-17T13:08:49.1632627Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-08-17T13:08:49.1633131Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-08-17T13:08:49.1633547Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-08-17T13:08:49.1633957Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-08-17T13:08:49.1634414Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-08-17T13:08:49.1634978Z [ RUN ] ModulesTest.BatchNorm2d 2022-08-17T13:08:49.1635534Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-08-17T13:08:49.1636009Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-08-17T13:08:49.1636436Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-08-17T13:08:49.1637029Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-08-17T13:08:49.1637642Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-08-17T13:08:49.1638235Z [ RUN ] ModulesTest.BatchNorm3d 2022-08-17T13:08:49.1638668Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-08-17T13:08:49.1639220Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-08-17T13:08:49.1639873Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-08-17T13:08:49.1640492Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-08-17T13:08:49.1640962Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-08-17T13:08:49.1641302Z [ RUN ] ModulesTest.InstanceNorm1d 2022-08-17T13:08:49.1641821Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-08-17T13:08:49.1642355Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-08-17T13:08:49.1642980Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-08-17T13:08:49.1643628Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-08-17T13:08:49.1644504Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-08-17T13:08:49.1645119Z [ RUN ] ModulesTest.InstanceNorm2d 2022-08-17T13:08:49.1645679Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-08-17T13:08:49.1646263Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-08-17T13:08:49.1646910Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-08-17T13:08:49.1647541Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-08-17T13:08:49.1648052Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-08-17T13:08:49.1648365Z [ RUN ] ModulesTest.InstanceNorm3d 2022-08-17T13:08:49.1648691Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-08-17T13:08:49.1648972Z [ RUN ] ModulesTest.L1Loss 2022-08-17T13:08:49.1649234Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-08-17T13:08:49.1649502Z [ RUN ] ModulesTest.MSELoss 2022-08-17T13:08:49.1649775Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-08-17T13:08:49.1650070Z [ RUN ] ModulesTest.BCELoss 2022-08-17T13:08:49.1650409Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-08-17T13:08:49.1650804Z [ RUN ] ModulesTest.KLDivLoss 2022-08-17T13:08:49.1651483Z [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-08-17T13:08:49.1652086Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-08-17T13:08:49.1652395Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-08-17T13:08:49.1652735Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-08-17T13:08:49.1653163Z [ RUN ] ModulesTest.MultiMarginLoss 2022-08-17T13:08:49.1653467Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-08-17T13:08:49.1653782Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-08-17T13:08:49.1655675Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-08-17T13:08:49.1656182Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-08-17T13:08:49.1656665Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-08-17T13:08:49.1657175Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-08-17T13:08:49.1658291Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-08-17T13:08:49.1658724Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-08-17T13:08:49.1659920Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:49.1660518Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-08-17T13:08:49.1661176Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-08-17T13:08:49.1661698Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-08-17T13:08:49.1662493Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-08-17T13:08:49.1662924Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-08-17T13:08:49.1663659Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-08-17T13:08:49.1664321Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-08-17T13:08:49.1664931Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-08-17T13:08:49.1665458Z [ RUN ] ModulesTest.HuberLossDelta 2022-08-17T13:08:49.1666019Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-08-17T13:08:49.1666591Z [ RUN ] ModulesTest.TripletMarginLoss 2022-08-17T13:08:49.1668564Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-08-17T13:08:49.1669257Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-08-17T13:08:49.1801921Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-08-17T13:08:49.1802543Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-08-17T13:08:49.2024334Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (22 ms) 2022-08-17T13:08:49.2024920Z [ RUN ] ModulesTest.NLLLoss 2022-08-17T13:08:49.2025233Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-08-17T13:08:49.2025650Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-08-17T13:08:49.2030988Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-08-17T13:08:49.2031357Z [ RUN ] ModulesTest.CosineSimilarity 2022-08-17T13:08:49.2033733Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-08-17T13:08:49.2034112Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-08-17T13:08:49.2035956Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:49.2036625Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-08-17T13:08:49.2038448Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-08-17T13:08:49.2039074Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-08-17T13:08:49.2039839Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-08-17T13:08:49.2040529Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-08-17T13:08:49.2042645Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-08-17T13:08:49.2043135Z [ RUN ] ModulesTest.PairwiseDistance 2022-08-17T13:08:49.2044253Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-08-17T13:08:49.2044612Z [ RUN ] ModulesTest.ELU 2022-08-17T13:08:49.2054028Z [ OK ] ModulesTest.ELU (0 ms) 2022-08-17T13:08:49.2054603Z [ RUN ] ModulesTest.SELU 2022-08-17T13:08:49.2056180Z [ OK ] ModulesTest.SELU (0 ms) 2022-08-17T13:08:49.2056769Z [ RUN ] ModulesTest.Hardshrink 2022-08-17T13:08:49.2062556Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-08-17T13:08:49.2063142Z [ RUN ] ModulesTest.Hardtanh 2022-08-17T13:08:49.2082040Z [ OK ] ModulesTest.Hardtanh (1 ms) 2022-08-17T13:08:49.2082736Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-08-17T13:08:49.2144347Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (6 ms) 2022-08-17T13:08:49.2144694Z [ RUN ] ModulesTest.LeakyReLU 2022-08-17T13:08:49.2153795Z [ OK ] ModulesTest.LeakyReLU (0 ms) 2022-08-17T13:08:49.2154097Z [ RUN ] ModulesTest.LogSigmoid 2022-08-17T13:08:49.2155686Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-08-17T13:08:49.2156058Z [ RUN ] ModulesTest.Softmax 2022-08-17T13:08:49.2157086Z [ OK ] ModulesTest.Softmax (0 ms) 2022-08-17T13:08:49.2157419Z [ RUN ] ModulesTest.Softmin 2022-08-17T13:08:49.2158817Z [ OK ] ModulesTest.Softmin (0 ms) 2022-08-17T13:08:49.2159163Z [ RUN ] ModulesTest.LogSoftmax 2022-08-17T13:08:49.2160129Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-08-17T13:08:49.2160521Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-08-17T13:08:49.2182792Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-08-17T13:08:49.2183476Z [ RUN ] ModulesTest.Softmax2d 2022-08-17T13:08:49.2191023Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-08-17T13:08:49.2191546Z [ RUN ] ModulesTest.PReLU 2022-08-17T13:08:49.2195779Z [ OK ] ModulesTest.PReLU (0 ms) 2022-08-17T13:08:49.2196612Z [ RUN ] ModulesTest.ReLU 2022-08-17T13:08:49.2198456Z [ OK ] ModulesTest.ReLU (0 ms) 2022-08-17T13:08:49.2198889Z [ RUN ] ModulesTest.ReLU6 2022-08-17T13:08:49.2201887Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-08-17T13:08:49.2202347Z [ RUN ] ModulesTest.RReLU 2022-08-17T13:08:49.2231411Z [ OK ] ModulesTest.RReLU (2 ms) 2022-08-17T13:08:49.2231925Z [ RUN ] ModulesTest.CELU 2022-08-17T13:08:49.2239563Z [ OK ] ModulesTest.CELU (0 ms) 2022-08-17T13:08:49.2240080Z [ RUN ] ModulesTest.GLU 2022-08-17T13:08:49.2241458Z [ OK ] ModulesTest.GLU (0 ms) 2022-08-17T13:08:49.2241930Z [ RUN ] ModulesTest.GELU 2022-08-17T13:08:49.2243628Z [ OK ] ModulesTest.GELU (0 ms) 2022-08-17T13:08:49.2244469Z [ RUN ] ModulesTest.TanhGELU 2022-08-17T13:08:49.2245203Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-08-17T13:08:49.2245798Z [ RUN ] ModulesTest.Mish 2022-08-17T13:08:49.2246574Z [ OK ] ModulesTest.Mish (0 ms) 2022-08-17T13:08:49.2247147Z [ RUN ] ModulesTest.Sigmoid 2022-08-17T13:08:49.2247769Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-08-17T13:08:49.2248407Z [ RUN ] ModulesTest.PixelShuffle 2022-08-17T13:08:49.2249609Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-08-17T13:08:49.2250246Z [ RUN ] ModulesTest.PixelUnshuffle 2022-08-17T13:08:49.2251193Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-08-17T13:08:49.2251807Z [ RUN ] ModulesTest.Softplus 2022-08-17T13:08:49.2258329Z [ OK ] ModulesTest.Softplus (0 ms) 2022-08-17T13:08:49.2258899Z [ RUN ] ModulesTest.Softshrink 2022-08-17T13:08:49.2264202Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-08-17T13:08:49.2265219Z [ RUN ] ModulesTest.Softsign 2022-08-17T13:08:49.2266164Z [ OK ] ModulesTest.Softsign (0 ms) 2022-08-17T13:08:49.2266677Z [ RUN ] ModulesTest.Tanh 2022-08-17T13:08:49.2267216Z [ OK ] ModulesTest.Tanh (0 ms) 2022-08-17T13:08:49.2267977Z [ RUN ] ModulesTest.Tanhshrink 2022-08-17T13:08:49.2268536Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-08-17T13:08:49.2269099Z [ RUN ] ModulesTest.Threshold 2022-08-17T13:08:49.2278834Z [ OK ] ModulesTest.Threshold (1 ms) 2022-08-17T13:08:49.2279333Z [ RUN ] ModulesTest.Upsampling1D 2022-08-17T13:08:49.2280411Z [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-08-17T13:08:49.2284930Z [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-08-17T13:08:49.2286532Z [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-08-17T13:08:49.2288255Z [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-08-17T13:08:49.2289924Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-08-17T13:08:49.2290406Z [ RUN ] ModulesTest.Upsampling2D 2022-08-17T13:08:49.2291873Z [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-08-17T13:08:49.2293429Z [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-08-17T13:08:49.2295041Z [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-08-17T13:08:49.2296478Z [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-08-17T13:08:49.2297879Z [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-08-17T13:08:49.2299010Z [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-08-17T13:08:49.2301969Z [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-08-17T13:08:49.2304000Z [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-08-17T13:08:49.2305402Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-08-17T13:08:49.2306050Z [ RUN ] ModulesTest.Upsampling3D 2022-08-17T13:08:49.2307506Z [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-08-17T13:08:49.2309466Z [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-08-17T13:08:49.2311566Z [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-08-17T13:08:49.2313844Z [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-08-17T13:08:49.2315379Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-08-17T13:08:49.2316074Z [ RUN ] ModulesTest.CTCLoss 2022-08-17T13:08:49.2316755Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-08-17T13:08:49.2317486Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-08-17T13:08:49.2318215Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-08-17T13:08:49.2318894Z [ RUN ] ModulesTest.MarginRankingLoss 2022-08-17T13:08:49.2319585Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-08-17T13:08:49.2320257Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-08-17T13:08:49.2371583Z [ OK ] ModulesTest.BCEWithLogitsLoss (5 ms) 2022-08-17T13:08:49.2372131Z [ RUN ] ModulesTest.MultiheadAttention 2022-08-17T13:08:56.0449832Z [ OK ] ModulesTest.MultiheadAttention (6807 ms) 2022-08-17T13:08:56.0450474Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-08-17T13:08:56.0451084Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-08-17T13:08:56.0451611Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-08-17T13:08:56.0452205Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-08-17T13:08:56.0452765Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-08-17T13:08:56.0453338Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-08-17T13:08:56.0464674Z [ RUN ] ModulesTest.ReflectionPad1d 2022-08-17T13:08:56.0465255Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-08-17T13:08:56.0465758Z [ RUN ] ModulesTest.ReflectionPad2d 2022-08-17T13:08:56.0466316Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-08-17T13:08:56.0466832Z [ RUN ] ModulesTest.ReflectionPad3d 2022-08-17T13:08:56.0467361Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-08-17T13:08:56.0467870Z [ RUN ] ModulesTest.ReplicationPad1d 2022-08-17T13:08:56.0468436Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-08-17T13:08:56.0468952Z [ RUN ] ModulesTest.ReplicationPad2d 2022-08-17T13:08:56.0469514Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-08-17T13:08:56.0470020Z [ RUN ] ModulesTest.ReplicationPad3d 2022-08-17T13:08:56.0470583Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-08-17T13:08:56.0471369Z [ RUN ] ModulesTest.ZeroPad2d 2022-08-17T13:08:56.0471882Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-08-17T13:08:56.0472399Z [ RUN ] ModulesTest.ConstantPad1d 2022-08-17T13:08:56.0472928Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-08-17T13:08:56.0473448Z [ RUN ] ModulesTest.ConstantPad2d 2022-08-17T13:08:56.0473953Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-08-17T13:08:56.0474424Z [ RUN ] ModulesTest.ConstantPad3d 2022-08-17T13:08:56.0475378Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-08-17T13:08:56.0475823Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-08-17T13:08:56.0482070Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-08-17T13:08:56.0482634Z [ RUN ] ModulesTest.RNNCell 2022-08-17T13:08:56.0485038Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-08-17T13:08:56.0485580Z [ RUN ] ModulesTest.LSTMCell 2022-08-17T13:08:56.0489927Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-08-17T13:08:56.0490477Z [ RUN ] ModulesTest.GRUCell 2022-08-17T13:08:56.0494297Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-08-17T13:08:56.0494950Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-08-17T13:08:56.0495569Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-08-17T13:08:56.0496224Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-08-17T13:08:56.0496901Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-08-17T13:08:56.0497485Z [ RUN ] ModulesTest.PrettyPrintConv 2022-08-17T13:08:56.0498178Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-08-17T13:08:56.0498728Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-08-17T13:08:56.0499351Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-08-17T13:08:56.0499933Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-08-17T13:08:56.0501967Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-08-17T13:08:56.0502497Z [ RUN ] ModulesTest.PrettyPrintFold 2022-08-17T13:08:56.0503022Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-08-17T13:08:56.0503739Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-08-17T13:08:56.0504266Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-08-17T13:08:56.0504802Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-08-17T13:08:56.0505321Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-08-17T13:08:56.0505850Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-08-17T13:08:56.0506390Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-08-17T13:08:56.0506943Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-08-17T13:08:56.0507581Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-08-17T13:08:56.0508157Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-08-17T13:08:56.0508682Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-08-17T13:08:56.0509246Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-08-17T13:08:56.0509859Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-08-17T13:08:56.0510486Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-08-17T13:08:56.0511076Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-08-17T13:08:56.0511653Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-08-17T13:08:56.0512523Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-08-17T13:08:56.0513058Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-08-17T13:08:56.0513609Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-08-17T13:08:56.0514152Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-08-17T13:08:56.0514696Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-08-17T13:08:56.0515404Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-08-17T13:08:56.0515987Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-08-17T13:08:56.0516560Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-08-17T13:08:56.0517428Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-08-17T13:08:56.0517978Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-08-17T13:08:56.0518662Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-08-17T13:08:56.0519209Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-08-17T13:08:56.0519769Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-08-17T13:08:56.0520336Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-08-17T13:08:56.0520951Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-08-17T13:08:56.0521579Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-08-17T13:08:56.0522242Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-08-17T13:08:56.0522902Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-08-17T13:08:56.0523562Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-08-17T13:08:56.0524401Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-08-17T13:08:56.0525071Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-08-17T13:08:56.0525704Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-08-17T13:08:56.0526303Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-08-17T13:08:56.0526898Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-08-17T13:08:56.0527520Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-08-17T13:08:56.0528151Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-08-17T13:08:56.0528846Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-08-17T13:08:56.0529490Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-08-17T13:08:56.0530107Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-08-17T13:08:56.0530711Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-08-17T13:08:56.0531505Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-08-17T13:08:56.0532107Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-08-17T13:08:56.0532680Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-08-17T13:08:56.0533271Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-08-17T13:08:56.0533895Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-08-17T13:08:56.0534469Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-08-17T13:08:56.0535013Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-08-17T13:08:56.0535507Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-08-17T13:08:56.0536033Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-08-17T13:08:56.0536666Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-08-17T13:08:56.0537375Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-08-17T13:08:56.0538078Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-08-17T13:08:56.0538793Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-08-17T13:08:56.0539499Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-08-17T13:08:56.0540200Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-08-17T13:08:56.0540959Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-08-17T13:08:56.0541813Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-08-17T13:08:56.0542518Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-08-17T13:08:56.0543114Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-08-17T13:08:56.0543731Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-08-17T13:08:56.0544539Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-08-17T13:08:56.0545244Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-08-17T13:08:56.0545959Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-08-17T13:08:56.0546713Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-08-17T13:08:56.0547493Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-08-17T13:08:56.0548190Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-08-17T13:08:56.0548864Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-08-17T13:08:56.0549537Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-08-17T13:08:56.0550208Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-08-17T13:08:56.0550838Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-08-17T13:08:56.0551462Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-08-17T13:08:56.0552073Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-08-17T13:08:56.0552669Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-08-17T13:08:56.0553259Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-08-17T13:08:56.0553883Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-08-17T13:08:56.0554481Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-08-17T13:08:56.0555072Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-08-17T13:08:56.0555678Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-08-17T13:08:56.0556310Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-08-17T13:08:56.0556916Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-08-17T13:08:56.0557550Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-08-17T13:08:56.0558192Z [ RUN ] ModulesTest.PrettyPrintELU 2022-08-17T13:08:56.0558744Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-08-17T13:08:56.0559292Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-08-17T13:08:56.0559862Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-08-17T13:08:56.0560511Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-08-17T13:08:56.0561068Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-08-17T13:08:56.0561654Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-08-17T13:08:56.0562279Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-08-17T13:08:56.0562861Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-08-17T13:08:56.0563467Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-08-17T13:08:56.0564245Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-08-17T13:08:56.0564848Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-08-17T13:08:56.0565462Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-08-17T13:08:56.0566089Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-08-17T13:08:56.0566672Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-08-17T13:08:56.0567276Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-08-17T13:08:56.0567862Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-08-17T13:08:56.0568468Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-08-17T13:08:56.0569050Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-08-17T13:08:56.0569640Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-08-17T13:08:56.0570244Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-08-17T13:08:56.0570841Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-08-17T13:08:56.0571419Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-08-17T13:08:56.0572001Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-08-17T13:08:56.0572664Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-08-17T13:08:56.0573231Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-08-17T13:08:56.0573793Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-08-17T13:08:56.0574376Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-08-17T13:08:56.0574918Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-08-17T13:08:56.0575492Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-08-17T13:08:56.0576047Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-08-17T13:08:56.0576597Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-08-17T13:08:56.0577173Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-08-17T13:08:56.0577767Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-08-17T13:08:56.0578362Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-08-17T13:08:56.0579007Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-08-17T13:08:56.0579662Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-08-17T13:08:56.0580314Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-08-17T13:08:56.0580935Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-08-17T13:08:56.0581544Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-08-17T13:08:56.0582149Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-08-17T13:08:56.0582760Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-08-17T13:08:56.0583361Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-08-17T13:08:56.0583955Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-08-17T13:08:56.0584502Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-08-17T13:08:56.0585072Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-08-17T13:08:56.0585662Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-08-17T13:08:56.0586266Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-08-17T13:08:56.0586882Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-08-17T13:08:56.0587500Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-08-17T13:08:56.0588093Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-08-17T13:08:56.0588782Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-08-17T13:08:56.0589404Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-08-17T13:08:56.0590072Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-08-17T13:08:56.0590731Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-08-17T13:08:56.0591436Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-08-17T13:08:56.0592105Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-08-17T13:08:56.0592745Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-08-17T13:08:56.0593430Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-08-17T13:08:56.0594072Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-08-17T13:08:56.0594749Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-08-17T13:08:56.0595462Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-08-17T13:08:56.0596171Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-08-17T13:08:56.0596876Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-08-17T13:08:56.0597582Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-08-17T13:08:56.0598360Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-08-17T13:08:56.0599017Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-08-17T13:08:56.0599544Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-08-17T13:08:56.0600094Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-08-17T13:08:56.0600638Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-08-17T13:08:56.0601303Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-08-17T13:08:56.0601843Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-08-17T13:08:56.0602446Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-08-17T13:08:56.0603268Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-08-17T13:08:56.0604125Z [----------] 256 tests from ModulesTest (7046 ms total) 2022-08-17T13:08:56.0604386Z 2022-08-17T13:08:56.0604716Z [----------] 10 tests from ParameterDictTest 2022-08-17T13:08:56.0605353Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-08-17T13:08:56.0606088Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-08-17T13:08:56.0606833Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-08-17T13:08:56.0607630Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-08-17T13:08:56.0608378Z [ RUN ] ParameterDictTest.InsertAndContains 2022-08-17T13:08:56.0609084Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-08-17T13:08:56.0609717Z [ RUN ] ParameterDictTest.InsertAndClear 2022-08-17T13:08:56.0610405Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-08-17T13:08:56.0611048Z [ RUN ] ParameterDictTest.InsertAndPop 2022-08-17T13:08:56.0611684Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-08-17T13:08:56.0612338Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-08-17T13:08:56.0613177Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-08-17T13:08:56.0613864Z [ RUN ] ParameterDictTest.Keys 2022-08-17T13:08:56.0614527Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-08-17T13:08:56.0615180Z [ RUN ] ParameterDictTest.Values 2022-08-17T13:08:56.0615825Z [ OK ] ParameterDictTest.Values (0 ms) 2022-08-17T13:08:56.0616449Z [ RUN ] ParameterDictTest.Get 2022-08-17T13:08:56.0617104Z [ OK ] ParameterDictTest.Get (0 ms) 2022-08-17T13:08:56.0617897Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-08-17T13:08:56.0618985Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-08-17T13:08:56.0619861Z [----------] 10 tests from ParameterDictTest (3 ms total) 2022-08-17T13:08:56.0620214Z 2022-08-17T13:08:56.0620611Z [----------] 8 tests from ParameterListTest 2022-08-17T13:08:56.0621153Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-08-17T13:08:56.0621758Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-08-17T13:08:56.0622315Z [ RUN ] ParameterListTest.isEmpty 2022-08-17T13:08:56.0622822Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-08-17T13:08:56.0623406Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-08-17T13:08:56.0624073Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-08-17T13:08:56.0624656Z [ RUN ] ParameterListTest.ForEachLoop 2022-08-17T13:08:56.0625204Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-08-17T13:08:56.0625769Z [ RUN ] ParameterListTest.AccessWithAt 2022-08-17T13:08:56.0626364Z [ OK ] ParameterListTest.AccessWithAt (4 ms) 2022-08-17T13:08:56.0627083Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-08-17T13:08:56.0628015Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-08-17T13:08:56.0628823Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-08-17T13:08:56.0629506Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-08-17T13:08:56.0630101Z [ RUN ] ParameterListTest.IncrementAdd 2022-08-17T13:08:56.0630671Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-08-17T13:08:56.0631407Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-08-17T13:08:56.0631683Z 2022-08-17T13:08:56.0631934Z [----------] 1 test from NamespaceTests 2022-08-17T13:08:56.0632594Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-08-17T13:08:56.0633529Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-08-17T13:08:56.0634280Z [----------] 1 test from NamespaceTests (0 ms total) 2022-08-17T13:08:56.0634540Z 2022-08-17T13:08:56.0634796Z [----------] 7 tests from NNUtilsTest 2022-08-17T13:08:56.0635292Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-08-17T13:08:56.0635831Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-08-17T13:08:56.0636437Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-08-17T13:08:56.2217271Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (159 ms) 2022-08-17T13:08:56.2217969Z [ RUN ] NNUtilsTest.ClipGradValue 2022-08-17T13:08:56.2218602Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-08-17T13:08:56.2219145Z [ RUN ] NNUtilsTest.ConvertParameters 2022-08-17T13:08:56.2220711Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-08-17T13:08:56.2221372Z [ RUN ] NNUtilsTest.PackSequence 2022-08-17T13:08:56.2538256Z [ OK ] NNUtilsTest.PackSequence (31 ms) 2022-08-17T13:08:56.2538985Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-08-17T13:08:56.2668818Z [ OK ] NNUtilsTest.PackPaddedSequence (13 ms) 2022-08-17T13:08:56.2669384Z [ RUN ] NNUtilsTest.PadSequence 2022-08-17T13:08:56.2717323Z [ OK ] NNUtilsTest.PadSequence (4 ms) 2022-08-17T13:08:56.2717849Z [----------] 7 tests from NNUtilsTest (211 ms total) 2022-08-17T13:08:56.2718013Z 2022-08-17T13:08:56.2718238Z [----------] 3 tests from PackedSequenceTest 2022-08-17T13:08:56.2718552Z [ RUN ] PackedSequenceTest.WrongOrder 2022-08-17T13:08:56.2749445Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-08-17T13:08:56.2749783Z [ RUN ] PackedSequenceTest.TotalLength 2022-08-17T13:08:56.2820254Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-08-17T13:08:56.2820798Z [ RUN ] PackedSequenceTest.To 2022-08-17T13:08:56.2822078Z [ OK ] PackedSequenceTest.To (0 ms) 2022-08-17T13:08:56.2822858Z [----------] 3 tests from PackedSequenceTest (10 ms total) 2022-08-17T13:08:56.2823235Z 2022-08-17T13:08:56.2823549Z [----------] 34 tests from OptimTest 2022-08-17T13:08:56.2824192Z [ RUN ] OptimTest.OptimizerAccessors 2022-08-17T13:08:56.2839542Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2022-08-17T13:08:56.2840210Z [ RUN ] OptimTest.OldInterface 2022-08-17T13:08:56.2840849Z [ OK ] OptimTest.OldInterface (0 ms) 2022-08-17T13:08:56.2841482Z [ RUN ] OptimTest.XORConvergence_SGD 2022-08-17T13:08:57.2012496Z [ OK ] OptimTest.XORConvergence_SGD (916 ms) 2022-08-17T13:08:57.2012861Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-08-17T13:08:57.8611208Z [ OK ] OptimTest.XORConvergence_LBFGS (659 ms) 2022-08-17T13:08:57.8612008Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-08-17T13:08:58.2294080Z [ OK ] OptimTest.XORConvergence_Adagrad (368 ms) 2022-08-17T13:08:58.2294870Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-08-17T13:08:58.6043664Z [ OK ] OptimTest.XORConvergence_RMSprop (374 ms) 2022-08-17T13:08:58.6044729Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-08-17T13:08:59.7896023Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1185 ms) 2022-08-17T13:08:59.7896844Z [ RUN ] OptimTest.XORConvergence_Adam 2022-08-17T13:09:00.1679184Z [ OK ] OptimTest.XORConvergence_Adam (378 ms) 2022-08-17T13:09:00.1680355Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-08-17T13:09:00.5502738Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (382 ms) 2022-08-17T13:09:00.5503188Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-08-17T13:09:00.7055407Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (155 ms) 2022-08-17T13:09:00.7056309Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-08-17T13:09:00.8584984Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (152 ms) 2022-08-17T13:09:00.8585461Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-08-17T13:09:01.0173540Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (158 ms) 2022-08-17T13:09:01.0173943Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-08-17T13:09:01.4040954Z [ OK ] OptimTest.XORConvergence_AdamW (386 ms) 2022-08-17T13:09:01.4041944Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-08-17T13:09:01.7982160Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (394 ms) 2022-08-17T13:09:01.7983110Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-08-17T13:09:01.9531726Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (154 ms) 2022-08-17T13:09:01.9532610Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-08-17T13:09:02.1019305Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (148 ms) 2022-08-17T13:09:02.1019773Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-08-17T13:09:02.2617359Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (159 ms) 2022-08-17T13:09:02.2617802Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-08-17T13:09:02.3870324Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (125 ms) 2022-08-17T13:09:02.3870784Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-08-17T13:09:02.5175650Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (130 ms) 2022-08-17T13:09:02.5176306Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-08-17T13:09:02.6548351Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (137 ms) 2022-08-17T13:09:02.6548772Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-08-17T13:09:02.7866961Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (131 ms) 2022-08-17T13:09:02.7867416Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-08-17T13:09:02.9225089Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (135 ms) 2022-08-17T13:09:02.9225560Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-08-17T13:09:03.0701145Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (147 ms) 2022-08-17T13:09:03.0701680Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-08-17T13:09:03.2272025Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (157 ms) 2022-08-17T13:09:03.2272497Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-08-17T13:09:03.3280532Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (100 ms) 2022-08-17T13:09:03.3280971Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-08-17T13:09:03.4344770Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (106 ms) 2022-08-17T13:09:03.4345402Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-08-17T13:09:03.5546234Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (120 ms) 2022-08-17T13:09:03.5546967Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-08-17T13:09:03.6863679Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (131 ms) 2022-08-17T13:09:03.6864136Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-08-17T13:09:03.8007108Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (114 ms) 2022-08-17T13:09:03.8007525Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-08-17T13:09:04.2815098Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (480 ms) 2022-08-17T13:09:04.2815466Z [ RUN ] OptimTest.ZeroGrad 2022-08-17T13:09:04.2815762Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-08-17T13:09:04.2816074Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-08-17T13:09:04.2817233Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-08-17T13:09:04.2817841Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-08-17T13:09:04.2818393Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-08-17T13:09:04.2818974Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-08-17T13:09:04.2819566Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-08-17T13:09:04.2820178Z [----------] 34 tests from OptimTest (7999 ms total) 2022-08-17T13:09:04.2820332Z 2022-08-17T13:09:04.2820493Z [----------] 29 tests from OrderedDictTest 2022-08-17T13:09:04.2820852Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-08-17T13:09:04.2821285Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-08-17T13:09:04.2821751Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-08-17T13:09:04.2822243Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-08-17T13:09:04.2822717Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-08-17T13:09:04.2823169Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-08-17T13:09:04.2823631Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-08-17T13:09:04.2848203Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-08-17T13:09:04.2848640Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-08-17T13:09:04.2849082Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-08-17T13:09:04.2849553Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-08-17T13:09:04.2870014Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-08-17T13:09:04.2870481Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-08-17T13:09:04.2870878Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-08-17T13:09:04.2871234Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-08-17T13:09:04.2880426Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-08-17T13:09:04.2880801Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-08-17T13:09:04.2881188Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-08-17T13:09:04.2881536Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-08-17T13:09:04.2890944Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-08-17T13:09:04.2891375Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-08-17T13:09:04.2891851Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-08-17T13:09:04.2892391Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-08-17T13:09:04.2892988Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-08-17T13:09:04.2893746Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-08-17T13:09:04.2894330Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-08-17T13:09:04.2894954Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-08-17T13:09:04.2895594Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-08-17T13:09:04.2896213Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-08-17T13:09:04.2913652Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-08-17T13:09:04.2914212Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-08-17T13:09:04.2914730Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-08-17T13:09:04.2915189Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-08-17T13:09:04.2926106Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-08-17T13:09:04.2926724Z [ RUN ] OrderedDictTest.CanIterateItems 2022-08-17T13:09:04.2927094Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-08-17T13:09:04.2927409Z [ RUN ] OrderedDictTest.EraseWorks 2022-08-17T13:09:04.2927727Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-08-17T13:09:04.2928070Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-08-17T13:09:04.2928461Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-08-17T13:09:04.2928798Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-08-17T13:09:04.2929140Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-08-17T13:09:04.2929463Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-08-17T13:09:04.2929776Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-08-17T13:09:04.2930105Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-08-17T13:09:04.2930443Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-08-17T13:09:04.2930753Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-08-17T13:09:04.2931246Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-08-17T13:09:04.2931585Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-08-17T13:09:04.2931944Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-08-17T13:09:04.2932347Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-08-17T13:09:04.2948847Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-08-17T13:09:04.2949508Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-08-17T13:09:04.2949866Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-08-17T13:09:04.2950233Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-08-17T13:09:04.2950622Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-08-17T13:09:04.2950987Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-08-17T13:09:04.2951342Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-08-17T13:09:04.2951709Z [----------] 29 tests from OrderedDictTest (12 ms total) 2022-08-17T13:09:04.2951867Z 2022-08-17T13:09:04.2952011Z [----------] 13 tests from RNNTest 2022-08-17T13:09:04.2952276Z [ RUN ] RNNTest.CheckOutputSizes 2022-08-17T13:09:04.3015383Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-08-17T13:09:04.3016088Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-08-17T13:09:04.3073784Z [ OK ] RNNTest.CheckOutputSizesProj (5 ms) 2022-08-17T13:09:04.3074532Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-08-17T13:09:04.3077098Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-08-17T13:09:04.3077786Z [ RUN ] RNNTest.EndToEndLSTM 2022-08-17T13:09:05.7416431Z [ OK ] RNNTest.EndToEndLSTM (1433 ms) 2022-08-17T13:09:05.7417415Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-08-17T13:09:07.1431297Z [ OK ] RNNTest.EndToEndLSTMProj (1401 ms) 2022-08-17T13:09:07.1431688Z [ RUN ] RNNTest.EndToEndGRU 2022-08-17T13:09:08.3888080Z [ OK ] RNNTest.EndToEndGRU (1245 ms) 2022-08-17T13:09:08.3888469Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-08-17T13:09:09.0670962Z [ OK ] RNNTest.EndToEndRNNRelu (678 ms) 2022-08-17T13:09:09.0671302Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-08-17T13:09:09.8270413Z [ OK ] RNNTest.EndToEndRNNTanh (759 ms) 2022-08-17T13:09:09.8270738Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-08-17T13:09:09.8289650Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-08-17T13:09:09.8290013Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-08-17T13:09:09.8379384Z [ OK ] RNNTest.BidirectionalFlattenParameters (8 ms) 2022-08-17T13:09:09.8379771Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-08-17T13:09:09.8389398Z [ OK ] RNNTest.BidirectionalGRUReverseForward (0 ms) 2022-08-17T13:09:09.8389842Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-08-17T13:09:09.8398786Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (0 ms) 2022-08-17T13:09:09.8399200Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-08-17T13:09:09.8413868Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-08-17T13:09:09.8414631Z [----------] 13 tests from RNNTest (5546 ms total) 2022-08-17T13:09:09.8414915Z 2022-08-17T13:09:09.8415197Z [----------] 19 tests from SequentialTest 2022-08-17T13:09:09.8415760Z [ RUN ] SequentialTest.CanContainThings 2022-08-17T13:09:09.8416390Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-08-17T13:09:09.8417046Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-08-17T13:09:09.8417665Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-08-17T13:09:09.8418061Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-08-17T13:09:09.8418648Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-08-17T13:09:09.8419035Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-08-17T13:09:09.8419425Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-08-17T13:09:09.8419797Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-08-17T13:09:09.8420145Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-08-17T13:09:09.8420474Z [ RUN ] SequentialTest.AccessWithAt 2022-08-17T13:09:09.8438815Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-08-17T13:09:09.8439364Z [ RUN ] SequentialTest.AccessWithPtr 2022-08-17T13:09:09.8458726Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-08-17T13:09:09.8459423Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-08-17T13:09:09.8469876Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-08-17T13:09:09.8470553Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-08-17T13:09:09.8470966Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-08-17T13:09:09.8471418Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-08-17T13:09:09.8481341Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-08-17T13:09:09.8482240Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-08-17T13:09:09.8483156Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-08-17T13:09:09.8483650Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-08-17T13:09:09.8485457Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-08-17T13:09:09.8486190Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-08-17T13:09:09.8487221Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-08-17T13:09:09.8487849Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-08-17T13:09:09.8488383Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-08-17T13:09:09.8488789Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-08-17T13:09:09.8489136Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-08-17T13:09:09.8489465Z [ RUN ] SequentialTest.IsCloneable 2022-08-17T13:09:09.8491976Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-08-17T13:09:09.8492409Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-08-17T13:09:09.8492814Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-08-17T13:09:09.8493196Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-08-17T13:09:09.8494544Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-08-17T13:09:09.8494928Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-08-17T13:09:09.8518999Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-08-17T13:09:09.8519738Z [----------] 19 tests from SequentialTest (10 ms total) 2022-08-17T13:09:09.8519907Z 2022-08-17T13:09:09.8520068Z [----------] 11 tests from TransformerTest 2022-08-17T13:09:09.8520389Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-08-17T13:09:09.8582643Z [ OK ] TransformerTest.TransformerEncoderLayer (6 ms) 2022-08-17T13:09:09.8583067Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-08-17T13:09:09.8646615Z [ OK ] TransformerTest.TransformerDecoderLayer (6 ms) 2022-08-17T13:09:09.8647318Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-08-17T13:09:09.8684853Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (3 ms) 2022-08-17T13:09:09.8685469Z [ RUN ] TransformerTest.TransformerEncoder 2022-08-17T13:09:09.8817998Z [ OK ] TransformerTest.TransformerEncoder (13 ms) 2022-08-17T13:09:09.8818839Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-08-17T13:09:09.8821694Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-08-17T13:09:09.8822189Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-08-17T13:09:09.8828984Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-08-17T13:09:09.8829699Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-08-17T13:09:09.8830677Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-08-17T13:09:09.8831125Z [ RUN ] TransformerTest.TransformerDecoder 2022-08-17T13:09:09.9187932Z [ OK ] TransformerTest.TransformerDecoder (35 ms) 2022-08-17T13:09:09.9188369Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-08-17T13:09:09.9197564Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (0 ms) 2022-08-17T13:09:09.9197970Z [ RUN ] TransformerTest.Transformer 2022-08-17T13:09:09.9330378Z [ OK ] TransformerTest.Transformer (13 ms) 2022-08-17T13:09:09.9386416Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-08-17T13:09:09.9386897Z [ OK ] TransformerTest.TransformerArgsCorrectness (5 ms) 2022-08-17T13:09:09.9387310Z [----------] 11 tests from TransformerTest (86 ms total) 2022-08-17T13:09:09.9387490Z 2022-08-17T13:09:09.9387642Z [----------] 22 tests from SerializeTest 2022-08-17T13:09:09.9387919Z [ RUN ] SerializeTest.KeysFunc 2022-08-17T13:09:09.9391402Z [ OK ] SerializeTest.KeysFunc (0 ms) 2022-08-17T13:09:09.9391700Z [ RUN ] SerializeTest.TryReadFunc 2022-08-17T13:09:09.9393989Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-08-17T13:09:09.9394288Z [ RUN ] SerializeTest.Basic 2022-08-17T13:09:09.9396244Z [ OK ] SerializeTest.Basic (0 ms) 2022-08-17T13:09:09.9396544Z [ RUN ] SerializeTest.BasicToFile 2022-08-17T13:09:09.9399620Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-08-17T13:09:09.9399909Z [ RUN ] SerializeTest.BasicViaFunc 2022-08-17T13:09:09.9403127Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-08-17T13:09:09.9403673Z [ RUN ] SerializeTest.Resized 2022-08-17T13:09:09.9405531Z [ OK ] SerializeTest.Resized (0 ms) 2022-08-17T13:09:09.9405814Z [ RUN ] SerializeTest.Sliced 2022-08-17T13:09:09.9407682Z [ OK ] SerializeTest.Sliced (0 ms) 2022-08-17T13:09:09.9408069Z [ RUN ] SerializeTest.NonContiguous 2022-08-17T13:09:09.9410258Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-08-17T13:09:09.9410649Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-08-17T13:09:09.9482046Z [ OK ] SerializeTest.ErrorOnMissingKey (7 ms) 2022-08-17T13:09:09.9482389Z [ RUN ] SerializeTest.XOR 2022-08-17T13:09:10.0810671Z [ OK ] SerializeTest.XOR (132 ms) 2022-08-17T13:09:10.0810984Z [ RUN ] SerializeTest.Optim 2022-08-17T13:09:10.0830898Z [ OK ] SerializeTest.Optim (2 ms) 2022-08-17T13:09:10.0831182Z [ RUN ] SerializeTest.Optim_Adagrad 2022-08-17T13:09:10.0858174Z [ OK ] SerializeTest.Optim_Adagrad (2 ms) 2022-08-17T13:09:10.0858473Z [ RUN ] SerializeTest.Optim_SGD 2022-08-17T13:09:10.0882699Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-08-17T13:09:10.0882995Z [ RUN ] SerializeTest.Optim_Adam 2022-08-17T13:09:10.0913342Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-08-17T13:09:10.0913897Z [ RUN ] SerializeTest.Optim_AdamW 2022-08-17T13:09:10.0944156Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-08-17T13:09:10.0944740Z [ RUN ] SerializeTest.Optim_RMSprop 2022-08-17T13:09:10.0973779Z [ OK ] SerializeTest.Optim_RMSprop (2 ms) 2022-08-17T13:09:10.0974081Z [ RUN ] SerializeTest.Optim_LBFGS 2022-08-17T13:09:10.1003034Z [ OK ] SerializeTest.Optim_LBFGS (2 ms) 2022-08-17T13:09:10.1003568Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-08-17T13:09:10.1007305Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-08-17T13:09:10.1007790Z [ RUN ] SerializeTest.VectorOfTensors 2022-08-17T13:09:10.1009725Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-08-17T13:09:10.1010028Z [ RUN ] SerializeTest.IValue 2022-08-17T13:09:10.1012689Z [ OK ] SerializeTest.IValue (0 ms) 2022-08-17T13:09:10.1013222Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-08-17T13:09:10.1014165Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-08-17T13:09:10.1014697Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-08-17T13:09:10.1019160Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-08-17T13:09:10.1020832Z [----------] 22 tests from SerializeTest (163 ms total) 2022-08-17T13:09:10.1021351Z 2022-08-17T13:09:10.1021692Z [----------] 1 test from SpecialTest 2022-08-17T13:09:10.1022293Z [ RUN ] SpecialTest.special 2022-08-17T13:09:10.1022938Z [ OK ] SpecialTest.special (0 ms) 2022-08-17T13:09:10.1023829Z [----------] 1 test from SpecialTest (0 ms total) 2022-08-17T13:09:10.1024158Z 2022-08-17T13:09:10.1024466Z [----------] 5 tests from TestStatic 2022-08-17T13:09:10.1025025Z [ RUN ] TestStatic.AllOf 2022-08-17T13:09:10.1025575Z [ OK ] TestStatic.AllOf (0 ms) 2022-08-17T13:09:10.1026117Z [ RUN ] TestStatic.AnyOf 2022-08-17T13:09:10.1026678Z [ OK ] TestStatic.AnyOf (0 ms) 2022-08-17T13:09:10.1027254Z [ RUN ] TestStatic.EnableIfModule 2022-08-17T13:09:10.1027912Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-08-17T13:09:10.1028581Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-08-17T13:09:10.1029285Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-08-17T13:09:10.1029868Z [ RUN ] TestStatic.Apply 2022-08-17T13:09:10.1030429Z [ OK ] TestStatic.Apply (0 ms) 2022-08-17T13:09:10.1031062Z [----------] 5 tests from TestStatic (0 ms total) 2022-08-17T13:09:10.1031377Z 2022-08-17T13:09:10.1031667Z [----------] 45 tests from TensorTest 2022-08-17T13:09:10.1032218Z [ RUN ] TensorTest.ToDtype 2022-08-17T13:09:10.1032805Z [ OK ] TensorTest.ToDtype (0 ms) 2022-08-17T13:09:10.1033499Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-08-17T13:09:10.1034304Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-08-17T13:09:10.1035091Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-08-17T13:09:10.1046132Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-08-17T13:09:10.1047005Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-08-17T13:09:10.1047996Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-08-17T13:09:10.1048805Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-08-17T13:09:10.1049492Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-08-17T13:09:10.1050207Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-08-17T13:09:10.1050938Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-08-17T13:09:10.1051868Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-08-17T13:09:10.1052644Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-08-17T13:09:10.1053518Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-08-17T13:09:10.1109494Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-08-17T13:09:10.1110210Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-08-17T13:09:10.1110636Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-08-17T13:09:10.1111056Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-08-17T13:09:10.1111463Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-08-17T13:09:10.1111847Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-08-17T13:09:10.1112231Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-08-17T13:09:10.1112685Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-08-17T13:09:10.1113213Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-08-17T13:09:10.1113726Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-08-17T13:09:10.1114152Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-08-17T13:09:10.1114648Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-08-17T13:09:10.1115209Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-08-17T13:09:10.1115938Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-08-17T13:09:10.1116598Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-08-17T13:09:10.1117168Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-08-17T13:09:10.1117920Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-08-17T13:09:10.1118511Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-08-17T13:09:10.1118913Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-08-17T13:09:10.1119303Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-08-17T13:09:10.1119721Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-08-17T13:09:10.1120125Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-08-17T13:09:10.1173856Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (5 ms) 2022-08-17T13:09:10.1174608Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-08-17T13:09:10.1175187Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-08-17T13:09:10.1175604Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-08-17T13:09:10.1175970Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-08-17T13:09:10.1187332Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-08-17T13:09:10.1188022Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-08-17T13:09:10.1188597Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-08-17T13:09:10.1189292Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-08-17T13:09:10.1189922Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-08-17T13:09:10.1190676Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-08-17T13:09:10.1191183Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-08-17T13:09:10.1191514Z [ RUN ] TensorTest.Arange 2022-08-17T13:09:10.1191782Z [ OK ] TensorTest.Arange (0 ms) 2022-08-17T13:09:10.1192132Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-08-17T13:09:10.1192512Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-08-17T13:09:10.1193087Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-08-17T13:09:10.1250756Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (5 ms) 2022-08-17T13:09:10.1251390Z [ RUN ] TensorTest.FromBlob 2022-08-17T13:09:10.1251918Z [ OK ] TensorTest.FromBlob (0 ms) 2022-08-17T13:09:10.1252473Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-08-17T13:09:10.1253074Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-08-17T13:09:10.1253504Z [ RUN ] TensorTest.FromBlobWithStrides 2022-08-17T13:09:10.1253836Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-08-17T13:09:10.1254115Z [ RUN ] TensorTest.Item 2022-08-17T13:09:10.1254377Z [ OK ] TensorTest.Item (0 ms) 2022-08-17T13:09:10.1254634Z [ RUN ] TensorTest.DataPtr 2022-08-17T13:09:10.1254905Z [ OK ] TensorTest.DataPtr (0 ms) 2022-08-17T13:09:10.1255150Z [ RUN ] TensorTest.Data 2022-08-17T13:09:10.1255407Z [ OK ] TensorTest.Data (0 ms) 2022-08-17T13:09:10.1255687Z [ RUN ] TensorTest.BackwardAndGrad 2022-08-17T13:09:10.1255979Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-08-17T13:09:10.1256300Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-08-17T13:09:10.1256646Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-08-17T13:09:10.1256992Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-08-17T13:09:10.1282142Z [ OK ] TensorTest.BackwardNonScalarOutputs (2 ms) 2022-08-17T13:09:10.1282641Z [ RUN ] TensorTest.IsLeaf 2022-08-17T13:09:10.1283114Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-08-17T13:09:10.1283501Z [ RUN ] TensorTest.OutputNr 2022-08-17T13:09:10.1283785Z [ OK ] TensorTest.OutputNr (0 ms) 2022-08-17T13:09:10.1284229Z [ RUN ] TensorTest.Version 2022-08-17T13:09:10.1285042Z [ OK ] TensorTest.Version (0 ms) 2022-08-17T13:09:10.1285488Z [ RUN ] TensorTest.Detach 2022-08-17T13:09:10.1285992Z [ OK ] TensorTest.Detach (0 ms) 2022-08-17T13:09:10.1286504Z [ RUN ] TensorTest.DetachInplace 2022-08-17T13:09:10.1287036Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-08-17T13:09:10.1287413Z [ RUN ] TensorTest.SetData 2022-08-17T13:09:10.1287681Z [ OK ] TensorTest.SetData (0 ms) 2022-08-17T13:09:10.1287963Z [ RUN ] TensorTest.RequiresGradInplace 2022-08-17T13:09:10.1302559Z [ OK ] TensorTest.RequiresGradInplace (1 ms) 2022-08-17T13:09:10.1302943Z [ RUN ] TensorTest.StdDimension 2022-08-17T13:09:10.1303541Z [ OK ] TensorTest.StdDimension (0 ms) 2022-08-17T13:09:10.1303854Z [ RUN ] TensorTest.ReshapeAlias 2022-08-17T13:09:10.1305722Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-08-17T13:09:10.1306283Z [----------] 45 tests from TensorTest (28 ms total) 2022-08-17T13:09:10.1306572Z 2022-08-17T13:09:10.1306813Z [----------] 36 tests from TensorIndexingTest 2022-08-17T13:09:10.1307107Z [ RUN ] TensorIndexingTest.Slice 2022-08-17T13:09:10.1307405Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-08-17T13:09:10.1307711Z [ RUN ] TensorIndexingTest.TensorIndex 2022-08-17T13:09:10.1317729Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-08-17T13:09:10.1318162Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-08-17T13:09:10.1401725Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-08-17T13:09:10.1402343Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-08-17T13:09:10.1403173Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-08-17T13:09:10.1403924Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-08-17T13:09:10.1404611Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-08-17T13:09:10.1405064Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-08-17T13:09:10.1405554Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-08-17T13:09:10.1405948Z [ RUN ] TensorIndexingTest.TestNone 2022-08-17T13:09:10.1406284Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-08-17T13:09:10.1406654Z [ RUN ] TensorIndexingTest.TestStep 2022-08-17T13:09:10.1407047Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-08-17T13:09:10.1407539Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-08-17T13:09:10.1407994Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-08-17T13:09:10.1408585Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-08-17T13:09:10.1409149Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-08-17T13:09:10.1409560Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-08-17T13:09:10.1410129Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-08-17T13:09:10.1410731Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-08-17T13:09:10.1411279Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-08-17T13:09:10.1411708Z [ RUN ] TensorIndexingTest.TestByteMask 2022-08-17T13:09:10.1412206Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-08-17T13:09:10.1412835Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-08-17T13:09:10.1413536Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-08-17T13:09:10.1414218Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-08-17T13:09:10.1415036Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-08-17T13:09:10.1415715Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-08-17T13:09:10.1416062Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-08-17T13:09:10.1416402Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-08-17T13:09:10.1416748Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-08-17T13:09:10.1417084Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-08-17T13:09:10.1417433Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-08-17T13:09:10.1417804Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-08-17T13:09:10.1418186Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-08-17T13:09:10.1418545Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-08-17T13:09:10.1418892Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-08-17T13:09:10.1419243Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-08-17T13:09:10.1464644Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (4 ms) 2022-08-17T13:09:10.1465247Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-08-17T13:09:10.1484755Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (1 ms) 2022-08-17T13:09:10.1485407Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-08-17T13:09:10.1485992Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-08-17T13:09:10.1486589Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-08-17T13:09:10.1487040Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-08-17T13:09:10.1487459Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-08-17T13:09:10.1538000Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (5 ms) 2022-08-17T13:09:10.1538531Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-08-17T13:09:10.1538954Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-08-17T13:09:10.1539372Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-08-17T13:09:10.1630898Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (9 ms) 2022-08-17T13:09:10.1631643Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-08-17T13:09:10.1700999Z [ OK ] TensorIndexingTest.TestGetitemScalars (6 ms) 2022-08-17T13:09:10.1701690Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-08-17T13:09:10.1770847Z [ OK ] TensorIndexingTest.TestSetitemScalars (6 ms) 2022-08-17T13:09:10.1771504Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-08-17T13:09:10.1772204Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-08-17T13:09:10.1772840Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-08-17T13:09:10.1773475Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-08-17T13:09:10.1774133Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-08-17T13:09:10.1774883Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-08-17T13:09:10.1775586Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-08-17T13:09:10.1776260Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-08-17T13:09:10.1776911Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-08-17T13:09:10.1777575Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-08-17T13:09:10.1778239Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-08-17T13:09:10.1867279Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (9 ms) 2022-08-17T13:09:10.1867988Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-08-17T13:09:10.1887641Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-08-17T13:09:10.1888582Z [----------] 36 tests from TensorIndexingTest (58 ms total) 2022-08-17T13:09:10.1888885Z 2022-08-17T13:09:10.1889137Z [----------] 18 tests from NumpyTests 2022-08-17T13:09:10.1889648Z [ RUN ] NumpyTests.TestNoneIndex 2022-08-17T13:09:10.1890182Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-08-17T13:09:10.1890725Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-08-17T13:09:10.1932609Z [ OK ] NumpyTests.TestEmptyFancyIndex (4 ms) 2022-08-17T13:09:10.1933224Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-08-17T13:09:10.1933809Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-08-17T13:09:10.1934366Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-08-17T13:09:10.1953966Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-08-17T13:09:10.1954913Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-08-17T13:09:10.1955301Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-08-17T13:09:10.1955638Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-08-17T13:09:10.2141490Z [ OK ] NumpyTests.TestBooleanShapeMismatch (18 ms) 2022-08-17T13:09:10.2142117Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-08-17T13:09:10.2142489Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-08-17T13:09:10.2142864Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-08-17T13:09:10.2255885Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (11 ms) 2022-08-17T13:09:10.2256442Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-08-17T13:09:10.2257164Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-08-17T13:09:10.2257569Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-08-17T13:09:10.2351479Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (9 ms) 2022-08-17T13:09:10.2352109Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-08-17T13:09:10.2444730Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (9 ms) 2022-08-17T13:09:10.2445841Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-08-17T13:09:10.2446480Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-08-17T13:09:10.2446824Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-08-17T13:09:10.2447175Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-08-17T13:09:10.2447531Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-08-17T13:09:10.2447883Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-08-17T13:09:10.2448234Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-08-17T13:09:10.2624874Z [ OK ] NumpyTests.TestBroaderrorsIndexing (17 ms) 2022-08-17T13:09:10.2625253Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-08-17T13:09:10.2843598Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (21 ms) 2022-08-17T13:09:10.2844218Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-08-17T13:09:10.2844550Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-08-17T13:09:10.2845052Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-08-17T13:09:10.2847180Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-08-17T13:09:10.2847818Z [----------] 18 tests from NumpyTests (95 ms total) 2022-08-17T13:09:10.2848108Z 2022-08-17T13:09:10.2848413Z [----------] 5 tests from TensorOptionsTest 2022-08-17T13:09:10.2848909Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-08-17T13:09:10.2849322Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-08-17T13:09:10.2849789Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-08-17T13:09:10.2850541Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-08-17T13:09:10.2851008Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-08-17T13:09:10.2851423Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-08-17T13:09:10.2851847Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-08-17T13:09:10.2852258Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-08-17T13:09:10.2852673Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-08-17T13:09:10.2853085Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-08-17T13:09:10.2853454Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-08-17T13:09:10.2853617Z 2022-08-17T13:09:10.2853759Z [----------] 1 test from DeviceTest 2022-08-17T13:09:10.2854075Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-08-17T13:09:10.2929526Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-08-17T13:09:10.2930008Z [----------] 1 test from DeviceTest (8 ms total) 2022-08-17T13:09:10.2930202Z 2022-08-17T13:09:10.2930435Z [----------] 3 tests from DefaultDtypeTest 2022-08-17T13:09:10.2930895Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-08-17T13:09:10.2931401Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-08-17T13:09:10.2931950Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-08-17T13:09:10.2932539Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-08-17T13:09:10.2933120Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-08-17T13:09:10.2933696Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-08-17T13:09:10.2934216Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-08-17T13:09:10.2934428Z 2022-08-17T13:09:10.2934638Z [----------] 1 test from TorchIncludeTest 2022-08-17T13:09:10.2935046Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-08-17T13:09:10.3069627Z [ OK ] TorchIncludeTest.GetSetNumThreads (13 ms) 2022-08-17T13:09:10.3070018Z [----------] 1 test from TorchIncludeTest (13 ms total) 2022-08-17T13:09:10.3070383Z 2022-08-17T13:09:10.3070547Z [----------] 28 tests from InferenceModeTest 2022-08-17T13:09:10.3070859Z [ RUN ] InferenceModeTest.TestTLSState 2022-08-17T13:09:10.3071189Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-08-17T13:09:10.3071559Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-08-17T13:09:10.3071965Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-08-17T13:09:10.3072375Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-08-17T13:09:10.3134126Z [ OK ] InferenceModeTest.TestExistingAutogradSession (6 ms) 2022-08-17T13:09:10.3135234Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-08-17T13:09:10.3136433Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-08-17T13:09:10.3137587Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-08-17T13:09:10.3138776Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-08-17T13:09:10.3139880Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-08-17T13:09:10.3140990Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-08-17T13:09:10.3142106Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-08-17T13:09:10.3143243Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-08-17T13:09:10.3144358Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-08-17T13:09:10.3182566Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (4 ms) 2022-08-17T13:09:10.3183670Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-08-17T13:09:10.3184706Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-08-17T13:09:10.3185826Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-08-17T13:09:10.3187010Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-08-17T13:09:10.3188144Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-08-17T13:09:10.3190579Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-08-17T13:09:10.3191680Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-08-17T13:09:10.3192794Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-08-17T13:09:10.3193885Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-08-17T13:09:10.3213831Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (2 ms) 2022-08-17T13:09:10.3214382Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-08-17T13:09:10.3266247Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (5 ms) 2022-08-17T13:09:10.3266758Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-08-17T13:09:10.3336277Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (6 ms) 2022-08-17T13:09:10.3336922Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-08-17T13:09:10.3337412Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-08-17T13:09:10.3337845Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-08-17T13:09:10.3364449Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (2 ms) 2022-08-17T13:09:10.3365090Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-08-17T13:09:10.3384487Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-08-17T13:09:10.3385130Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-08-17T13:09:10.3440378Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (5 ms) 2022-08-17T13:09:10.3440823Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-08-17T13:09:10.3553548Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (11 ms) 2022-08-17T13:09:10.3554089Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-08-17T13:09:10.3610219Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (5 ms) 2022-08-17T13:09:10.3610686Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-08-17T13:09:10.3620403Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-08-17T13:09:10.3620845Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-08-17T13:09:10.3650217Z [ OK ] InferenceModeTest.TestAccessVersionCounter (2 ms) 2022-08-17T13:09:10.3650757Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-08-17T13:09:10.3706619Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (5 ms) 2022-08-17T13:09:10.3707302Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-08-17T13:09:10.3707888Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-08-17T13:09:10.3709278Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-08-17T13:09:10.3710076Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-08-17T13:09:10.3710547Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-08-17T13:09:10.3711118Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-08-17T13:09:10.3711564Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-08-17T13:09:10.3712074Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-08-17T13:09:10.3712514Z [----------] 28 tests from InferenceModeTest (63 ms total) 2022-08-17T13:09:10.3712681Z 2022-08-17T13:09:10.3712819Z [----------] 4 tests from GradModeTest 2022-08-17T13:09:10.3713156Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-08-17T13:09:10.3713548Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-08-17T13:09:10.3713915Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-08-17T13:09:10.3714292Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-08-17T13:09:10.3714653Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-08-17T13:09:10.3715008Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-08-17T13:09:10.3715364Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-08-17T13:09:10.3739155Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (2 ms) 2022-08-17T13:09:10.3739532Z [----------] 4 tests from GradModeTest (3 ms total) 2022-08-17T13:09:10.3739688Z 2022-08-17T13:09:10.3739827Z [----------] 3 tests from OperationTest 2022-08-17T13:09:10.3740099Z [ RUN ] OperationTest.Lerp 2022-08-17T13:09:10.3746468Z [ OK ] OperationTest.Lerp (0 ms) 2022-08-17T13:09:10.3746830Z [ RUN ] OperationTest.Cross 2022-08-17T13:09:10.3769343Z [ OK ] OperationTest.Cross (2 ms) 2022-08-17T13:09:10.3769639Z [ RUN ] OperationTest.Linear_out 2022-08-17T13:09:10.3771425Z [ OK ] OperationTest.Linear_out (0 ms) 2022-08-17T13:09:10.3771743Z [----------] 3 tests from OperationTest (3 ms total) 2022-08-17T13:09:10.3771913Z 2022-08-17T13:09:10.3772082Z [----------] Global test environment tear-down 2022-08-17T13:09:10.3865501Z [==========] 989 tests from 47 test suites ran. (32630 ms total) 2022-08-17T13:09:10.3865961Z [ PASSED ] 989 tests. 2022-08-17T13:09:10.4509355Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-08-17T13:09:10.6323775Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-08-17T13:09:10.6328920Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-08-17T13:09:10.6329245Z [==========] Running 799 tests from 25 test suites. 2022-08-17T13:09:10.6329555Z [----------] Global test environment set-up. 2022-08-17T13:09:10.6329853Z [----------] 1 test from Approx 2022-08-17T13:09:10.6330102Z [ RUN ] Approx.log_vml 2022-08-17T13:09:11.8153053Z [ OK ] Approx.log_vml (1182 ms) 2022-08-17T13:09:11.8153617Z [----------] 1 test from Approx (1182 ms total) 2022-08-17T13:09:11.8153852Z 2022-08-17T13:09:11.8154075Z [----------] 34 tests from ATen 2022-08-17T13:09:11.8154490Z [ RUN ] ATen._cast_Float 2022-08-17T13:09:11.8156827Z [ OK ] ATen._cast_Float (0 ms) 2022-08-17T13:09:11.8157271Z [ RUN ] ATen.negInt 2022-08-17T13:09:11.8160424Z [ OK ] ATen.negInt (0 ms) 2022-08-17T13:09:11.8160833Z [ RUN ] ATen.negFloat 2022-08-17T13:09:11.8164785Z [ OK ] ATen.negFloat (0 ms) 2022-08-17T13:09:11.8165194Z [ RUN ] ATen.addInt 2022-08-17T13:09:11.8171543Z [ OK ] ATen.addInt (0 ms) 2022-08-17T13:09:11.8172016Z [ RUN ] ATen.addFloat 2022-08-17T13:09:11.8178776Z [ OK ] ATen.addFloat (0 ms) 2022-08-17T13:09:11.8179203Z [ RUN ] ATen.subInt 2022-08-17T13:09:11.8185634Z [ OK ] ATen.subInt (0 ms) 2022-08-17T13:09:11.8186471Z [ RUN ] ATen.subFloat 2022-08-17T13:09:11.8192926Z [ OK ] ATen.subFloat (0 ms) 2022-08-17T13:09:11.8193455Z [ RUN ] ATen.lerp 2022-08-17T13:09:11.8201759Z [ OK ] ATen.lerp (0 ms) 2022-08-17T13:09:11.8202211Z [ RUN ] ATen.addcmulInt 2022-08-17T13:09:11.8210684Z [ OK ] ATen.addcmulInt (0 ms) 2022-08-17T13:09:11.8211157Z [ RUN ] ATen.addcmulFloat 2022-08-17T13:09:11.8219522Z [ OK ] ATen.addcmulFloat (0 ms) 2022-08-17T13:09:11.8219962Z [ RUN ] ATen.mulInt 2022-08-17T13:09:11.8224844Z [ OK ] ATen.mulInt (0 ms) 2022-08-17T13:09:11.8225289Z [ RUN ] ATen.mulFloat 2022-08-17T13:09:11.8230131Z [ OK ] ATen.mulFloat (0 ms) 2022-08-17T13:09:11.8230557Z [ RUN ] ATen.divInt 2022-08-17T13:09:11.8235437Z [ OK ] ATen.divInt (0 ms) 2022-08-17T13:09:11.8235890Z [ RUN ] ATen.divFloat 2022-08-17T13:09:11.8240997Z [ OK ] ATen.divFloat (0 ms) 2022-08-17T13:09:11.8241444Z [ RUN ] ATen.maxInt 2022-08-17T13:09:11.8246368Z [ OK ] ATen.maxInt (0 ms) 2022-08-17T13:09:11.8246804Z [ RUN ] ATen.maxFloat 2022-08-17T13:09:11.8251786Z [ OK ] ATen.maxFloat (0 ms) 2022-08-17T13:09:11.8252219Z [ RUN ] ATen.minInt 2022-08-17T13:09:11.8257107Z [ OK ] ATen.minInt (0 ms) 2022-08-17T13:09:11.8257531Z [ RUN ] ATen.minFloat 2022-08-17T13:09:11.8262443Z [ OK ] ATen.minFloat (0 ms) 2022-08-17T13:09:11.8262884Z [ RUN ] ATen.reluInt 2022-08-17T13:09:11.8266572Z [ OK ] ATen.reluInt (0 ms) 2022-08-17T13:09:11.8267026Z [ RUN ] ATen.reluFloat 2022-08-17T13:09:11.8271046Z [ OK ] ATen.reluFloat (0 ms) 2022-08-17T13:09:11.8271509Z [ RUN ] ATen.logFloat 2022-08-17T13:09:11.8275416Z [ OK ] ATen.logFloat (0 ms) 2022-08-17T13:09:11.8275822Z [ RUN ] ATen.fastLogFloat 2022-08-17T13:09:11.8423064Z [ OK ] ATen.fastLogFloat (14 ms) 2022-08-17T13:09:11.8423920Z [ RUN ] ATen.fastTanhFloat 2022-08-17T13:09:11.8480356Z [ OK ] ATen.fastTanhFloat (5 ms) 2022-08-17T13:09:11.8480839Z [ RUN ] ATen.fastSigmoidFloat 2022-08-17T13:09:11.8554566Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-08-17T13:09:11.8555046Z [ RUN ] ATen.log10Float 2022-08-17T13:09:11.8558103Z [ OK ] ATen.log10Float (0 ms) 2022-08-17T13:09:11.8558508Z [ RUN ] ATen.log2Float 2022-08-17T13:09:11.8561791Z [ OK ] ATen.log2Float (0 ms) 2022-08-17T13:09:11.8562211Z [ RUN ] ATen.expFloat 2022-08-17T13:09:11.8565363Z [ OK ] ATen.expFloat (0 ms) 2022-08-17T13:09:11.8565768Z [ RUN ] ATen.erfFloat 2022-08-17T13:09:11.8569061Z [ OK ] ATen.erfFloat (0 ms) 2022-08-17T13:09:11.8569474Z [ RUN ] ATen.cosFloat 2022-08-17T13:09:11.8572666Z [ OK ] ATen.cosFloat (0 ms) 2022-08-17T13:09:11.8573077Z [ RUN ] ATen.eqInt 2022-08-17T13:09:11.8577806Z [ OK ] ATen.eqInt (0 ms) 2022-08-17T13:09:11.8578188Z [ RUN ] ATen.geInt 2022-08-17T13:09:11.8582730Z [ OK ] ATen.geInt (0 ms) 2022-08-17T13:09:11.8583114Z [ RUN ] ATen.gtInt 2022-08-17T13:09:11.8587572Z [ OK ] ATen.gtInt (0 ms) 2022-08-17T13:09:11.8587941Z [ RUN ] ATen.leInt 2022-08-17T13:09:11.8592839Z [ OK ] ATen.leInt (0 ms) 2022-08-17T13:09:11.8593257Z [ RUN ] ATen.ltInt 2022-08-17T13:09:11.8597649Z [ OK ] ATen.ltInt (0 ms) 2022-08-17T13:09:11.8598323Z [----------] 34 tests from ATen (44 ms total) 2022-08-17T13:09:11.8598568Z 2022-08-17T13:09:11.8598835Z [----------] 26 tests from BoundsInference 2022-08-17T13:09:11.8599510Z [ RUN ] BoundsInference._1 2022-08-17T13:09:11.8600498Z [ OK ] BoundsInference._1 (0 ms) 2022-08-17T13:09:11.8600940Z [ RUN ] BoundsInference._2 2022-08-17T13:09:11.8603646Z [ OK ] BoundsInference._2 (0 ms) 2022-08-17T13:09:11.8604618Z [ RUN ] BoundsInference._3 2022-08-17T13:09:11.8606091Z [ OK ] BoundsInference._3 (0 ms) 2022-08-17T13:09:11.8606830Z [ RUN ] BoundsInference._4 2022-08-17T13:09:11.8611617Z [ OK ] BoundsInference._4 (0 ms) 2022-08-17T13:09:11.8612066Z [ RUN ] BoundsInference._5 2022-08-17T13:09:11.8626750Z [ OK ] BoundsInference._5 (1 ms) 2022-08-17T13:09:11.8627212Z [ RUN ] BoundsInference._6 2022-08-17T13:09:11.8633436Z [ OK ] BoundsInference._6 (0 ms) 2022-08-17T13:09:11.8633909Z [ RUN ] BoundsInference.Adjacent 2022-08-17T13:09:11.8637909Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-08-17T13:09:11.8640697Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-08-17T13:09:11.8643442Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-08-17T13:09:11.8646313Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-08-17T13:09:11.8649044Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-08-17T13:09:11.8651698Z [ RUN ] BoundsInference.CacheReads 2022-08-17T13:09:11.8673714Z [ OK ] BoundsInference.CacheReads (2 ms) 2022-08-17T13:09:11.8674207Z [ RUN ] BoundsInference.Flattened 2022-08-17T13:09:11.8686798Z [ OK ] BoundsInference.Flattened (1 ms) 2022-08-17T13:09:11.8687531Z [ RUN ] BoundsInference.GetPotentialHazards 2022-08-17T13:09:11.8688285Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-08-17T13:09:11.8688956Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-08-17T13:09:11.8693577Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-08-17T13:09:11.8694305Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-08-17T13:09:11.8698121Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-08-17T13:09:11.8698812Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-08-17T13:09:11.8710271Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-08-17T13:09:11.8711106Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-08-17T13:09:11.8715551Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-08-17T13:09:11.8717204Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-08-17T13:09:11.8718156Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-08-17T13:09:11.8719766Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-08-17T13:09:11.8720724Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-08-17T13:09:11.8721635Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-08-17T13:09:11.8723599Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-08-17T13:09:11.8724602Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-08-17T13:09:11.8737834Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-08-17T13:09:11.8738672Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-08-17T13:09:11.8747554Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (0 ms) 2022-08-17T13:09:11.8748372Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-08-17T13:09:11.8750675Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-08-17T13:09:11.8751485Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-08-17T13:09:11.8753313Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-08-17T13:09:11.8754131Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-08-17T13:09:11.8756433Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-08-17T13:09:11.8757169Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-08-17T13:09:11.8759823Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-08-17T13:09:11.8760439Z [ RUN ] BoundsInference.IsOverlapping 2022-08-17T13:09:11.8781729Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-08-17T13:09:11.8782306Z [----------] 26 tests from BoundsInference (18 ms total) 2022-08-17T13:09:11.8782575Z 2022-08-17T13:09:11.8782799Z [----------] 4 tests from Conv 2022-08-17T13:09:11.8783236Z [ RUN ] Conv.DepthwiseConv2D 2022-08-17T13:09:12.1359442Z [ OK ] Conv.DepthwiseConv2D (257 ms) 2022-08-17T13:09:12.1359994Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-08-17T13:09:12.3911281Z [ OK ] Conv.DepthwiseConv2DNoBias (255 ms) 2022-08-17T13:09:12.3911870Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-08-17T13:09:12.5882865Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (197 ms) 2022-08-17T13:09:12.5883374Z [ RUN ] Conv.Conv2D 2022-08-17T13:09:13.5325370Z [ OK ] Conv.Conv2D (944 ms) 2022-08-17T13:09:13.5325940Z [----------] 4 tests from Conv (1654 ms total) 2022-08-17T13:09:13.5326111Z 2022-08-17T13:09:13.5326335Z [----------] 28 tests from CppPrinter 2022-08-17T13:09:13.5326775Z [ RUN ] CppPrinter.IntImm 2022-08-17T13:09:13.5327188Z [ OK ] CppPrinter.IntImm (0 ms) 2022-08-17T13:09:13.5327612Z [ RUN ] CppPrinter.FloatImm 2022-08-17T13:09:13.5328022Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-08-17T13:09:13.5328506Z [ RUN ] CppPrinter.FloatImm1 2022-08-17T13:09:13.5329316Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-08-17T13:09:13.5329805Z [ RUN ] CppPrinter.DoubleImm 2022-08-17T13:09:13.5330288Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-08-17T13:09:13.5330779Z [ RUN ] CppPrinter.DoubleImm1 2022-08-17T13:09:13.5331205Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-08-17T13:09:13.5331722Z [ RUN ] CppPrinter.HalfImm 2022-08-17T13:09:13.5332073Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-08-17T13:09:13.5332332Z [ RUN ] CppPrinter.Add 2022-08-17T13:09:13.5332589Z [ OK ] CppPrinter.Add (0 ms) 2022-08-17T13:09:13.5332843Z [ RUN ] CppPrinter.AddExpr1 2022-08-17T13:09:13.5333127Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-08-17T13:09:13.5333399Z [ RUN ] CppPrinter.AddExpr2 2022-08-17T13:09:13.5333662Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-08-17T13:09:13.5333934Z [ RUN ] CppPrinter.AddExpr3 2022-08-17T13:09:13.5334210Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-08-17T13:09:13.5334454Z [ RUN ] CppPrinter.Mod 2022-08-17T13:09:13.5334708Z [ OK ] CppPrinter.Mod (0 ms) 2022-08-17T13:09:13.5334969Z [ RUN ] CppPrinter.ModFloat 2022-08-17T13:09:13.5335243Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-08-17T13:09:13.5335488Z [ RUN ] CppPrinter.Max 2022-08-17T13:09:13.5335745Z [ OK ] CppPrinter.Max (0 ms) 2022-08-17T13:09:13.5336008Z [ RUN ] CppPrinter.MaxFloat 2022-08-17T13:09:13.5336269Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-08-17T13:09:13.5336535Z [ RUN ] CppPrinter.MaxHalf 2022-08-17T13:09:13.5336896Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-08-17T13:09:13.5337144Z [ RUN ] CppPrinter.And 2022-08-17T13:09:13.5337404Z [ OK ] CppPrinter.And (0 ms) 2022-08-17T13:09:13.5337684Z [ RUN ] CppPrinter.CompareSelect 2022-08-17T13:09:13.5337996Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-08-17T13:09:13.5338284Z [ RUN ] CppPrinter.IfThenElse 2022-08-17T13:09:13.5338569Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-08-17T13:09:13.5338855Z [ RUN ] CppPrinter.AllocateFree 2022-08-17T13:09:13.5339137Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-08-17T13:09:13.5339422Z [ RUN ] CppPrinter.LoadStore 2022-08-17T13:09:13.5339700Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-08-17T13:09:13.5339949Z [ RUN ] CppPrinter.Var 2022-08-17T13:09:13.5340204Z [ OK ] CppPrinter.Var (0 ms) 2022-08-17T13:09:13.5340457Z [ RUN ] CppPrinter.Cast 2022-08-17T13:09:13.5340705Z [ OK ] CppPrinter.Cast (0 ms) 2022-08-17T13:09:13.5340965Z [ RUN ] CppPrinter.BitCast 2022-08-17T13:09:13.5341234Z [ OK ] CppPrinter.BitCast (0 ms) 2022-08-17T13:09:13.5341479Z [ RUN ] CppPrinter.Let 2022-08-17T13:09:13.5341736Z [ OK ] CppPrinter.Let (0 ms) 2022-08-17T13:09:13.5341987Z [ RUN ] CppPrinter.For 2022-08-17T13:09:13.5342228Z [ OK ] CppPrinter.For (0 ms) 2022-08-17T13:09:13.5342479Z [ RUN ] CppPrinter.Cond 2022-08-17T13:09:13.5342739Z [ OK ] CppPrinter.Cond (0 ms) 2022-08-17T13:09:13.5343006Z [ RUN ] CppPrinter.Intrinsics 2022-08-17T13:09:13.5343275Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-08-17T13:09:13.5343560Z [ RUN ] CppPrinter.ExternalCall 2022-08-17T13:09:13.5343853Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-08-17T13:09:13.5344164Z [----------] 28 tests from CppPrinter (0 ms total) 2022-08-17T13:09:13.5344319Z 2022-08-17T13:09:13.5344471Z [----------] 8 tests from DynamicShapes 2022-08-17T13:09:13.5344756Z [ RUN ] DynamicShapes.SimpleGraph 2022-08-17T13:09:13.6178360Z [ OK ] DynamicShapes.SimpleGraph (84 ms) 2022-08-17T13:09:13.6178947Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-08-17T13:09:13.6918769Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (73 ms) 2022-08-17T13:09:13.6919359Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-08-17T13:09:13.7634118Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (71 ms) 2022-08-17T13:09:13.7634745Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-08-17T13:09:13.8060616Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (42 ms) 2022-08-17T13:09:13.8061226Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-08-17T13:09:13.9711268Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (165 ms) 2022-08-17T13:09:13.9711814Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-08-17T13:09:14.4103692Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (439 ms) 2022-08-17T13:09:14.4104097Z [ RUN ] DynamicShapes.GraphFromModel 2022-08-17T13:09:14.7886222Z [ OK ] DynamicShapes.GraphFromModel (378 ms) 2022-08-17T13:09:14.7886705Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-08-17T13:09:14.8638390Z [ OK ] DynamicShapes.MultiThreadedExecution (75 ms) 2022-08-17T13:09:14.8639271Z [----------] 8 tests from DynamicShapes (1330 ms total) 2022-08-17T13:09:14.8639652Z 2022-08-17T13:09:14.8639911Z [----------] 30 tests from Expr 2022-08-17T13:09:14.8640442Z [ RUN ] Expr.BasicValueTest 2022-08-17T13:09:14.8641099Z [ OK ] Expr.BasicValueTest (0 ms) 2022-08-17T13:09:14.8641949Z [ RUN ] Expr.BasicValueTest02 2022-08-17T13:09:14.8642336Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-08-17T13:09:14.8642729Z [ RUN ] Expr.IsChannelsLastContiguous 2022-08-17T13:09:14.8643164Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-08-17T13:09:14.8643513Z [ RUN ] Expr.LetTest01 2022-08-17T13:09:14.8643846Z [ OK ] Expr.LetTest01 (0 ms) 2022-08-17T13:09:14.8644412Z [ RUN ] Expr.LetTest02 2022-08-17T13:09:14.8644728Z [ OK ] Expr.LetTest02 (0 ms) 2022-08-17T13:09:14.8645065Z [ RUN ] Expr.LetStmtTest01 2022-08-17T13:09:14.8645416Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-08-17T13:09:14.8645731Z [ RUN ] Expr.IntTest 2022-08-17T13:09:14.8646072Z [ OK ] Expr.IntTest (0 ms) 2022-08-17T13:09:14.8646390Z [ RUN ] Expr.FloatTest 2022-08-17T13:09:14.8646706Z [ OK ] Expr.FloatTest (0 ms) 2022-08-17T13:09:14.8647033Z [ RUN ] Expr.ByteTest 2022-08-17T13:09:14.8647362Z [ OK ] Expr.ByteTest (0 ms) 2022-08-17T13:09:14.8647678Z [ RUN ] Expr.CharTest 2022-08-17T13:09:14.8647989Z [ OK ] Expr.CharTest (0 ms) 2022-08-17T13:09:14.8648315Z [ RUN ] Expr.ShortTest 2022-08-17T13:09:14.8648649Z [ OK ] Expr.ShortTest (0 ms) 2022-08-17T13:09:14.8648951Z [ RUN ] Expr.LongTest 2022-08-17T13:09:14.8649274Z [ OK ] Expr.LongTest (0 ms) 2022-08-17T13:09:14.8649587Z [ RUN ] Expr.HalfTest 2022-08-17T13:09:14.8649986Z [ OK ] Expr.HalfTest (0 ms) 2022-08-17T13:09:14.8650248Z [ RUN ] Expr.DoubleTest 2022-08-17T13:09:14.8650509Z [ OK ] Expr.DoubleTest (0 ms) 2022-08-17T13:09:14.8650748Z [ RUN ] Expr.VectorAdd01 2022-08-17T13:09:14.8654504Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-08-17T13:09:14.8654820Z [ RUN ] Expr.CompareSelectEQ 2022-08-17T13:09:14.8690396Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-08-17T13:09:14.8690918Z [ RUN ] Expr.CompareSelectDtypes 2022-08-17T13:09:14.8726550Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-08-17T13:09:14.8727223Z [ RUN ] Expr.IntrinsicsDtypes 2022-08-17T13:09:14.8732345Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-08-17T13:09:14.8732628Z [ RUN ] Expr.Substitute01 2022-08-17T13:09:14.8732948Z [ OK ] Expr.Substitute01 (0 ms) 2022-08-17T13:09:14.8733183Z [ RUN ] Expr.Math01 2022-08-17T13:09:14.8733430Z [ OK ] Expr.Math01 (0 ms) 2022-08-17T13:09:14.8733674Z [ RUN ] Expr.UnaryMath01 2022-08-17T13:09:14.8735467Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-08-17T13:09:14.8735749Z [ RUN ] Expr.BinaryMath01 2022-08-17T13:09:14.8736020Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-08-17T13:09:14.8736380Z [ RUN ] Expr.LogicalOps01 2022-08-17T13:09:14.8737523Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-08-17T13:09:14.8737803Z [ RUN ] Expr.LogicalOps02 2022-08-17T13:09:14.8738071Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-08-17T13:09:14.8738369Z [ RUN ] Expr.LogicalOps03 2022-08-17T13:09:14.8739365Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-08-17T13:09:14.8739620Z [ RUN ] Expr.BitwiseOps 2022-08-17T13:09:14.8739947Z [ OK ] Expr.BitwiseOps (0 ms) 2022-08-17T13:09:14.8740201Z [ RUN ] Expr.DynamicShapeAdd 2022-08-17T13:09:14.8742322Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-08-17T13:09:14.8742595Z [ RUN ] Expr.OutOfBounds 2022-08-17T13:09:14.8744363Z [ OK ] Expr.OutOfBounds (0 ms) 2022-08-17T13:09:14.8744634Z [ RUN ] Expr.OutOfBounds2d 2022-08-17T13:09:14.8752240Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-08-17T13:09:14.8752666Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-08-17T13:09:14.8757153Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-08-17T13:09:14.8757523Z [----------] 30 tests from Expr (12 ms total) 2022-08-17T13:09:14.8757672Z 2022-08-17T13:09:14.8757822Z [----------] 16 tests from ExternalCall 2022-08-17T13:09:14.8758157Z [ RUN ] ExternalCall.Conv1d_float 2022-08-17T13:09:14.9035500Z [ OK ] ExternalCall.Conv1d_float (27 ms) 2022-08-17T13:09:14.9036064Z [ RUN ] ExternalCall.Conv1d_int 2022-08-17T13:09:14.9320040Z [ OK ] ExternalCall.Conv1d_int (28 ms) 2022-08-17T13:09:14.9320536Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-08-17T13:09:14.9562519Z [ OK ] ExternalCall.Conv1d_nobias_noargs (24 ms) 2022-08-17T13:09:14.9563118Z [ RUN ] ExternalCall.Conv2d_float 2022-08-17T13:09:14.9876007Z [ OK ] ExternalCall.Conv2d_float (31 ms) 2022-08-17T13:09:14.9876651Z [ RUN ] ExternalCall.Conv2d_int 2022-08-17T13:09:15.0254925Z [ OK ] ExternalCall.Conv2d_int (37 ms) 2022-08-17T13:09:15.0255546Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-08-17T13:09:15.0524825Z [ OK ] ExternalCall.Conv2d_nobias_noargs (26 ms) 2022-08-17T13:09:15.0525598Z [ RUN ] ExternalCall.Addmm_float 2022-08-17T13:09:15.0782920Z [ OK ] ExternalCall.Addmm_float (25 ms) 2022-08-17T13:09:15.0783388Z [ RUN ] ExternalCall.Embedding 2022-08-17T13:09:15.1046108Z [ OK ] ExternalCall.Embedding (26 ms) 2022-08-17T13:09:15.1046615Z [ RUN ] ExternalCall.MaxReduction 2022-08-17T13:09:15.1281416Z [ OK ] ExternalCall.MaxReduction (23 ms) 2022-08-17T13:09:15.1282238Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-08-17T13:09:15.1981999Z [ OK ] ExternalCall.Prepacked_Linear_float (69 ms) 2022-08-17T13:09:15.1982796Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-08-17T13:09:15.2551970Z [ OK ] ExternalCall.Prepacked_Conv2d_float (56 ms) 2022-08-17T13:09:15.2552687Z [ RUN ] ExternalCall.BinaryFloat 2022-08-17T13:09:15.3421712Z [ OK ] ExternalCall.BinaryFloat (87 ms) 2022-08-17T13:09:15.3422235Z [ RUN ] ExternalCall.UnaryFloat 2022-08-17T13:09:15.3886478Z [ OK ] ExternalCall.UnaryFloat (46 ms) 2022-08-17T13:09:15.3887120Z [ RUN ] ExternalCall.ComputeInterop 2022-08-17T13:09:16.4742054Z [ OK ] ExternalCall.ComputeInterop (1085 ms) 2022-08-17T13:09:16.4742632Z [ RUN ] ExternalCall.Inlining 2022-08-17T13:09:16.5483583Z [ OK ] ExternalCall.Inlining (74 ms) 2022-08-17T13:09:16.5484303Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-08-17T13:09:16.6973088Z [ OK ] ExternalCall.JitCustomFusionOp (148 ms) 2022-08-17T13:09:16.6973786Z [----------] 16 tests from ExternalCall (1821 ms total) 2022-08-17T13:09:16.6974067Z 2022-08-17T13:09:16.6974325Z [----------] 8 tests from GraphOpt 2022-08-17T13:09:16.6974796Z [ RUN ] GraphOpt.OptimizeCat 2022-08-17T13:09:16.7300766Z [ OK ] GraphOpt.OptimizeCat (32 ms) 2022-08-17T13:09:16.7301483Z [ RUN ] GraphOpt.OptimizeCat2 2022-08-17T13:09:16.7654419Z [ OK ] GraphOpt.OptimizeCat2 (35 ms) 2022-08-17T13:09:16.7655097Z [ RUN ] GraphOpt.OptimizeCat3 2022-08-17T13:09:16.8111371Z [ OK ] GraphOpt.OptimizeCat3 (45 ms) 2022-08-17T13:09:16.8112066Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-08-17T13:09:16.8436816Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (32 ms) 2022-08-17T13:09:16.8437755Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-08-17T13:09:16.9048355Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (61 ms) 2022-08-17T13:09:16.9049463Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-08-17T13:09:16.9422105Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (37 ms) 2022-08-17T13:09:16.9422955Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-08-17T13:09:16.9824791Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (40 ms) 2022-08-17T13:09:16.9825558Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-08-17T13:09:16.9825913Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-08-17T13:09:16.9826263Z [----------] 8 tests from GraphOpt (285 ms total) 2022-08-17T13:09:16.9826467Z 2022-08-17T13:09:16.9826617Z [----------] 4 tests from IRPrinter 2022-08-17T13:09:16.9826888Z [ RUN ] IRPrinter.BasicValueTest 2022-08-17T13:09:16.9827274Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-08-17T13:09:16.9827645Z [ RUN ] IRPrinter.BasicValueTest02 2022-08-17T13:09:16.9828038Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-08-17T13:09:16.9828324Z [ RUN ] IRPrinter.CastTest 2022-08-17T13:09:16.9828719Z [ OK ] IRPrinter.CastTest (0 ms) 2022-08-17T13:09:16.9829167Z [ RUN ] IRPrinter.FunctionName 2022-08-17T13:09:16.9829671Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-08-17T13:09:16.9830133Z [----------] 4 tests from IRPrinter (0 ms total) 2022-08-17T13:09:16.9830360Z 2022-08-17T13:09:16.9830583Z [----------] 8 tests from IRVerifier 2022-08-17T13:09:16.9830999Z [ RUN ] IRVerifier.BitwiseOps 2022-08-17T13:09:16.9831408Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-08-17T13:09:16.9831791Z [ RUN ] IRVerifier.CompareSelect 2022-08-17T13:09:16.9832142Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-08-17T13:09:16.9832412Z [ RUN ] IRVerifier.Ramp 2022-08-17T13:09:16.9832676Z [ OK ] IRVerifier.Ramp (0 ms) 2022-08-17T13:09:16.9832922Z [ RUN ] IRVerifier.Load 2022-08-17T13:09:16.9833185Z [ OK ] IRVerifier.Load (0 ms) 2022-08-17T13:09:16.9833453Z [ RUN ] IRVerifier.IfThenElse 2022-08-17T13:09:16.9833989Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-08-17T13:09:16.9834238Z [ RUN ] IRVerifier.For 2022-08-17T13:09:16.9834496Z [ OK ] IRVerifier.For (0 ms) 2022-08-17T13:09:16.9834756Z [ RUN ] IRVerifier.Block 2022-08-17T13:09:16.9835023Z [ OK ] IRVerifier.Block (0 ms) 2022-08-17T13:09:16.9835279Z [ RUN ] IRVerifier.Store 2022-08-17T13:09:16.9843178Z [ OK ] IRVerifier.Store (0 ms) 2022-08-17T13:09:16.9843704Z [----------] 8 tests from IRVerifier (0 ms total) 2022-08-17T13:09:16.9843862Z 2022-08-17T13:09:16.9844265Z [----------] 35 tests from Kernel 2022-08-17T13:09:16.9844565Z [ RUN ] Kernel.InliningIntermediates 2022-08-17T13:09:17.0492076Z [ OK ] Kernel.InliningIntermediates (65 ms) 2022-08-17T13:09:17.0492454Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-08-17T13:09:17.0910651Z [ OK ] Kernel.PreAllocIntermediateBufs (41 ms) 2022-08-17T13:09:17.0910975Z [ RUN ] Kernel._1 2022-08-17T13:09:17.1206134Z [ OK ] Kernel._1 (29 ms) 2022-08-17T13:09:17.1206483Z [ RUN ] Kernel._2 2022-08-17T13:09:17.1522309Z [ OK ] Kernel._2 (31 ms) 2022-08-17T13:09:17.1522778Z [ RUN ] Kernel._3 2022-08-17T13:09:17.1841169Z [ OK ] Kernel._3 (31 ms) 2022-08-17T13:09:17.1841642Z [ RUN ] Kernel.Huge 2022-08-17T13:09:17.2087569Z [ OK ] Kernel.Huge (24 ms) 2022-08-17T13:09:17.2088117Z [ RUN ] Kernel.ParallelStrided 2022-08-17T13:09:17.3236146Z [ OK ] Kernel.ParallelStrided (114 ms) 2022-08-17T13:09:17.3236710Z [ RUN ] Kernel.CatInputTypesPromotion 2022-08-17T13:09:17.4189176Z [ OK ] Kernel.CatInputTypesPromotion (95 ms) 2022-08-17T13:09:17.4189844Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-08-17T13:09:17.4480204Z [ OK ] Kernel.CatAndInlineWithAConstantDim (29 ms) 2022-08-17T13:09:17.4480800Z [ RUN ] Kernel.CatWithEmptyInputs 2022-08-17T13:09:17.5183527Z [ OK ] Kernel.CatWithEmptyInputs (70 ms) 2022-08-17T13:09:17.5184050Z [ RUN ] Kernel.CatWoConditionals 2022-08-17T13:09:17.5922100Z [ OK ] Kernel.CatWoConditionals (73 ms) 2022-08-17T13:09:17.5922448Z [ RUN ] Kernel.OptimizeConditionals 2022-08-17T13:09:17.6865526Z [ OK ] Kernel.OptimizeConditionals (94 ms) 2022-08-17T13:09:17.6865838Z [ RUN ] Kernel.SumAllAxes 2022-08-17T13:09:17.7349632Z [ OK ] Kernel.SumAllAxes (48 ms) 2022-08-17T13:09:17.7349947Z [ RUN ] Kernel.SumOneAxis 2022-08-17T13:09:18.1429388Z [ OK ] Kernel.SumOneAxis (407 ms) 2022-08-17T13:09:18.1429697Z [ RUN ] Kernel.SumMultipleAxes 2022-08-17T13:09:18.5799276Z [ OK ] Kernel.SumMultipleAxes (436 ms) 2022-08-17T13:09:18.5799755Z [ RUN ] Kernel.Softmax2D 2022-08-17T13:09:18.9846319Z [ OK ] Kernel.Softmax2D (404 ms) 2022-08-17T13:09:18.9846625Z [ RUN ] Kernel.Softmax3D 2022-08-17T13:09:19.6612727Z [ OK ] Kernel.Softmax3D (676 ms) 2022-08-17T13:09:19.6613240Z [ RUN ] Kernel.Softmax4D 2022-08-17T13:09:20.5527291Z [ OK ] Kernel.Softmax4D (891 ms) 2022-08-17T13:09:20.5527829Z [ RUN ] Kernel.SignTest 2022-08-17T13:09:20.6236105Z [ OK ] Kernel.SignTest (70 ms) 2022-08-17T13:09:20.6236718Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-08-17T13:09:20.6519889Z [ OK ] Kernel.InlineProducerIntoReduction (28 ms) 2022-08-17T13:09:20.6520598Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-08-17T13:09:20.6868356Z [ OK ] Kernel.InlineReductionIntoConsumer (34 ms) 2022-08-17T13:09:20.6868950Z [ RUN ] Kernel.ConstantTensors 2022-08-17T13:09:20.7265024Z [ OK ] Kernel.ConstantTensors (39 ms) 2022-08-17T13:09:20.7265595Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-08-17T13:09:20.7663625Z [ OK ] Kernel.ConstantTensorsNonContiguous (39 ms) 2022-08-17T13:09:20.7664251Z [ RUN ] Kernel.RunFast 2022-08-17T13:09:20.7976745Z [ OK ] Kernel.RunFast (31 ms) 2022-08-17T13:09:20.7977332Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-08-17T13:09:20.8289296Z [ OK ] Kernel.RunWithAllocatedOutputs (31 ms) 2022-08-17T13:09:20.8289884Z [ RUN ] Kernel.CodegenInspection 2022-08-17T13:09:20.8732265Z [ OK ] Kernel.CodegenInspection (44 ms) 2022-08-17T13:09:20.8732828Z [ RUN ] Kernel.CustomLowering 2022-08-17T13:09:20.8969447Z [ OK ] Kernel.CustomLowering (23 ms) 2022-08-17T13:09:20.8970048Z [ RUN ] Kernel.Vectorize 2022-08-17T13:09:20.9271491Z [ OK ] Kernel.Vectorize (30 ms) 2022-08-17T13:09:20.9272223Z [ RUN ] Kernel.Strided1dWithinBounds 2022-08-17T13:09:20.9495641Z [ OK ] Kernel.Strided1dWithinBounds (22 ms) 2022-08-17T13:09:20.9496241Z [ RUN ] Kernel.InputAsOutput 2022-08-17T13:09:20.9831231Z [ OK ] Kernel.InputAsOutput (33 ms) 2022-08-17T13:09:20.9831789Z [ RUN ] Kernel.ScalarOut 2022-08-17T13:09:21.0032938Z [ OK ] Kernel.ScalarOut (20 ms) 2022-08-17T13:09:21.0033457Z [ RUN ] Kernel.ScalarTensorOut 2022-08-17T13:09:21.0294168Z [ OK ] Kernel.ScalarTensorOut (26 ms) 2022-08-17T13:09:21.0294641Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-08-17T13:09:21.4747027Z [ OK ] Kernel.FuseLoopsWithVariableBounds (445 ms) 2022-08-17T13:09:21.4747728Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-08-17T13:09:21.9830377Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (508 ms) 2022-08-17T13:09:21.9830888Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-08-17T13:09:22.3102379Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (327 ms) 2022-08-17T13:09:22.3102869Z [----------] 35 tests from Kernel (5326 ms total) 2022-08-17T13:09:22.3103026Z 2022-08-17T13:09:22.3103173Z [----------] 174 tests from LoopNest 2022-08-17T13:09:22.3103558Z [ RUN ] LoopNest.ExprSimple01 2022-08-17T13:09:22.3104380Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-08-17T13:09:22.3104805Z [ RUN ] LoopNest.ExprLower01 2022-08-17T13:09:22.3105112Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-08-17T13:09:22.3105401Z [ RUN ] LoopNest.ExprSimple02 2022-08-17T13:09:22.3125971Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-08-17T13:09:22.3126332Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-08-17T13:09:22.3128282Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-08-17T13:09:22.3128670Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-08-17T13:09:22.3131113Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-08-17T13:09:22.3131942Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-08-17T13:09:22.3132699Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-08-17T13:09:22.3133111Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-08-17T13:09:22.3133578Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-08-17T13:09:22.3133953Z [ RUN ] LoopNest.ExprSliceHead 2022-08-17T13:09:22.3134329Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-08-17T13:09:22.3134655Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-08-17T13:09:22.3135601Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-08-17T13:09:22.3136239Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-08-17T13:09:22.3137203Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-08-17T13:09:22.3137602Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-08-17T13:09:22.3138143Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-08-17T13:09:22.3138764Z [ RUN ] LoopNest.ExprSliceTail 2022-08-17T13:09:22.3139052Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-08-17T13:09:22.3139353Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-08-17T13:09:22.3144601Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-08-17T13:09:22.3145188Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-08-17T13:09:22.3146535Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-08-17T13:09:22.3147170Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-08-17T13:09:22.3161593Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-08-17T13:09:22.3162097Z [ RUN ] LoopNest.ExprSplitWithTail 2022-08-17T13:09:22.3168452Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-08-17T13:09:22.3169045Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-08-17T13:09:22.3180823Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-08-17T13:09:22.3181396Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-08-17T13:09:22.3208272Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-08-17T13:09:22.3208946Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-08-17T13:09:22.3213229Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-08-17T13:09:22.3213746Z [ RUN ] LoopNest.getLoopAt 2022-08-17T13:09:22.3214031Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-08-17T13:09:22.3214508Z [ RUN ] LoopNest.TileSimple 2022-08-17T13:09:22.4081163Z [ OK ] LoopNest.TileSimple (86 ms) 2022-08-17T13:09:22.4081583Z [ RUN ] LoopNest.TileWithTails 2022-08-17T13:09:22.4951872Z [ OK ] LoopNest.TileWithTails (87 ms) 2022-08-17T13:09:22.4952362Z [ RUN ] LoopNest.TileInMiddle 2022-08-17T13:09:22.6359555Z [ OK ] LoopNest.TileInMiddle (140 ms) 2022-08-17T13:09:22.6360203Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-08-17T13:09:22.6360587Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-08-17T13:09:22.6360958Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-08-17T13:09:22.6361326Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-08-17T13:09:22.6361673Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-08-17T13:09:22.6378422Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-08-17T13:09:22.6379001Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-08-17T13:09:22.6452979Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-08-17T13:09:22.6453565Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-08-17T13:09:22.6569880Z [ OK ] LoopNest.ScheduleInlineSimple (11 ms) 2022-08-17T13:09:22.6570461Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-08-17T13:09:22.7115395Z [ OK ] LoopNest.ScheduleInlineFunc01 (54 ms) 2022-08-17T13:09:22.7115750Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-08-17T13:09:22.7117978Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-08-17T13:09:22.7118382Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-08-17T13:09:22.7122108Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-08-17T13:09:22.7122810Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-08-17T13:09:22.7125033Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-08-17T13:09:22.7125402Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-08-17T13:09:22.7211696Z [ OK ] LoopNest.ScheduleInlineIntrinsics (8 ms) 2022-08-17T13:09:22.7212389Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-08-17T13:09:22.7214733Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-08-17T13:09:22.7215173Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-08-17T13:09:22.7216481Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-08-17T13:09:22.7216897Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-08-17T13:09:22.7220261Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-08-17T13:09:22.7220711Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-08-17T13:09:22.7222158Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-08-17T13:09:22.7222576Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-08-17T13:09:22.7225527Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-08-17T13:09:22.7225947Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-08-17T13:09:22.7232660Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-08-17T13:09:22.7233070Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-08-17T13:09:22.7234114Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-08-17T13:09:22.7234490Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-08-17T13:09:22.7238787Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-08-17T13:09:22.7239204Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-08-17T13:09:22.7243160Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-08-17T13:09:22.7243603Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-08-17T13:09:22.7248254Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-08-17T13:09:22.7248689Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-08-17T13:09:22.7250347Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-08-17T13:09:22.7250782Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-08-17T13:09:22.7254461Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-08-17T13:09:22.7254924Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-08-17T13:09:22.7255670Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-08-17T13:09:22.7256244Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-08-17T13:09:22.7256896Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-08-17T13:09:22.7257436Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-08-17T13:09:22.7257925Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-08-17T13:09:22.7258290Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-08-17T13:09:22.7305485Z [ OK ] LoopNest.ScheduleFuserStyle (4 ms) 2022-08-17T13:09:22.7305930Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-08-17T13:09:22.7361896Z [ OK ] LoopNest.ScheduleFuserThreeArg (5 ms) 2022-08-17T13:09:22.7362292Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-08-17T13:09:22.7465360Z [ OK ] LoopNest.ScheduleDynamicShape2D (10 ms) 2022-08-17T13:09:22.7465758Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-08-17T13:09:22.7473564Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-08-17T13:09:22.7473924Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-08-17T13:09:22.7949209Z [ OK ] LoopNest.LoopNestComputeAt_2 (47 ms) 2022-08-17T13:09:22.7949529Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-08-17T13:09:22.8422859Z [ OK ] LoopNest.LoopNestComputeAt_3 (47 ms) 2022-08-17T13:09:22.8423393Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-08-17T13:09:22.9266407Z [ OK ] LoopNest.Reduce2dComputeAt (84 ms) 2022-08-17T13:09:22.9266876Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-08-17T13:09:22.9268213Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-08-17T13:09:22.9268557Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-08-17T13:09:22.9278286Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-08-17T13:09:22.9278637Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-08-17T13:09:22.9288045Z [ OK ] LoopNest.LoopNestReorderInternalAxis (0 ms) 2022-08-17T13:09:22.9288427Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-08-17T13:09:22.9297687Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (0 ms) 2022-08-17T13:09:22.9298228Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-08-17T13:09:22.9298850Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-08-17T13:09:22.9299213Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-08-17T13:09:22.9313029Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-08-17T13:09:22.9313538Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-08-17T13:09:22.9851671Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (53 ms) 2022-08-17T13:09:22.9852119Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-08-17T13:09:23.0387561Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (53 ms) 2022-08-17T13:09:23.0388109Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-08-17T13:09:23.1074540Z [ OK ] LoopNest.LoopNestReorderLongStringFull (68 ms) 2022-08-17T13:09:23.1075149Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-08-17T13:09:23.1186075Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-08-17T13:09:23.1186633Z [ RUN ] LoopNest.OuterLoopVectorization 2022-08-17T13:09:23.1187189Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-08-17T13:09:23.1187617Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-08-17T13:09:23.1189622Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-08-17T13:09:23.1190061Z [ RUN ] LoopNest.Unroll 2022-08-17T13:09:23.1190570Z [ OK ] LoopNest.Unroll (0 ms) 2022-08-17T13:09:23.1190890Z [ RUN ] LoopNest.UnrollOuter 2022-08-17T13:09:23.1192828Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-08-17T13:09:23.1193236Z [ RUN ] LoopNest.UnrollInner 2022-08-17T13:09:23.1194300Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-08-17T13:09:23.1194673Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-08-17T13:09:23.1195337Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-08-17T13:09:23.1195768Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-08-17T13:09:23.1196649Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-08-17T13:09:23.1197265Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-08-17T13:09:23.1211161Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-08-17T13:09:23.1211522Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-08-17T13:09:23.1211871Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-08-17T13:09:23.1212222Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-08-17T13:09:23.1214835Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-08-17T13:09:23.1215436Z [ RUN ] LoopNest.UnrollEmpty 2022-08-17T13:09:23.1215944Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-08-17T13:09:23.1216398Z [ RUN ] LoopNest.NoUnroll 2022-08-17T13:09:23.1216862Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-08-17T13:09:23.1217363Z [ RUN ] LoopNest.UnrollWithLet 2022-08-17T13:09:23.1217893Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-08-17T13:09:23.1218382Z [ RUN ] LoopNest.IsNormalized 2022-08-17T13:09:23.1219114Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-08-17T13:09:23.1219626Z [ RUN ] LoopNest.NormalizeStartPositive 2022-08-17T13:09:23.1220867Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-08-17T13:09:23.1221463Z [ RUN ] LoopNest.NormalizeStartNegative 2022-08-17T13:09:23.1224628Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-08-17T13:09:23.1225216Z [ RUN ] LoopNest.NormalizeStartZero 2022-08-17T13:09:23.1225766Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-08-17T13:09:23.1226353Z [ RUN ] LoopNest.NormalizeStartVariable 2022-08-17T13:09:23.1229062Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-08-17T13:09:23.1229697Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-08-17T13:09:23.1231698Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-08-17T13:09:23.1232346Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-08-17T13:09:23.1234867Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-08-17T13:09:23.1235491Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-08-17T13:09:23.1239678Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-08-17T13:09:23.1240351Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-08-17T13:09:23.1245055Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-08-17T13:09:23.1245699Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-08-17T13:09:23.1255433Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-08-17T13:09:23.1256060Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-08-17T13:09:23.1335807Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (7 ms) 2022-08-17T13:09:23.1336495Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-08-17T13:09:23.1361307Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-08-17T13:09:23.1362108Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-08-17T13:09:23.1373236Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-08-17T13:09:23.1373975Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-08-17T13:09:23.1374647Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-08-17T13:09:23.1375048Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-08-17T13:09:23.1375439Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-08-17T13:09:23.1375867Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-08-17T13:09:23.1376318Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-08-17T13:09:23.1376693Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-08-17T13:09:23.1377061Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-08-17T13:09:23.1377416Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-08-17T13:09:23.1377757Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-08-17T13:09:23.1378075Z [ RUN ] LoopNest.CacheReadsSimple 2022-08-17T13:09:23.1728456Z [ OK ] LoopNest.CacheReadsSimple (35 ms) 2022-08-17T13:09:23.1729025Z [ RUN ] LoopNest.CacheReadsOuter 2022-08-17T13:09:23.2104236Z [ OK ] LoopNest.CacheReadsOuter (37 ms) 2022-08-17T13:09:23.2104780Z [ RUN ] LoopNest.CacheReadsInternal 2022-08-17T13:09:23.2505606Z [ OK ] LoopNest.CacheReadsInternal (40 ms) 2022-08-17T13:09:23.2506202Z [ RUN ] LoopNest.CacheReadsInner 2022-08-17T13:09:23.3136821Z [ OK ] LoopNest.CacheReadsInner (63 ms) 2022-08-17T13:09:23.3137440Z [ RUN ] LoopNest.CacheWritesSimple 2022-08-17T13:09:23.3847351Z [ OK ] LoopNest.CacheWritesSimple (71 ms) 2022-08-17T13:09:23.3847972Z [ RUN ] LoopNest.DeadStoreElimination 2022-08-17T13:09:23.3860935Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-08-17T13:09:23.3872792Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-08-17T13:09:23.3873585Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-08-17T13:09:23.3874267Z [ RUN ] LoopNest.CompoundTensorSimple 2022-08-17T13:09:23.3886256Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-08-17T13:09:23.3886828Z [ RUN ] LoopNest.InlineConstantIndex 2022-08-17T13:09:23.3890160Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-08-17T13:09:23.3890718Z [ RUN ] LoopNest.CompoundTensorUsed 2022-08-17T13:09:23.3912146Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-08-17T13:09:23.3912721Z [ RUN ] LoopNest.InlineFromLoad 2022-08-17T13:09:23.3913220Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-08-17T13:09:23.3913778Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-08-17T13:09:23.3914441Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-08-17T13:09:23.3915145Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-08-17T13:09:23.3917783Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-08-17T13:09:23.3918625Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-08-17T13:09:23.3921127Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-08-17T13:09:23.3921928Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-08-17T13:09:23.3926889Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-08-17T13:09:23.3927932Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-08-17T13:09:23.3930965Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-08-17T13:09:23.3931748Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-08-17T13:09:23.3934772Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-08-17T13:09:23.3935619Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-08-17T13:09:23.3938854Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-08-17T13:09:23.3939666Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-08-17T13:09:23.3942654Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-08-17T13:09:23.3943435Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-08-17T13:09:23.3946479Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-08-17T13:09:23.3947267Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-08-17T13:09:23.3949767Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-08-17T13:09:23.3950232Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-08-17T13:09:23.3952256Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-08-17T13:09:23.3952773Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-08-17T13:09:23.3953713Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-08-17T13:09:23.3954129Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-08-17T13:09:23.5343264Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (138 ms) 2022-08-17T13:09:23.5343678Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-08-17T13:09:23.6448408Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (110 ms) 2022-08-17T13:09:23.6448794Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-08-17T13:09:23.7844453Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (139 ms) 2022-08-17T13:09:23.7844856Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-08-17T13:09:23.9142240Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (129 ms) 2022-08-17T13:09:23.9142644Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-08-17T13:09:23.9144594Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-08-17T13:09:23.9145067Z [ RUN ] LoopNest.VectorizeUse 2022-08-17T13:09:23.9145976Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-08-17T13:09:23.9146394Z [ RUN ] LoopNest.Int64Direct 2022-08-17T13:09:23.9146808Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-08-17T13:09:23.9147220Z [ RUN ] LoopNest.Int64Compute 2022-08-17T13:09:23.9147977Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-08-17T13:09:23.9148460Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-08-17T13:09:23.9149064Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-08-17T13:09:23.9149562Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-08-17T13:09:23.9150075Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-08-17T13:09:23.9150656Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-08-17T13:09:23.9151038Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-08-17T13:09:23.9151455Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-08-17T13:09:23.9151833Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-08-17T13:09:23.9152393Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-08-17T13:09:23.9153099Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-08-17T13:09:23.9153463Z [ RUN ] LoopNest.fuseLoopsSimple 2022-08-17T13:09:23.9155661Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-08-17T13:09:23.9155976Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-08-17T13:09:23.9160118Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-08-17T13:09:23.9160454Z [ RUN ] LoopNest.fuseLoopsNested 2022-08-17T13:09:23.9166552Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-08-17T13:09:23.9167093Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-08-17T13:09:23.9169896Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-08-17T13:09:23.9170468Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-08-17T13:09:23.9172129Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-08-17T13:09:23.9172684Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-08-17T13:09:23.9173290Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-08-17T13:09:23.9173699Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-08-17T13:09:23.9174119Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-08-17T13:09:23.9174466Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-08-17T13:09:23.9174799Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-08-17T13:09:23.9175153Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-08-17T13:09:23.9175568Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-08-17T13:09:23.9176077Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-08-17T13:09:23.9176695Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-08-17T13:09:23.9177048Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-08-17T13:09:23.9181254Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-08-17T13:09:23.9181671Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-08-17T13:09:23.9185259Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-08-17T13:09:23.9185726Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-08-17T13:09:23.9189403Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-08-17T13:09:23.9189911Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-08-17T13:09:23.9196887Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-08-17T13:09:23.9197319Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-08-17T13:09:23.9202005Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-08-17T13:09:23.9202400Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-08-17T13:09:23.9210985Z [ OK ] LoopNest.fuseLoopsWith2DReductions (0 ms) 2022-08-17T13:09:23.9211436Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-08-17T13:09:23.9218586Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-08-17T13:09:23.9219055Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-08-17T13:09:23.9228743Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (0 ms) 2022-08-17T13:09:23.9229262Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-08-17T13:09:23.9234106Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-08-17T13:09:23.9234535Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-08-17T13:09:23.9238632Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-08-17T13:09:23.9239111Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-08-17T13:09:23.9242843Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-08-17T13:09:23.9243508Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-08-17T13:09:23.9250814Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-08-17T13:09:23.9251518Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-08-17T13:09:23.9260312Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (0 ms) 2022-08-17T13:09:23.9260853Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-08-17T13:09:23.9264851Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-08-17T13:09:23.9265489Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-08-17T13:09:23.9269605Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-08-17T13:09:23.9270247Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-08-17T13:09:23.9275082Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-08-17T13:09:23.9275714Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-08-17T13:09:23.9276130Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-08-17T13:09:23.9276535Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-08-17T13:09:23.9276970Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-08-17T13:09:23.9277438Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-08-17T13:09:23.9277910Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-08-17T13:09:23.9278380Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-08-17T13:09:23.9278876Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-08-17T13:09:23.9279412Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-08-17T13:09:23.9280016Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-08-17T13:09:23.9280627Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-08-17T13:09:23.9281124Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-08-17T13:09:23.9281499Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-08-17T13:09:23.9282015Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-08-17T13:09:23.9282386Z [ RUN ] LoopNest.compressBufferSimple 2022-08-17T13:09:23.9282782Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-08-17T13:09:23.9283183Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-08-17T13:09:23.9283570Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-08-17T13:09:23.9284216Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-08-17T13:09:23.9285094Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-08-17T13:09:23.9285478Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-08-17T13:09:23.9285927Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-08-17T13:09:23.9286321Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-08-17T13:09:23.9286686Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-08-17T13:09:23.9287066Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-08-17T13:09:23.9287458Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-08-17T13:09:23.9287829Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-08-17T13:09:23.9288185Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-08-17T13:09:23.9288513Z [ RUN ] LoopNest.compressMultipleBuffers 2022-08-17T13:09:23.9288853Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-08-17T13:09:23.9289163Z [ RUN ] LoopNest.sanitizeNames 2022-08-17T13:09:23.9299136Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-08-17T13:09:23.9299534Z [----------] 174 tests from LoopNest (1619 ms total) 2022-08-17T13:09:23.9299691Z 2022-08-17T13:09:23.9299843Z [----------] 31 tests from MemDependency 2022-08-17T13:09:23.9300132Z [ RUN ] MemDependency.BoundOverlap 2022-08-17T13:09:23.9309348Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-08-17T13:09:23.9309675Z [ RUN ] MemDependency.BoundComparison 2022-08-17T13:09:23.9317438Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-08-17T13:09:23.9317886Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-08-17T13:09:23.9325846Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-08-17T13:09:23.9326200Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-08-17T13:09:23.9333931Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-08-17T13:09:23.9334251Z [ RUN ] MemDependency.BoundSubtract 2022-08-17T13:09:23.9340837Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-08-17T13:09:23.9341181Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-08-17T13:09:23.9360534Z [ OK ] MemDependency.BoundSubtractSymbolic (1 ms) 2022-08-17T13:09:23.9360885Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-08-17T13:09:23.9383313Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-08-17T13:09:23.9383696Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-08-17T13:09:23.9413892Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-08-17T13:09:23.9414556Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-08-17T13:09:23.9415180Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-08-17T13:09:23.9415737Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-08-17T13:09:23.9416157Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-08-17T13:09:23.9416707Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-08-17T13:09:23.9417133Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-08-17T13:09:23.9417635Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-08-17T13:09:23.9418015Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-08-17T13:09:23.9418404Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-08-17T13:09:23.9420287Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-08-17T13:09:23.9420781Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-08-17T13:09:23.9422666Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-08-17T13:09:23.9423241Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-08-17T13:09:23.9424842Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-08-17T13:09:23.9425463Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-08-17T13:09:23.9426121Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-08-17T13:09:23.9426559Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-08-17T13:09:23.9436377Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-08-17T13:09:23.9436828Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-08-17T13:09:23.9461457Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-08-17T13:09:23.9461938Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-08-17T13:09:23.9586452Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (12 ms) 2022-08-17T13:09:23.9586950Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-08-17T13:09:23.9594684Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-08-17T13:09:23.9595142Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-08-17T13:09:23.9610815Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-08-17T13:09:23.9611246Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-08-17T13:09:23.9621375Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (1 ms) 2022-08-17T13:09:23.9621762Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-08-17T13:09:23.9638925Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (1 ms) 2022-08-17T13:09:23.9639347Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-08-17T13:09:23.9663883Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (2 ms) 2022-08-17T13:09:23.9664293Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-08-17T13:09:23.9695541Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-08-17T13:09:23.9695947Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-08-17T13:09:23.9705869Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-08-17T13:09:23.9706279Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-08-17T13:09:23.9713292Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-08-17T13:09:23.9713720Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-08-17T13:09:23.9733393Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-08-17T13:09:23.9733839Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-08-17T13:09:23.9745910Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-08-17T13:09:23.9746351Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-08-17T13:09:23.9756124Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-08-17T13:09:23.9756561Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-08-17T13:09:23.9905515Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (14 ms) 2022-08-17T13:09:23.9905938Z [----------] 31 tests from MemDependency (60 ms total) 2022-08-17T13:09:23.9906108Z 2022-08-17T13:09:23.9906226Z [----------] 2 tests from Ops 2022-08-17T13:09:23.9906458Z [ RUN ] Ops.Sum 2022-08-17T13:09:23.9944640Z [ OK ] Ops.Sum (3 ms) 2022-08-17T13:09:23.9944940Z [ RUN ] Ops.ChannelsLastSum 2022-08-17T13:09:24.1008164Z [ OK ] Ops.ChannelsLastSum (106 ms) 2022-08-17T13:09:24.1008746Z [----------] 2 tests from Ops (110 ms total) 2022-08-17T13:09:24.1009011Z 2022-08-17T13:09:24.1009523Z [----------] 10 tests from Quantization 2022-08-17T13:09:24.1009834Z [ RUN ] Quantization.QuantDequantInt8 2022-08-17T13:09:24.1278435Z [ OK ] Quantization.QuantDequantInt8 (27 ms) 2022-08-17T13:09:24.1278911Z [ RUN ] Quantization.QuantDequantUInt8 2022-08-17T13:09:24.1539633Z [ OK ] Quantization.QuantDequantUInt8 (26 ms) 2022-08-17T13:09:24.1540215Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-08-17T13:09:24.1810686Z [ OK ] Quantization.QuantDequantUInt8_NLC (27 ms) 2022-08-17T13:09:24.1811252Z [ RUN ] Quantization.QuantAddDequantInt8 2022-08-17T13:09:24.2110966Z [ OK ] Quantization.QuantAddDequantInt8 (29 ms) 2022-08-17T13:09:24.2112058Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-08-17T13:09:24.2411059Z [ OK ] Quantization.QuantAddDequantUInt8 (29 ms) 2022-08-17T13:09:24.2411719Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-08-17T13:09:24.2754018Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (34 ms) 2022-08-17T13:09:24.2754624Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-08-17T13:09:24.3170070Z [ OK ] Quantization.QuantMulDequantUInt8 (41 ms) 2022-08-17T13:09:24.3170814Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-08-17T13:09:24.3638180Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (46 ms) 2022-08-17T13:09:24.3638902Z [ RUN ] Quantization.UpsampleNearst2d 2022-08-17T13:09:24.3943015Z [ OK ] Quantization.UpsampleNearst2d (30 ms) 2022-08-17T13:09:24.3943614Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-08-17T13:09:24.4557328Z [ OK ] Quantization.QuantCatDequantUInt8 (61 ms) 2022-08-17T13:09:24.4557994Z [----------] 10 tests from Quantization (354 ms total) 2022-08-17T13:09:24.4558337Z 2022-08-17T13:09:24.4558591Z [----------] 2 tests from BufLiveRange 2022-08-17T13:09:24.4559087Z [ RUN ] BufLiveRange.SingleRangeLine 2022-08-17T13:09:24.4559605Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-08-17T13:09:24.4560116Z [ RUN ] BufLiveRange.MulRangeLine 2022-08-17T13:09:24.4560624Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-08-17T13:09:24.4561145Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-08-17T13:09:24.4561391Z 2022-08-17T13:09:24.4561636Z [----------] 6 tests from MemPlanning 2022-08-17T13:09:24.4562140Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-08-17T13:09:24.5201194Z [ OK ] MemPlanning.MemReuseWithTypeCast (64 ms) 2022-08-17T13:09:24.5201866Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-08-17T13:09:24.5948658Z [ OK ] MemPlanning.NoMemReuseForLargerType (74 ms) 2022-08-17T13:09:24.5949267Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-08-17T13:09:24.8547611Z [ OK ] MemPlanning.SameBufSizeMemReuse (259 ms) 2022-08-17T13:09:24.8548034Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-08-17T13:09:25.1248358Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (270 ms) 2022-08-17T13:09:25.1248790Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-08-17T13:09:25.4649072Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (340 ms) 2022-08-17T13:09:25.4649481Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-08-17T13:09:25.6131077Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (148 ms) 2022-08-17T13:09:25.6131616Z [----------] 6 tests from MemPlanning (1157 ms total) 2022-08-17T13:09:25.6131813Z 2022-08-17T13:09:25.6132089Z [----------] 45 tests from Reductions 2022-08-17T13:09:25.6132423Z [ RUN ] Reductions.ReduceSum0D_1 2022-08-17T13:09:25.6132747Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-08-17T13:09:25.6133202Z [ RUN ] Reductions.ReduceSum0D_2 2022-08-17T13:09:25.6133496Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-08-17T13:09:25.6133779Z [ RUN ] Reductions.ReduceSum1D 2022-08-17T13:09:25.6134124Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-08-17T13:09:25.6134395Z [ RUN ] Reductions.ReduceSum2D 2022-08-17T13:09:25.6136724Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-08-17T13:09:25.6137076Z [ RUN ] Reductions.ReduceSum3D 2022-08-17T13:09:25.6167123Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-08-17T13:09:25.6167480Z [ RUN ] Reductions.ReduceSum10D 2022-08-17T13:09:26.2721807Z [ OK ] Reductions.ReduceSum10D (655 ms) 2022-08-17T13:09:26.2722173Z [ RUN ] Reductions.ReduceProduct 2022-08-17T13:09:26.2724602Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-08-17T13:09:26.2724982Z [ RUN ] Reductions.ReduceMax 2022-08-17T13:09:26.2729777Z [ OK ] Reductions.ReduceMax (0 ms) 2022-08-17T13:09:26.2730215Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-08-17T13:09:26.2730947Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-08-17T13:09:26.2731496Z [ RUN ] Reductions.ReduceAnyAll 2022-08-17T13:09:26.2751840Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-08-17T13:09:26.2752218Z [ RUN ] Reductions.ReduceMatmul2D 2022-08-17T13:09:26.2760943Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-08-17T13:09:26.2761277Z [ RUN ] Reductions.ReduceRfactorLike 2022-08-17T13:09:26.2771863Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-08-17T13:09:26.2772402Z [ RUN ] Reductions.ReduceAsProducer 2022-08-17T13:09:26.2793529Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-08-17T13:09:26.2793843Z [ RUN ] Reductions.ReduceAsConsumer 2022-08-17T13:09:26.2827810Z [ OK ] Reductions.ReduceAsConsumer (3 ms) 2022-08-17T13:09:26.2828131Z [ RUN ] Reductions.SplitReduceAxis 2022-08-17T13:09:26.2843584Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-08-17T13:09:26.2843894Z [ RUN ] Reductions.SplitNonReduceAxis 2022-08-17T13:09:26.2875431Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-08-17T13:09:26.2875797Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-08-17T13:09:26.2913243Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-08-17T13:09:26.2913574Z [ RUN ] Reductions.ReduceRfactor 2022-08-17T13:09:26.2924276Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-08-17T13:09:26.2924608Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-08-17T13:09:26.3047399Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-08-17T13:09:26.3047757Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-08-17T13:09:26.3176139Z [ OK ] Reductions.Reduce3DRfactorOuter (12 ms) 2022-08-17T13:09:26.3176735Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-08-17T13:09:26.4847044Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (166 ms) 2022-08-17T13:09:26.4847442Z [ RUN ] Reductions.ReduceSplitTail 2022-08-17T13:09:26.5231621Z [ OK ] Reductions.ReduceSplitTail (38 ms) 2022-08-17T13:09:26.5231957Z [ RUN ] Reductions.ReduceSplitNoTail 2022-08-17T13:09:26.5672170Z [ OK ] Reductions.ReduceSplitNoTail (43 ms) 2022-08-17T13:09:26.5672736Z [ RUN ] Reductions.ReduceOverSplitTail 2022-08-17T13:09:26.6049088Z [ OK ] Reductions.ReduceOverSplitTail (37 ms) 2022-08-17T13:09:26.6049566Z [ RUN ] Reductions.ReduceSplitMask 2022-08-17T13:09:26.6525435Z [ OK ] Reductions.ReduceSplitMask (47 ms) 2022-08-17T13:09:26.6525761Z [ RUN ] Reductions.ReduceSplitNoMask 2022-08-17T13:09:26.6968365Z [ OK ] Reductions.ReduceSplitNoMask (44 ms) 2022-08-17T13:09:26.6968697Z [ RUN ] Reductions.ReduceOverSplitMask 2022-08-17T13:09:26.7357587Z [ OK ] Reductions.ReduceOverSplitMask (38 ms) 2022-08-17T13:09:26.7357946Z [ RUN ] Reductions.ReduceSplitRfactor 2022-08-17T13:09:26.7397194Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-08-17T13:09:26.7397618Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-08-17T13:09:26.7410536Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-08-17T13:09:26.7411042Z [ RUN ] Reductions.ReduceInlineReduction 2022-08-17T13:09:26.7411788Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-08-17T13:09:26.7412137Z [ RUN ] Reductions.ReduceInlineConsumer 2022-08-17T13:09:26.7498100Z [ OK ] Reductions.ReduceInlineConsumer (8 ms) 2022-08-17T13:09:26.7498459Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-08-17T13:09:26.7586502Z [ OK ] Reductions.ReduceInlineReducerInternal (8 ms) 2022-08-17T13:09:26.7586916Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-08-17T13:09:26.7632035Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-08-17T13:09:26.7632521Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-08-17T13:09:26.7674392Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-08-17T13:09:26.7674834Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-08-17T13:09:26.7716514Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-08-17T13:09:26.7717169Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-08-17T13:09:26.7731478Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-08-17T13:09:26.7731851Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-08-17T13:09:26.7748305Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-08-17T13:09:26.7748693Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-08-17T13:09:26.7767918Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (1 ms) 2022-08-17T13:09:26.7768340Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-08-17T13:09:26.7785155Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (1 ms) 2022-08-17T13:09:26.7785550Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-08-17T13:09:26.7957986Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-08-17T13:09:26.7958444Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-08-17T13:09:26.8096533Z [ OK ] Reductions.ReductionRfactorCacheTempInner (13 ms) 2022-08-17T13:09:26.8096960Z [ RUN ] Reductions.ReductionVectorize 2022-08-17T13:09:26.8107735Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-08-17T13:09:26.8108171Z [ RUN ] Reductions.ReductionVectorizeInner 2022-08-17T13:09:26.8108507Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-08-17T13:09:26.8108861Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-08-17T13:09:26.8120632Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-08-17T13:09:26.8121002Z [ RUN ] Reductions.InitFunction 2022-08-17T13:09:26.8122590Z [ OK ] Reductions.InitFunction (0 ms) 2022-08-17T13:09:26.8122990Z [----------] 45 tests from Reductions (1199 ms total) 2022-08-17T13:09:26.8123201Z 2022-08-17T13:09:26.8123356Z [----------] 69 tests from Registerizer 2022-08-17T13:09:26.8123655Z [ RUN ] Registerizer.RegisterizerSimple 2022-08-17T13:09:26.8125482Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-08-17T13:09:26.8126085Z [ RUN ] Registerizer.RegisterizerLoop 2022-08-17T13:09:26.8126896Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-08-17T13:09:26.8127496Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-08-17T13:09:26.8128520Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-08-17T13:09:26.8129128Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-08-17T13:09:26.8130473Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-08-17T13:09:26.8131128Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-08-17T13:09:26.8132311Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-08-17T13:09:26.8132741Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-08-17T13:09:26.8136297Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-08-17T13:09:26.8136769Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-08-17T13:09:26.8139970Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-08-17T13:09:26.8140525Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-08-17T13:09:26.8143651Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-08-17T13:09:26.8144337Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-08-17T13:09:26.8146388Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-08-17T13:09:26.8147038Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-08-17T13:09:26.8148957Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-08-17T13:09:26.8149429Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-08-17T13:09:26.8150307Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-08-17T13:09:26.8150744Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-08-17T13:09:26.8152897Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-08-17T13:09:26.8153333Z [ RUN ] Registerizer.RegisterizerRepeated 2022-08-17T13:09:26.8156027Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-08-17T13:09:26.8156444Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-08-17T13:09:26.8157323Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-08-17T13:09:26.8158004Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-08-17T13:09:26.8159153Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-08-17T13:09:26.8159803Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-08-17T13:09:26.8162573Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-08-17T13:09:26.8162978Z [ RUN ] Registerizer.RegisterizerAllocs 2022-08-17T13:09:26.8165410Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-08-17T13:09:26.8165923Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-08-17T13:09:26.8167033Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-08-17T13:09:26.8167426Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-08-17T13:09:26.8168090Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-08-17T13:09:26.8168485Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-08-17T13:09:26.8169974Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-08-17T13:09:26.8170392Z [ RUN ] Registerizer.RegisterizerParallelized 2022-08-17T13:09:26.8171129Z [ OK ] Registerizer.RegisterizerParallelized (0 ms) 2022-08-17T13:09:26.8171545Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-08-17T13:09:26.8172846Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-08-17T13:09:26.8173276Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-08-17T13:09:26.8174305Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-08-17T13:09:26.8174693Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-08-17T13:09:26.8176695Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-08-17T13:09:26.8177122Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-08-17T13:09:26.8178947Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-08-17T13:09:26.8179417Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-08-17T13:09:26.8182458Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-08-17T13:09:26.8182946Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-08-17T13:09:26.8183763Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-08-17T13:09:26.8184236Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-08-17T13:09:26.8185829Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-08-17T13:09:26.8186251Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-08-17T13:09:26.8187677Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-08-17T13:09:26.8188097Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-08-17T13:09:26.8189643Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-08-17T13:09:26.8190084Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-08-17T13:09:26.8193447Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-08-17T13:09:26.8193855Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-08-17T13:09:26.8197468Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-08-17T13:09:26.8197876Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-08-17T13:09:26.8199511Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-08-17T13:09:26.8199904Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-08-17T13:09:26.8201937Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-08-17T13:09:26.8202463Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-08-17T13:09:26.8203365Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-08-17T13:09:26.8203807Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-08-17T13:09:26.8205859Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-08-17T13:09:26.8206300Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-08-17T13:09:26.8216082Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-08-17T13:09:26.8216491Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-08-17T13:09:26.8218255Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-08-17T13:09:26.8218745Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-08-17T13:09:26.8219727Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-08-17T13:09:26.8220389Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-08-17T13:09:26.8221391Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-08-17T13:09:26.8221997Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-08-17T13:09:26.8224102Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-08-17T13:09:26.8224726Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-08-17T13:09:26.8226708Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-08-17T13:09:26.8227308Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-08-17T13:09:26.8230171Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-08-17T13:09:26.8230814Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-08-17T13:09:26.8233973Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-08-17T13:09:26.8234612Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-08-17T13:09:26.8235559Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-08-17T13:09:26.8236223Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-08-17T13:09:26.8237018Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-08-17T13:09:26.8237628Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-08-17T13:09:26.8239965Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-08-17T13:09:26.8240576Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-08-17T13:09:26.8241804Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-08-17T13:09:26.8242443Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-08-17T13:09:26.8243361Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-08-17T13:09:26.8244153Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-08-17T13:09:26.8245353Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-08-17T13:09:26.8246013Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-08-17T13:09:26.8248189Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-08-17T13:09:26.8248861Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-08-17T13:09:26.8250787Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-08-17T13:09:26.8251571Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-08-17T13:09:26.8252296Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-08-17T13:09:26.8252856Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-08-17T13:09:26.8254455Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-08-17T13:09:26.8255105Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-08-17T13:09:26.8259833Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-08-17T13:09:26.8260537Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-08-17T13:09:26.8261360Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-08-17T13:09:26.8261997Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-08-17T13:09:26.8264151Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-08-17T13:09:26.8264757Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-08-17T13:09:26.8266657Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-08-17T13:09:26.8267291Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-08-17T13:09:26.8270044Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-08-17T13:09:26.8270684Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-08-17T13:09:26.8272472Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-08-17T13:09:26.8273127Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-08-17T13:09:26.8275144Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-08-17T13:09:26.8275742Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-08-17T13:09:26.8276545Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-08-17T13:09:26.8277149Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-08-17T13:09:26.8278139Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-08-17T13:09:26.8278736Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-08-17T13:09:26.8279787Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-08-17T13:09:26.8280463Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-08-17T13:09:26.8282362Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-08-17T13:09:26.8282991Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-08-17T13:09:26.8285203Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-08-17T13:09:26.8285837Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-08-17T13:09:26.8287661Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-08-17T13:09:26.8288297Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-08-17T13:09:26.8290514Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-08-17T13:09:26.8291159Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-08-17T13:09:26.8293882Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-08-17T13:09:26.8294614Z [----------] 69 tests from Registerizer (17 ms total) 2022-08-17T13:09:26.8294892Z 2022-08-17T13:09:26.8295097Z [----------] 92 tests from Simplify 2022-08-17T13:09:26.8295475Z [ RUN ] Simplify.ConstantFoldSimple 2022-08-17T13:09:26.8295815Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-08-17T13:09:26.8296118Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-08-17T13:09:26.8296663Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-08-17T13:09:26.8297171Z [ RUN ] Simplify.ConstantFoldShifts 2022-08-17T13:09:26.8297567Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-08-17T13:09:26.8297863Z [ RUN ] Simplify.ConstantFoldBitwise 2022-08-17T13:09:26.8298296Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-08-17T13:09:26.8298697Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-08-17T13:09:26.8299044Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-08-17T13:09:26.8299416Z [ RUN ] Simplify.ConstantFoldMinMax 2022-08-17T13:09:26.8299754Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-08-17T13:09:26.8300085Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-08-17T13:09:26.8300493Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-08-17T13:09:26.8300819Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-08-17T13:09:26.8301146Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-08-17T13:09:26.8301586Z [ RUN ] Simplify.ConstantFoldWithVar 2022-08-17T13:09:26.8301937Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-08-17T13:09:26.8302479Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-08-17T13:09:26.8302960Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-08-17T13:09:26.8303442Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-08-17T13:09:26.8303959Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-08-17T13:09:26.8304499Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-08-17T13:09:26.8305061Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-08-17T13:09:26.8305525Z [ RUN ] Simplify.UnFoldableExpr 2022-08-17T13:09:26.8305960Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-08-17T13:09:26.8306299Z [ RUN ] Simplify.HashSimple 2022-08-17T13:09:26.8306717Z [ OK ] Simplify.HashSimple (0 ms) 2022-08-17T13:09:26.8307135Z [ RUN ] Simplify.HashEquivalence 2022-08-17T13:09:26.8307526Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-08-17T13:09:26.8307945Z [ RUN ] Simplify.HashEquivalenceRand 2022-08-17T13:09:26.8308375Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-08-17T13:09:26.8308764Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-08-17T13:09:26.8309327Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-08-17T13:09:26.8309740Z [ RUN ] Simplify.HashDifferenceTypes 2022-08-17T13:09:26.8310062Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-08-17T13:09:26.8310360Z [ RUN ] Simplify.HashLargeExpression 2022-08-17T13:09:26.8310674Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-08-17T13:09:26.8310983Z [ RUN ] Simplify.HashForLoopOptions 2022-08-17T13:09:26.8311299Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-08-17T13:09:26.8311574Z [ RUN ] Simplify.SimplifyAdd 2022-08-17T13:09:26.8311871Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-08-17T13:09:26.8312235Z [ RUN ] Simplify.SimplifySub 2022-08-17T13:09:26.8312503Z [ OK ] Simplify.SimplifySub (0 ms) 2022-08-17T13:09:26.8312795Z [ RUN ] Simplify.SimplifyMultiLayer 2022-08-17T13:09:26.8313242Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-08-17T13:09:26.8313537Z [ RUN ] Simplify.SimplifyMultiTerm 2022-08-17T13:09:26.8313852Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-08-17T13:09:26.8314144Z [ RUN ] Simplify.SimplifyCasts 2022-08-17T13:09:26.8314421Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-08-17T13:09:26.8314735Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-08-17T13:09:26.8315077Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-08-17T13:09:26.8315390Z [ RUN ] Simplify.SimplifyMultiVar 2022-08-17T13:09:26.8315754Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-08-17T13:09:26.8316098Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-08-17T13:09:26.8316478Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-08-17T13:09:26.8316837Z [ RUN ] Simplify.SimplifyAdds 2022-08-17T13:09:26.8317122Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-08-17T13:09:26.8317406Z [ RUN ] Simplify.SimplifyMuls 2022-08-17T13:09:26.8317680Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-08-17T13:09:26.8317962Z [ RUN ] Simplify.SimplifySubs 2022-08-17T13:09:26.8322748Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-08-17T13:09:26.8323036Z [ RUN ] Simplify.SimplifyDiv 2022-08-17T13:09:26.8323364Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-08-17T13:09:26.8323741Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-08-17T13:09:26.8324678Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-08-17T13:09:26.8325032Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-08-17T13:09:26.8326624Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-08-17T13:09:26.8327302Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-08-17T13:09:26.8328389Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-08-17T13:09:26.8329004Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-08-17T13:09:26.8329641Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-08-17T13:09:26.8330223Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-08-17T13:09:26.8331728Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-08-17T13:09:26.8332314Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-08-17T13:09:26.8334216Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-08-17T13:09:26.8334577Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-08-17T13:09:26.8336741Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-08-17T13:09:26.8337139Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-08-17T13:09:26.8338066Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-08-17T13:09:26.8338641Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-08-17T13:09:26.8339415Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-08-17T13:09:26.8339796Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-08-17T13:09:26.8341142Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-08-17T13:09:26.8341574Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-08-17T13:09:26.8343111Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-08-17T13:09:26.8343531Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-08-17T13:09:26.8343893Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-08-17T13:09:26.8344326Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-08-17T13:09:26.8346312Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-08-17T13:09:26.8346761Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-08-17T13:09:26.8348739Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-08-17T13:09:26.8349180Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-08-17T13:09:26.8352000Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-08-17T13:09:26.8352635Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-08-17T13:09:26.8353306Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-08-17T13:09:26.8353607Z [ RUN ] Simplify.SimplifyMod 2022-08-17T13:09:26.8355557Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-08-17T13:09:26.8355852Z [ RUN ] Simplify.SimplifyMultiOp 2022-08-17T13:09:26.8357805Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-08-17T13:09:26.8358170Z [ RUN ] Simplify.SimplifyManyOps 2022-08-17T13:09:26.8360977Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-08-17T13:09:26.8361421Z [ RUN ] Simplify.SimplifyFactorization 2022-08-17T13:09:26.8365522Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-08-17T13:09:26.8365998Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-08-17T13:09:26.8366846Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-08-17T13:09:26.8367251Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-08-17T13:09:26.8368232Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-08-17T13:09:26.8368831Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-08-17T13:09:26.8369415Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-08-17T13:09:26.8369797Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-08-17T13:09:26.8370551Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-08-17T13:09:26.8370925Z [ RUN ] Simplify.SimplifyIfComponents 2022-08-17T13:09:26.8371440Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-08-17T13:09:26.8371819Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-08-17T13:09:26.8372141Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-08-17T13:09:26.8372608Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-08-17T13:09:26.8373366Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-08-17T13:09:26.8373672Z [ RUN ] Simplify.SimplifyNestedMax 2022-08-17T13:09:26.8385394Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-08-17T13:09:26.8385792Z [ RUN ] Simplify.SimplifyNestedMin 2022-08-17T13:09:26.8397159Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-08-17T13:09:26.8397567Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-08-17T13:09:26.8399224Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-08-17T13:09:26.8399672Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-08-17T13:09:26.8406896Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-08-17T13:09:26.8407314Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-08-17T13:09:26.8410626Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-08-17T13:09:26.8411143Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-08-17T13:09:26.8414113Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-08-17T13:09:26.8414489Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-08-17T13:09:26.8418565Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-08-17T13:09:26.8418955Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-08-17T13:09:26.8425402Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-08-17T13:09:26.8425829Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-08-17T13:09:26.8437989Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-08-17T13:09:26.8438622Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-08-17T13:09:26.8439457Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-08-17T13:09:26.8439899Z [ RUN ] Simplify.SimplifyConstantBranches 2022-08-17T13:09:26.8440317Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-08-17T13:09:26.8440729Z [ RUN ] Simplify.SimplifyConstantCond 2022-08-17T13:09:26.8441479Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-08-17T13:09:26.8441927Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-08-17T13:09:26.8442289Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-08-17T13:09:26.8442651Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-08-17T13:09:26.8446102Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-08-17T13:09:26.8446484Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-08-17T13:09:26.8452589Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-08-17T13:09:26.8453201Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-08-17T13:09:26.8453788Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-08-17T13:09:26.8454373Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-08-17T13:09:26.8455107Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-08-17T13:09:26.8455759Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-08-17T13:09:26.8456195Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-08-17T13:09:26.8456613Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-08-17T13:09:26.8456945Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-08-17T13:09:26.8457266Z [ RUN ] Simplify.SimplifyForCleansUp 2022-08-17T13:09:26.8459362Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-08-17T13:09:26.8459975Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-08-17T13:09:26.8460905Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-08-17T13:09:26.8461508Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-08-17T13:09:26.8462113Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-08-17T13:09:26.8462535Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-08-17T13:09:26.8463968Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-08-17T13:09:26.8464578Z [ RUN ] Simplify.DontSimplifyRand 2022-08-17T13:09:26.8464878Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-08-17T13:09:26.8465196Z [ RUN ] Simplify.SimplifyReorderForCond 2022-08-17T13:09:26.8468098Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-08-17T13:09:26.8468679Z [ RUN ] Simplify.SimplifyFuseConditions 2022-08-17T13:09:26.8474154Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-08-17T13:09:26.8474576Z [ RUN ] Simplify.SimplifySyncThreads 2022-08-17T13:09:26.8474935Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-08-17T13:09:26.8475290Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-08-17T13:09:26.8475791Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-08-17T13:09:26.8476194Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-08-17T13:09:26.8476595Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-08-17T13:09:26.8476934Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-08-17T13:09:26.8555013Z [ OK ] Simplify.CompareSelectLoopBounds (7 ms) 2022-08-17T13:09:26.8555693Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-08-17T13:09:26.8556444Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-08-17T13:09:26.8556963Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-08-17T13:09:26.8557343Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-08-17T13:09:26.8557779Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-08-17T13:09:26.8558873Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-08-17T13:09:26.8559369Z [----------] 92 tests from Simplify (26 ms total) 2022-08-17T13:09:26.8559526Z 2022-08-17T13:09:26.8559676Z [----------] 12 tests from TEFuserPass 2022-08-17T13:09:26.8559957Z [ RUN ] TEFuserPass.FuserPass_1 2022-08-17T13:09:26.8566436Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-08-17T13:09:26.8566971Z [ RUN ] TEFuserPass.FuserPass_2 2022-08-17T13:09:26.8570522Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-08-17T13:09:26.8571030Z [ RUN ] TEFuserPass.FuserPass_3 2022-08-17T13:09:26.8573508Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-08-17T13:09:26.8574048Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-08-17T13:09:26.8576625Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-08-17T13:09:26.8577215Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-08-17T13:09:26.8577813Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-08-17T13:09:26.8578369Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-08-17T13:09:26.8578952Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-08-17T13:09:26.8579515Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-08-17T13:09:26.8586261Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-08-17T13:09:26.8586852Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-08-17T13:09:26.8589271Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-08-17T13:09:26.8589924Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-08-17T13:09:26.8590603Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-08-17T13:09:26.8591200Z [ RUN ] TEFuserPass.FuserPass_Where 2022-08-17T13:09:26.8594314Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-08-17T13:09:26.8594891Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-08-17T13:09:26.8595583Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-08-17T13:09:26.8596105Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-08-17T13:09:27.1232433Z [ OK ] TEFuserPass.DynamicShapeFusion (263 ms) 2022-08-17T13:09:27.1233071Z [----------] 12 tests from TEFuserPass (267 ms total) 2022-08-17T13:09:27.1233307Z 2022-08-17T13:09:27.1233540Z [----------] 3 tests from Type 2022-08-17T13:09:27.1233927Z [ RUN ] Type.Test01 2022-08-17T13:09:27.1234346Z [ OK ] Type.Test01 (0 ms) 2022-08-17T13:09:27.1234769Z [ RUN ] Type.BitCasting 2022-08-17T13:09:27.1235188Z [ OK ] Type.BitCasting (0 ms) 2022-08-17T13:09:27.1235634Z [ RUN ] Type.Propagation 2022-08-17T13:09:27.1236018Z [ OK ] Type.Propagation (0 ms) 2022-08-17T13:09:27.1236408Z [----------] 3 tests from Type (0 ms total) 2022-08-17T13:09:27.1236931Z 2022-08-17T13:09:27.1237252Z [----------] 1 test from SpecializationsInCustomPasses 2022-08-17T13:09:27.1237788Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-08-17T13:09:27.1249861Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-08-17T13:09:27.1250597Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-08-17T13:09:27.1250934Z 2022-08-17T13:09:27.1251181Z [----------] 150 tests from LLVM 2022-08-17T13:09:27.1251614Z [ RUN ] LLVM.ByteImmTest 2022-08-17T13:09:27.1434702Z [ OK ] LLVM.ByteImmTest (18 ms) 2022-08-17T13:09:27.1435209Z [ RUN ] LLVM.CharImmTest 2022-08-17T13:09:27.1615188Z [ OK ] LLVM.CharImmTest (18 ms) 2022-08-17T13:09:27.1615712Z [ RUN ] LLVM.ShortImmTest 2022-08-17T13:09:27.1793745Z [ OK ] LLVM.ShortImmTest (17 ms) 2022-08-17T13:09:27.1794242Z [ RUN ] LLVM.IntImmTest 2022-08-17T13:09:27.1974292Z [ OK ] LLVM.IntImmTest (17 ms) 2022-08-17T13:09:27.1974752Z [ RUN ] LLVM.LongImmTest 2022-08-17T13:09:27.2156170Z [ OK ] LLVM.LongImmTest (18 ms) 2022-08-17T13:09:27.2156655Z [ RUN ] LLVM.FloatImmTest 2022-08-17T13:09:27.2335669Z [ OK ] LLVM.FloatImmTest (17 ms) 2022-08-17T13:09:27.2336145Z [ RUN ] LLVM.DoubleImmTest 2022-08-17T13:09:27.2514633Z [ OK ] LLVM.DoubleImmTest (17 ms) 2022-08-17T13:09:27.2515143Z [ RUN ] LLVM.HalfImmTest 2022-08-17T13:09:27.2695315Z [ OK ] LLVM.HalfImmTest (18 ms) 2022-08-17T13:09:27.2695843Z [ RUN ] LLVM.ByteAddTest 2022-08-17T13:09:27.2873582Z [ OK ] LLVM.ByteAddTest (17 ms) 2022-08-17T13:09:27.2874401Z [ RUN ] LLVM.CharAddTest 2022-08-17T13:09:27.3052905Z [ OK ] LLVM.CharAddTest (17 ms) 2022-08-17T13:09:27.3053389Z [ RUN ] LLVM.ShortAddTest 2022-08-17T13:09:27.3231216Z [ OK ] LLVM.ShortAddTest (17 ms) 2022-08-17T13:09:27.3231696Z [ RUN ] LLVM.IntAddTest 2022-08-17T13:09:27.3410463Z [ OK ] LLVM.IntAddTest (17 ms) 2022-08-17T13:09:27.3410959Z [ RUN ] LLVM.LongAddTest 2022-08-17T13:09:27.3589831Z [ OK ] LLVM.LongAddTest (17 ms) 2022-08-17T13:09:27.3590363Z [ RUN ] LLVM.FloatAddTest 2022-08-17T13:09:27.3769801Z [ OK ] LLVM.FloatAddTest (17 ms) 2022-08-17T13:09:27.3770314Z [ RUN ] LLVM.DoubleAddTest 2022-08-17T13:09:27.3949805Z [ OK ] LLVM.DoubleAddTest (17 ms) 2022-08-17T13:09:27.3950312Z [ RUN ] LLVM.HalfAddTest 2022-08-17T13:09:27.4130399Z [ OK ] LLVM.HalfAddTest (18 ms) 2022-08-17T13:09:27.4130906Z [ RUN ] LLVM.ByteSubTest 2022-08-17T13:09:27.4309660Z [ OK ] LLVM.ByteSubTest (17 ms) 2022-08-17T13:09:27.4310136Z [ RUN ] LLVM.CharSubTest 2022-08-17T13:09:27.4487572Z [ OK ] LLVM.CharSubTest (17 ms) 2022-08-17T13:09:27.4488068Z [ RUN ] LLVM.ShortSubTest 2022-08-17T13:09:27.4667140Z [ OK ] LLVM.ShortSubTest (17 ms) 2022-08-17T13:09:27.4667645Z [ RUN ] LLVM.IntSubTest 2022-08-17T13:09:27.4847988Z [ OK ] LLVM.IntSubTest (18 ms) 2022-08-17T13:09:27.4848482Z [ RUN ] LLVM.LongSubTest 2022-08-17T13:09:27.5029906Z [ OK ] LLVM.LongSubTest (18 ms) 2022-08-17T13:09:27.5030389Z [ RUN ] LLVM.FloatSubTest 2022-08-17T13:09:27.5210870Z [ OK ] LLVM.FloatSubTest (18 ms) 2022-08-17T13:09:27.5211380Z [ RUN ] LLVM.DoubleSubTest 2022-08-17T13:09:27.5391230Z [ OK ] LLVM.DoubleSubTest (17 ms) 2022-08-17T13:09:27.5391771Z [ RUN ] LLVM.HalfSubTest 2022-08-17T13:09:27.5569482Z [ OK ] LLVM.HalfSubTest (17 ms) 2022-08-17T13:09:27.5569960Z [ RUN ] LLVM.ByteMulTest 2022-08-17T13:09:27.5746844Z [ OK ] LLVM.ByteMulTest (17 ms) 2022-08-17T13:09:27.5747337Z [ RUN ] LLVM.CharMulTest 2022-08-17T13:09:27.5926536Z [ OK ] LLVM.CharMulTest (17 ms) 2022-08-17T13:09:27.5926996Z [ RUN ] LLVM.ShortMulTest 2022-08-17T13:09:27.6105689Z [ OK ] LLVM.ShortMulTest (17 ms) 2022-08-17T13:09:27.6106164Z [ RUN ] LLVM.IntMulTest 2022-08-17T13:09:27.6281926Z [ OK ] LLVM.IntMulTest (17 ms) 2022-08-17T13:09:27.6282427Z [ RUN ] LLVM.LongMulTest 2022-08-17T13:09:27.6458649Z [ OK ] LLVM.LongMulTest (17 ms) 2022-08-17T13:09:27.6459148Z [ RUN ] LLVM.FloatMulTest 2022-08-17T13:09:27.6635927Z [ OK ] LLVM.FloatMulTest (17 ms) 2022-08-17T13:09:27.6636453Z [ RUN ] LLVM.DoubleMulTest 2022-08-17T13:09:27.6817125Z [ OK ] LLVM.DoubleMulTest (18 ms) 2022-08-17T13:09:27.6817615Z [ RUN ] LLVM.HalfMulTest 2022-08-17T13:09:27.6996864Z [ OK ] LLVM.HalfMulTest (17 ms) 2022-08-17T13:09:27.6997358Z [ RUN ] LLVM.ByteDivTest 2022-08-17T13:09:27.7175403Z [ OK ] LLVM.ByteDivTest (17 ms) 2022-08-17T13:09:27.7175886Z [ RUN ] LLVM.CharDivTest 2022-08-17T13:09:27.7351370Z [ OK ] LLVM.CharDivTest (17 ms) 2022-08-17T13:09:27.7351675Z [ RUN ] LLVM.ShortDivTest 2022-08-17T13:09:27.7526776Z [ OK ] LLVM.ShortDivTest (17 ms) 2022-08-17T13:09:27.7527109Z [ RUN ] LLVM.IntDivTest 2022-08-17T13:09:27.7704433Z [ OK ] LLVM.IntDivTest (17 ms) 2022-08-17T13:09:27.7704778Z [ RUN ] LLVM.LongDivTest 2022-08-17T13:09:27.7880901Z [ OK ] LLVM.LongDivTest (17 ms) 2022-08-17T13:09:27.7881396Z [ RUN ] LLVM.FloatDivTest 2022-08-17T13:09:27.8056750Z [ OK ] LLVM.FloatDivTest (17 ms) 2022-08-17T13:09:27.8057010Z [ RUN ] LLVM.DoubleDivTest 2022-08-17T13:09:27.8232294Z [ OK ] LLVM.DoubleDivTest (17 ms) 2022-08-17T13:09:27.8232567Z [ RUN ] LLVM.HalfDivTest 2022-08-17T13:09:27.8407661Z [ OK ] LLVM.HalfDivTest (17 ms) 2022-08-17T13:09:27.8407957Z [ RUN ] LLVM.IntToFloatCastTest 2022-08-17T13:09:27.8583548Z [ OK ] LLVM.IntToFloatCastTest (17 ms) 2022-08-17T13:09:27.8583846Z [ RUN ] LLVM.FloatToIntCastTest 2022-08-17T13:09:27.8761293Z [ OK ] LLVM.FloatToIntCastTest (17 ms) 2022-08-17T13:09:27.8761594Z [ RUN ] LLVM.IntToLongCastTest 2022-08-17T13:09:27.8937081Z [ OK ] LLVM.IntToLongCastTest (17 ms) 2022-08-17T13:09:27.8937381Z [ RUN ] LLVM.ByteToCharCastTest 2022-08-17T13:09:27.9112616Z [ OK ] LLVM.ByteToCharCastTest (17 ms) 2022-08-17T13:09:27.9112920Z [ RUN ] LLVM.HalfToLongCastTest 2022-08-17T13:09:27.9287967Z [ OK ] LLVM.HalfToLongCastTest (17 ms) 2022-08-17T13:09:27.9288409Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-08-17T13:09:27.9463387Z [ OK ] LLVM.ByteToDoubleCastTest (17 ms) 2022-08-17T13:09:27.9463916Z [ RUN ] LLVM.FloatToByteCastTest 2022-08-17T13:09:27.9680517Z [ OK ] LLVM.FloatToByteCastTest (21 ms) 2022-08-17T13:09:27.9681019Z [ RUN ] LLVM.FloatToCharCastTest 2022-08-17T13:09:27.9856792Z [ OK ] LLVM.FloatToCharCastTest (17 ms) 2022-08-17T13:09:27.9857258Z [ RUN ] LLVM.ByteToFloatCastTest 2022-08-17T13:09:28.0032144Z [ OK ] LLVM.ByteToFloatCastTest (17 ms) 2022-08-17T13:09:28.0032642Z [ RUN ] LLVM.CharToFloatCastTest 2022-08-17T13:09:28.0207829Z [ OK ] LLVM.CharToFloatCastTest (17 ms) 2022-08-17T13:09:28.0208339Z [ RUN ] LLVM.BitCast 2022-08-17T13:09:28.0913273Z [ OK ] LLVM.BitCast (70 ms) 2022-08-17T13:09:28.0913769Z [ RUN ] LLVM.fastLogFloat 2022-08-17T13:09:28.1496540Z [ OK ] LLVM.fastLogFloat (58 ms) 2022-08-17T13:09:28.1497038Z [ RUN ] LLVM.LetTest01 2022-08-17T13:09:28.1678721Z [ OK ] LLVM.LetTest01 (18 ms) 2022-08-17T13:09:28.1679203Z [ RUN ] LLVM.LetTest02 2022-08-17T13:09:28.1862068Z [ OK ] LLVM.LetTest02 (18 ms) 2022-08-17T13:09:28.1862575Z [ RUN ] LLVM.LetTestMultitype 2022-08-17T13:09:28.2046366Z [ OK ] LLVM.LetTestMultitype (18 ms) 2022-08-17T13:09:28.2046878Z [ RUN ] LLVM.BufferTest 2022-08-17T13:09:28.2229804Z [ OK ] LLVM.BufferTest (18 ms) 2022-08-17T13:09:28.2230268Z [ RUN ] LLVM.BlockTest 2022-08-17T13:09:28.2414580Z [ OK ] LLVM.BlockTest (18 ms) 2022-08-17T13:09:28.2415094Z [ RUN ] LLVM.LoadStoreTest 2022-08-17T13:09:28.2600413Z [ OK ] LLVM.LoadStoreTest (18 ms) 2022-08-17T13:09:28.2600944Z [ RUN ] LLVM.IfThenElseTest 2022-08-17T13:09:28.2796801Z [ OK ] LLVM.IfThenElseTest (19 ms) 2022-08-17T13:09:28.2797355Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-08-17T13:09:28.3384821Z [ OK ] LLVM.CondNoFalseBlockTest (58 ms) 2022-08-17T13:09:28.3385099Z [ RUN ] LLVM.CondTest 2022-08-17T13:09:28.3968691Z [ OK ] LLVM.CondTest (58 ms) 2022-08-17T13:09:28.3969178Z [ RUN ] LLVM.CondNestedTest 2022-08-17T13:09:28.4784975Z [ OK ] LLVM.CondNestedTest (81 ms) 2022-08-17T13:09:28.4785274Z [ RUN ] LLVM.DirectVectorization 2022-08-17T13:09:28.5042727Z [ OK ] LLVM.DirectVectorization (25 ms) 2022-08-17T13:09:28.5043090Z [ RUN ] LLVM.VecLoadStoreTest 2022-08-17T13:09:28.5230324Z [ OK ] LLVM.VecLoadStoreTest (18 ms) 2022-08-17T13:09:28.5230687Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-08-17T13:09:28.5421167Z [ OK ] LLVM.VecFloat_erfLane4Test (19 ms) 2022-08-17T13:09:28.5421715Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-08-17T13:09:28.5609498Z [ OK ] LLVM.VecFloat_erfcLane4Test (18 ms) 2022-08-17T13:09:28.5610032Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-08-17T13:09:28.5798415Z [ OK ] LLVM.VecFloat_acosLane4Test (18 ms) 2022-08-17T13:09:28.5798884Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-08-17T13:09:28.5989136Z [ OK ] LLVM.VecFloat_asinLane4Test (19 ms) 2022-08-17T13:09:28.5989655Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-08-17T13:09:28.6182473Z [ OK ] LLVM.VecFloat_atanLane4Test (19 ms) 2022-08-17T13:09:28.6183022Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-08-17T13:09:28.6372424Z [ OK ] LLVM.VecFloat_coshLane4Test (18 ms) 2022-08-17T13:09:28.6372981Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-08-17T13:09:28.6562419Z [ OK ] LLVM.VecFloat_sinhLane4Test (18 ms) 2022-08-17T13:09:28.6562955Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-08-17T13:09:28.6751177Z [ OK ] LLVM.VecFloat_tanhLane4Test (18 ms) 2022-08-17T13:09:28.6751741Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-08-17T13:09:28.6942827Z [ OK ] LLVM.VecFloat_expm1Lane4Test (19 ms) 2022-08-17T13:09:28.6943376Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-08-17T13:09:28.7133577Z [ OK ] LLVM.VecFloat_lgammaLane4Test (19 ms) 2022-08-17T13:09:28.7134107Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-08-17T13:09:28.7326690Z [ OK ] LLVM.VecFloat_erfLane8Test (19 ms) 2022-08-17T13:09:28.7327225Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-08-17T13:09:28.7521399Z [ OK ] LLVM.VecFloat_erfcLane8Test (19 ms) 2022-08-17T13:09:28.7521960Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-08-17T13:09:28.7715082Z [ OK ] LLVM.VecFloat_acosLane8Test (19 ms) 2022-08-17T13:09:28.7715629Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-08-17T13:09:28.7908027Z [ OK ] LLVM.VecFloat_asinLane8Test (19 ms) 2022-08-17T13:09:28.7908568Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-08-17T13:09:28.8099404Z [ OK ] LLVM.VecFloat_atanLane8Test (19 ms) 2022-08-17T13:09:28.8099947Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-08-17T13:09:28.8292813Z [ OK ] LLVM.VecFloat_coshLane8Test (19 ms) 2022-08-17T13:09:28.8293358Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-08-17T13:09:28.8485711Z [ OK ] LLVM.VecFloat_sinhLane8Test (19 ms) 2022-08-17T13:09:28.8486259Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-08-17T13:09:28.8676459Z [ OK ] LLVM.VecFloat_tanhLane8Test (19 ms) 2022-08-17T13:09:28.8677020Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-08-17T13:09:28.8867550Z [ OK ] LLVM.VecFloat_expm1Lane8Test (19 ms) 2022-08-17T13:09:28.8867858Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-08-17T13:09:28.9059005Z [ OK ] LLVM.VecFloat_lgammaLane8Test (19 ms) 2022-08-17T13:09:28.9059312Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-08-17T13:09:28.9252503Z [ OK ] LLVM.VecDouble_erfLane2Test (19 ms) 2022-08-17T13:09:28.9252808Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-08-17T13:09:28.9442943Z [ OK ] LLVM.VecDouble_erfcLane2Test (19 ms) 2022-08-17T13:09:28.9443286Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-08-17T13:09:28.9635375Z [ OK ] LLVM.VecDouble_acosLane2Test (19 ms) 2022-08-17T13:09:28.9635665Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-08-17T13:09:28.9830505Z [ OK ] LLVM.VecDouble_asinLane2Test (19 ms) 2022-08-17T13:09:28.9831075Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-08-17T13:09:29.0025041Z [ OK ] LLVM.VecDouble_atanLane2Test (19 ms) 2022-08-17T13:09:29.0025372Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-08-17T13:09:29.0215030Z [ OK ] LLVM.VecDouble_coshLane2Test (19 ms) 2022-08-17T13:09:29.0215349Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-08-17T13:09:29.0404267Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-08-17T13:09:29.0404578Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-08-17T13:09:29.0594270Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-08-17T13:09:29.0594623Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-08-17T13:09:29.0783873Z [ OK ] LLVM.VecDouble_expm1Lane2Test (18 ms) 2022-08-17T13:09:29.0784196Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-08-17T13:09:29.0976169Z [ OK ] LLVM.VecDouble_lgammaLane2Test (19 ms) 2022-08-17T13:09:29.0976535Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-08-17T13:09:29.1170652Z [ OK ] LLVM.VecDouble_erfLane4Test (19 ms) 2022-08-17T13:09:29.1170977Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-08-17T13:09:29.1363134Z [ OK ] LLVM.VecDouble_erfcLane4Test (19 ms) 2022-08-17T13:09:29.1363441Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-08-17T13:09:29.1555309Z [ OK ] LLVM.VecDouble_acosLane4Test (19 ms) 2022-08-17T13:09:29.1555681Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-08-17T13:09:29.1747042Z [ OK ] LLVM.VecDouble_asinLane4Test (19 ms) 2022-08-17T13:09:29.1747352Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-08-17T13:09:29.1941148Z [ OK ] LLVM.VecDouble_atanLane4Test (19 ms) 2022-08-17T13:09:29.1941461Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-08-17T13:09:29.2136776Z [ OK ] LLVM.VecDouble_coshLane4Test (19 ms) 2022-08-17T13:09:29.2137085Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-08-17T13:09:29.2328660Z [ OK ] LLVM.VecDouble_sinhLane4Test (19 ms) 2022-08-17T13:09:29.2329233Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-08-17T13:09:29.2526146Z [ OK ] LLVM.VecDouble_tanhLane4Test (19 ms) 2022-08-17T13:09:29.2526714Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-08-17T13:09:29.2721378Z [ OK ] LLVM.VecDouble_expm1Lane4Test (19 ms) 2022-08-17T13:09:29.2721937Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-08-17T13:09:29.2916437Z [ OK ] LLVM.VecDouble_lgammaLane4Test (19 ms) 2022-08-17T13:09:29.2917016Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-08-17T13:09:29.3110643Z [ OK ] LLVM.VectorizerLoadStoreTest (19 ms) 2022-08-17T13:09:29.3111187Z [ RUN ] LLVM.VectorizeBitCast 2022-08-17T13:09:29.3321217Z [ OK ] LLVM.VectorizeBitCast (21 ms) 2022-08-17T13:09:29.3321746Z [ RUN ] LLVM.MemcpyTest 2022-08-17T13:09:29.3530035Z [ OK ] LLVM.MemcpyTest (20 ms) 2022-08-17T13:09:29.3530513Z [ RUN ] LLVM.BzeroTest 2022-08-17T13:09:29.3732343Z [ OK ] LLVM.BzeroTest (20 ms) 2022-08-17T13:09:29.3732847Z [ RUN ] LLVM.ElemwiseAdd 2022-08-17T13:09:29.4226828Z [ OK ] LLVM.ElemwiseAdd (49 ms) 2022-08-17T13:09:29.4227330Z [ RUN ] LLVM.ElemwiseAddFloat 2022-08-17T13:09:29.4702697Z [ OK ] LLVM.ElemwiseAddFloat (47 ms) 2022-08-17T13:09:29.4703267Z [ RUN ] LLVM.ElemwiseLog10Float 2022-08-17T13:09:29.4940187Z [ OK ] LLVM.ElemwiseLog10Float (23 ms) 2022-08-17T13:09:29.4940749Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-08-17T13:09:29.5170549Z [ OK ] LLVM.ElemwiseLog1pFloat (22 ms) 2022-08-17T13:09:29.5171003Z [ RUN ] LLVM.ElemwiseMaxInt 2022-08-17T13:09:29.5497694Z [ OK ] LLVM.ElemwiseMaxInt (32 ms) 2022-08-17T13:09:29.5498491Z [ RUN ] LLVM.ElemwiseMinInt 2022-08-17T13:09:29.5824653Z [ OK ] LLVM.ElemwiseMinInt (32 ms) 2022-08-17T13:09:29.5825162Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-08-17T13:09:29.6118767Z [ OK ] LLVM.ElemwiseMaxFloat (29 ms) 2022-08-17T13:09:29.6408599Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-08-17T13:09:29.6409162Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-08-17T13:09:29.6409448Z [ RUN ] LLVM.ElemwiseMinFloat 2022-08-17T13:09:29.6702536Z [ OK ] LLVM.ElemwiseMinFloat (29 ms) 2022-08-17T13:09:29.6703070Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-08-17T13:09:29.6991093Z [ OK ] LLVM.ElemwiseMinNaNFloat (28 ms) 2022-08-17T13:09:29.6991605Z [ RUN ] LLVM.ElemwiseMod 2022-08-17T13:09:29.7273308Z [ OK ] LLVM.ElemwiseMod (28 ms) 2022-08-17T13:09:29.7273829Z [ RUN ] LLVM.CompareSelectIntEQ 2022-08-17T13:09:29.7609375Z [ OK ] LLVM.CompareSelectIntEQ (33 ms) 2022-08-17T13:09:29.7609680Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-08-17T13:09:29.7947714Z [ OK ] LLVM.CompareSelectFloatEQ (33 ms) 2022-08-17T13:09:29.7948077Z [ RUN ] LLVM.CompareSelectByteGT 2022-08-17T13:09:29.8280793Z [ OK ] LLVM.CompareSelectByteGT (33 ms) 2022-08-17T13:09:29.8281126Z [ RUN ] LLVM.CompareSelectByteGE 2022-08-17T13:09:29.8618712Z [ OK ] LLVM.CompareSelectByteGE (33 ms) 2022-08-17T13:09:29.8619022Z [ RUN ] LLVM.CompareSelectByteLT 2022-08-17T13:09:29.8958982Z [ OK ] LLVM.CompareSelectByteLT (34 ms) 2022-08-17T13:09:29.8959294Z [ RUN ] LLVM.CompareSelectByteLE 2022-08-17T13:09:29.9296500Z [ OK ] LLVM.CompareSelectByteLE (33 ms) 2022-08-17T13:09:29.9296806Z [ RUN ] LLVM.StoreFloat 2022-08-17T13:09:29.9485145Z [ OK ] LLVM.StoreFloat (18 ms) 2022-08-17T13:09:29.9485457Z [ RUN ] LLVM.SimpleMath01 2022-08-17T13:09:29.9860004Z [ OK ] LLVM.SimpleMath01 (37 ms) 2022-08-17T13:09:29.9860358Z [ RUN ] LLVM.ComputeMul 2022-08-17T13:09:30.0337993Z [ OK ] LLVM.ComputeMul (47 ms) 2022-08-17T13:09:30.0338410Z [ RUN ] LLVM.BroadcastAdd 2022-08-17T13:09:30.1454101Z [ OK ] LLVM.BroadcastAdd (111 ms) 2022-08-17T13:09:30.1454620Z [ RUN ] LLVM.BitwiseOps 2022-08-17T13:09:30.1640116Z [ OK ] LLVM.BitwiseOps (18 ms) 2022-08-17T13:09:30.1640649Z [ RUN ] LLVM.ArithmeticRightShift 2022-08-17T13:09:30.1819996Z [ OK ] LLVM.ArithmeticRightShift (17 ms) 2022-08-17T13:09:30.1820314Z [ RUN ] LLVM.LogicalRightShift 2022-08-17T13:09:30.1997965Z [ OK ] LLVM.LogicalRightShift (17 ms) 2022-08-17T13:09:30.1998287Z [ RUN ] LLVM.DynamicShapeAdd 2022-08-17T13:09:30.3307243Z [ OK ] LLVM.DynamicShapeAdd (130 ms) 2022-08-17T13:09:30.3307591Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-08-17T13:09:30.4616365Z [ OK ] LLVM.BindDynamicShapeAdd (130 ms) 2022-08-17T13:09:30.4616707Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-08-17T13:09:30.5926330Z [ OK ] LLVM.TensorDynamicShapeAdd (130 ms) 2022-08-17T13:09:30.5926657Z [ RUN ] LLVM.DynamicShape2D 2022-08-17T13:09:30.8101576Z [ OK ] LLVM.DynamicShape2D (217 ms) 2022-08-17T13:09:30.8101920Z [ RUN ] LLVM.EmptyStmt 2022-08-17T13:09:30.8280874Z [ OK ] LLVM.EmptyStmt (17 ms) 2022-08-17T13:09:30.8281155Z [ RUN ] LLVM.EliminatedStmt 2022-08-17T13:09:30.8458917Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-08-17T13:09:30.8459199Z [ RUN ] LLVM.SimpleReduction 2022-08-17T13:09:30.9283491Z [ OK ] LLVM.SimpleReduction (82 ms) 2022-08-17T13:09:30.9284263Z [ RUN ] LLVM.RFactorReduction 2022-08-17T13:09:30.9608996Z [ OK ] LLVM.RFactorReduction (32 ms) 2022-08-17T13:09:30.9609375Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-08-17T13:09:31.0109114Z [ OK ] LLVM.RFactorVectorizedReduction (49 ms) 2022-08-17T13:09:31.0109458Z [ RUN ] LLVM.SimpleParallelSS 2022-08-17T13:09:31.0353443Z [ OK ] LLVM.SimpleParallelSS (24 ms) 2022-08-17T13:09:31.0353725Z [ RUN ] LLVM.SimpleParallelSP 2022-08-17T13:09:31.0615219Z [ OK ] LLVM.SimpleParallelSP (26 ms) 2022-08-17T13:09:31.0615715Z [ RUN ] LLVM.SimpleParallelPS 2022-08-17T13:09:31.0884502Z [ OK ] LLVM.SimpleParallelPS (26 ms) 2022-08-17T13:09:31.0884997Z [ RUN ] LLVM.SimpleParallelPP 2022-08-17T13:09:31.1153236Z [ OK ] LLVM.SimpleParallelPP (26 ms) 2022-08-17T13:09:31.1153740Z [ RUN ] LLVM.CompositeParallel 2022-08-17T13:09:34.1666085Z [ OK ] LLVM.CompositeParallel (3051 ms) 2022-08-17T13:09:34.1666605Z [ RUN ] LLVM.VectorizedGEMM 2022-08-17T13:09:34.2487667Z [ OK ] LLVM.VectorizedGEMM (82 ms) 2022-08-17T13:09:34.2488239Z [ RUN ] LLVM.CallRaw 2022-08-17T13:09:34.8911194Z [ OK ] LLVM.CallRaw (642 ms) 2022-08-17T13:09:34.8911471Z [ RUN ] LLVM.CustomTarget 2022-08-17T13:09:34.9141090Z [ OK ] LLVM.CustomTarget (23 ms) 2022-08-17T13:09:34.9141413Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-08-17T13:09:34.9506854Z [ OK ] LLVM.CodeGenKernelFuncName (36 ms) 2022-08-17T13:09:34.9507196Z [----------] 150 tests from LLVM (7825 ms total) 2022-08-17T13:09:34.9507346Z 2022-08-17T13:09:34.9507515Z [----------] Global test environment tear-down 2022-08-17T13:09:34.9578594Z [==========] 799 tests from 25 test suites ran. (24317 ms total) 2022-08-17T13:09:34.9578869Z [ PASSED ] 799 tests. 2022-08-17T13:09:34.9579012Z 2022-08-17T13:09:34.9579136Z  YOU HAVE 5 DISABLED TESTS 2022-08-17T13:09:34.9579259Z 2022-08-17T13:09:35.0171621Z + [[ linux-bionic-py3.7-clang9 == pytorch-linux-xenial-py3* ]] 2022-08-17T13:09:35.0172076Z + assert_git_not_dirty 2022-08-17T13:09:35.0172353Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:09:35.0172643Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-08-17T13:09:35.0175015Z ++ git status --porcelain 2022-08-17T13:09:35.0858825Z + git_status= 2022-08-17T13:09:35.0859405Z + [[ -n '' ]] 2022-08-17T13:09:35.0859650Z + test_aot_compilation 2022-08-17T13:09:35.0859914Z + echo 'Testing Ahead of Time compilation' 2022-08-17T13:09:35.0860137Z Testing Ahead of Time compilation 2022-08-17T13:09:35.0860479Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-08-17T13:09:35.0860975Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml 2022-08-17T13:09:35.2705193Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-08-17T13:09:35.2705742Z [==========] Running 6 tests from 2 test suites. 2022-08-17T13:09:35.2706068Z [----------] Global test environment set-up. 2022-08-17T13:09:35.2706346Z [----------] 4 tests from Function 2022-08-17T13:09:35.2706620Z [ RUN ] Function.ExecuteSlowMul 2022-08-17T13:09:35.2891658Z [ OK ] Function.ExecuteSlowMul (18 ms) 2022-08-17T13:09:35.2892196Z [ RUN ] Function.Serialization 2022-08-17T13:09:35.2892717Z [ OK ] Function.Serialization (0 ms) 2022-08-17T13:09:35.2893226Z [ RUN ] Function.ValidInput 2022-08-17T13:09:35.2893716Z [ OK ] Function.ValidInput (0 ms) 2022-08-17T13:09:35.2894183Z [ RUN ] Function.InvalidInput 2022-08-17T13:09:35.2901067Z [ OK ] Function.InvalidInput (0 ms) 2022-08-17T13:09:35.2901902Z [----------] 4 tests from Function (19 ms total) 2022-08-17T13:09:35.2902175Z 2022-08-17T13:09:35.2902485Z [----------] 2 tests from MobileNNCRegistryTest 2022-08-17T13:09:35.2903031Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-08-17T13:09:35.2903571Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-08-17T13:09:35.2904058Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-08-17T13:09:35.2904529Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-08-17T13:09:35.2905075Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-08-17T13:09:35.2905349Z 2022-08-17T13:09:35.2905614Z [----------] Global test environment tear-down 2022-08-17T13:09:35.2906117Z [==========] 6 tests from 2 test suites ran. (19 ms total) 2022-08-17T13:09:35.2906518Z [ PASSED ] 6 tests. 2022-08-17T13:09:35.2906698Z 2022-08-17T13:09:35.2906887Z  YOU HAVE 1 DISABLED TEST 2022-08-17T13:09:35.2907062Z 2022-08-17T13:09:35.3401378Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-08-17T13:09:35.3401720Z + source test/mobile/nnc/test_aot_compile.sh 2022-08-17T13:09:35.3401983Z ++ set -e -o pipefail 2022-08-17T13:09:35.3404709Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T13:09:35.3571492Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T13:09:35.3571920Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T13:09:35.3574260Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-08-17T13:09:35.3585354Z ++ CURRENT_DIR=test/mobile/nnc 2022-08-17T13:09:35.3585856Z ++ MODEL=aot_test_model.pt 2022-08-17T13:09:35.3586277Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-08-17T13:09:35.3586717Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-08-17T13:09:35.3588460Z +++ mktemp -d -t build_XXX 2022-08-17T13:09:35.3627781Z ++ TMP_DIR=/tmp/build_Agg 2022-08-17T13:09:35.3628975Z + test_custom_script_ops 2022-08-17T13:09:35.3629379Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-08-17T13:09:35.3629760Z + echo 'Testing custom script operators' 2022-08-17T13:09:35.3630098Z Testing custom script operators 2022-08-17T13:09:35.3630737Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-08-17T13:09:35.3631236Z + pushd test/custom_operator 2022-08-17T13:09:35.3631452Z ~/workspace/test/custom_operator ~/workspace 2022-08-17T13:09:35.3631830Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-08-17T13:09:35.3759649Z + python test_custom_ops.py -v 2022-08-17T13:09:36.4187472Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-08-17T13:09:36.4197385Z 2022-08-17T13:09:36.4197526Z Running tests... 2022-08-17T13:09:36.4198009Z ---------------------------------------------------------------------- 2022-08-17T13:09:36.4238019Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-08-17T13:09:36.4668020Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.043s) 2022-08-17T13:09:36.4676200Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:09:36.4700078Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:193: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-08-17T13:09:36.4701006Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-08-17T13:09:36.4724228Z ok (0.005s) 2022-08-17T13:09:36.4734149Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:09:36.4738469Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-08-17T13:09:36.4818765Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-08-17T13:09:36.4819142Z 2022-08-17T13:09:36.4819629Z ---------------------------------------------------------------------- 2022-08-17T13:09:36.4819946Z Ran 7 tests in 0.062s 2022-08-17T13:09:36.4820060Z 2022-08-17T13:09:36.4820108Z OK 2022-08-17T13:09:36.4820200Z 2022-08-17T13:09:36.4820288Z Generating XML reports... 2022-08-17T13:09:36.4851793Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220817130936.xml 2022-08-17T13:09:36.6982565Z + python model.py --export-script-module=model.pt 2022-08-17T13:09:37.7687285Z + build/test_custom_ops ./model.pt 2022-08-17T13:09:37.9810495Z [W engine.cpp:1061] 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-08-17T13:09:38.0294158Z ok 2022-08-17T13:09:38.0824857Z + popd 2022-08-17T13:09:38.0825214Z ~/workspace 2022-08-17T13:09:38.0825534Z + assert_git_not_dirty 2022-08-17T13:09:38.0826129Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:09:38.0826593Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-08-17T13:09:38.0828718Z ++ git status --porcelain 2022-08-17T13:09:38.1517178Z + git_status= 2022-08-17T13:09:38.1517728Z + [[ -n '' ]] 2022-08-17T13:09:38.1518020Z + test_custom_backend 2022-08-17T13:09:38.1518610Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-08-17T13:09:38.1518995Z + echo 'Testing custom backends' 2022-08-17T13:09:38.1519317Z Testing custom backends 2022-08-17T13:09:38.1519896Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-08-17T13:09:38.1520317Z + pushd test/custom_backend 2022-08-17T13:09:38.1520995Z ~/workspace/test/custom_backend ~/workspace 2022-08-17T13:09:38.1521642Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-08-17T13:09:38.1565913Z + python test_custom_backend.py -v 2022-08-17T13:09:39.1798174Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-08-17T13:09:39.1809751Z 2022-08-17T13:09:39.1810045Z Running tests... 2022-08-17T13:09:39.1810717Z ---------------------------------------------------------------------- 2022-08-17T13:09:39.1817600Z test_execute (__main__.TestCustomBackend) 2022-08-17T13:09:39.2309170Z Test execution using the custom backend. ... ok (0.050s) 2022-08-17T13:09:39.2317271Z test_save_load (__main__.TestCustomBackend) 2022-08-17T13:09:39.2486244Z Test that a lowered module can be executed correctly ... ok (0.017s) 2022-08-17T13:09:39.2488388Z 2022-08-17T13:09:39.2488868Z ---------------------------------------------------------------------- 2022-08-17T13:09:39.2489323Z Ran 2 tests in 0.068s 2022-08-17T13:09:39.2489534Z 2022-08-17T13:09:39.2489654Z OK 2022-08-17T13:09:39.2489812Z 2022-08-17T13:09:39.2489916Z Generating XML reports... 2022-08-17T13:09:39.2516629Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220817130939.xml 2022-08-17T13:09:39.4705988Z + python backend.py --export-module-to=model.pt 2022-08-17T13:09:40.5900797Z + build/test_custom_backend ./model.pt 2022-08-17T13:09:40.7749105Z Testing custom_backend 2022-08-17T13:09:40.8480634Z OK 2022-08-17T13:09:40.9003657Z + rm -f ./model.pt 2022-08-17T13:09:40.9049837Z + popd 2022-08-17T13:09:40.9050087Z ~/workspace 2022-08-17T13:09:40.9050281Z + assert_git_not_dirty 2022-08-17T13:09:40.9050620Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:09:40.9051111Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-08-17T13:09:40.9053627Z ++ git status --porcelain 2022-08-17T13:09:40.9726534Z + git_status= 2022-08-17T13:09:40.9727046Z + [[ -n '' ]] 2022-08-17T13:09:40.9727424Z + test_torch_function_benchmark 2022-08-17T13:09:40.9727756Z + echo 'Testing __torch_function__ benchmarks' 2022-08-17T13:09:40.9727968Z Testing __torch_function__ benchmarks 2022-08-17T13:09:40.9728204Z + pushd benchmarks/overrides_benchmark 2022-08-17T13:09:40.9728456Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-08-17T13:09:40.9728737Z + python bench.py -n 1 -m 2 2022-08-17T13:09:41.8440746Z Type tensor had a minimum time of 0.006198883056640625 us and a standard deviation of 0.1878063631011173 us. 2022-08-17T13:09:41.8441354Z Type SubTensor had a minimum time of 0.013113021850585938 us and a standard deviation of 0.03826933971140534 us. 2022-08-17T13:09:41.8441897Z Type WithTorchFunction had a minimum time of 0.007152557373046875 us and a standard deviation of 0.015678628187743016 us. 2022-08-17T13:09:41.8442818Z Type SubWithTorchFunction had a minimum time of 0.0133514404296875 us and a standard deviation of 0.008260782124125399 us. 2022-08-17T13:09:42.0084808Z + python pyspybench.py Tensor -n 1 2022-08-17T13:09:43.0199557Z + python pyspybench.py SubTensor -n 1 2022-08-17T13:09:44.0417938Z + python pyspybench.py WithTorchFunction -n 1 2022-08-17T13:09:45.0675447Z + python pyspybench.py SubWithTorchFunction -n 1 2022-08-17T13:09:46.0788949Z + popd 2022-08-17T13:09:46.0789161Z ~/workspace 2022-08-17T13:09:46.0789356Z + assert_git_not_dirty 2022-08-17T13:09:46.0789878Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-08-17T13:09:46.0790159Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-08-17T13:09:46.0792175Z ++ git status --porcelain 2022-08-17T13:09:46.1481418Z + git_status= 2022-08-17T13:09:46.1481764Z + [[ -n '' ]] 2022-08-17T13:09:46.1546347Z Prepare all required actions 2022-08-17T13:09:46.1546695Z Getting action download info 2022-08-17T13:09:46.3489964Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T13:09:46.3490190Z with: 2022-08-17T13:09:46.3490506Z github-token: *** 2022-08-17T13:09:46.3490676Z env: 2022-08-17T13:09:46.3490852Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:46.3491097Z ##[endgroup] 2022-08-17T13:09:46.3516902Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T13:09:46.3517126Z with: 2022-08-17T13:09:46.3517288Z shell: bash 2022-08-17T13:09:46.3517467Z timeout_minutes: 10 2022-08-17T13:09:46.3517637Z max_attempts: 5 2022-08-17T13:09:46.3517821Z retry_wait_seconds: 30 2022-08-17T13:09:46.3518331Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-08-17T13:09:46.3518755Z polling_interval_seconds: 1 2022-08-17T13:09:46.3518960Z warning_on_retry: true 2022-08-17T13:09:46.3519151Z continue_on_error: false 2022-08-17T13:09:46.3519313Z env: 2022-08-17T13:09:46.3519486Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:46.3519791Z GITHUB_TOKEN: *** 2022-08-17T13:09:46.3519966Z ##[endgroup] 2022-08-17T13:09:46.3862471Z 2022-08-17T13:09:46.3911092Z + python3 -m pip install requests==2.26.0 2022-08-17T13:09:46.6591351Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:09:46.7587793Z Collecting requests==2.26.0 2022-08-17T13:09:46.7760040Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-08-17T13:09:46.8443283Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-08-17T13:09:46.8485691Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-08-17T13:09:46.8799766Z Collecting idna<4,>=2.5; python_version >= "3" 2022-08-17T13:09:46.8838939Z Downloading idna-3.3-py3-none-any.whl (61 kB) 2022-08-17T13:09:46.9528096Z Collecting urllib3<1.27,>=1.21.1 2022-08-17T13:09:46.9567209Z Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-17T13:09:47.0258307Z Collecting certifi>=2017.4.17 2022-08-17T13:09:47.0298461Z Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-17T13:09:47.0893065Z Installing collected packages: charset-normalizer, idna, urllib3, certifi, requests 2022-08-17T13:09:47.1098094Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:47.1098838Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:47.2889626Z Successfully installed certifi-2022.6.15 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.11 2022-08-17T13:09:47.3337474Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-04627ffd6d2a4edfe 2022-08-17T13:09:50.1328211Z + GHA_WORKFLOW_JOB_ID=7878161638 2022-08-17T13:09:50.1329171Z + echo '::set-output name=job-id::7878161638' 2022-08-17T13:09:50.3935966Z Command completed after 1 attempt(s). 2022-08-17T13:09:50.3936150Z 2022-08-17T13:09:50.4039903Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:09:50.4040148Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:09:50.4160964Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:50.4161200Z env: 2022-08-17T13:09:50.4161366Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.4161571Z MONITOR_SCRIPT_PID: 14281 2022-08-17T13:09:50.4161756Z ##[endgroup] 2022-08-17T13:09:50.4241373Z Prepare all required actions 2022-08-17T13:09:50.4241640Z Getting action download info 2022-08-17T13:09:50.6292493Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T13:09:50.7886537Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T13:09:50.7886756Z with: 2022-08-17T13:09:50.7886965Z file-suffix: test-crossref-2-2-linux.2xlarge_7878161638 2022-08-17T13:09:50.7887183Z env: 2022-08-17T13:09:50.7887354Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.7887521Z ##[endgroup] 2022-08-17T13:09:50.7910811Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T13:09:50.7911095Z # Remove any previous test jsons if they exist 2022-08-17T13:09:50.7911323Z rm -f test-jsons-*.zip 2022-08-17T13:09:50.7911626Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T13:09:50.7922870Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:50.7923123Z env: 2022-08-17T13:09:50.7923284Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.7923531Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_7878161638 2022-08-17T13:09:50.7923758Z ##[endgroup] 2022-08-17T13:09:50.8067503Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T13:09:50.8094242Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T13:09:50.8100033Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T13:09:50.8101293Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-08-17T13:09:50.8106775Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-08-17T13:09:50.8127018Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:09:50.8127305Z # Remove any previous test reports if they exist 2022-08-17T13:09:50.8127546Z rm -f test-reports-*.zip 2022-08-17T13:09:50.8127782Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T13:09:50.8138501Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:50.8138714Z env: 2022-08-17T13:09:50.8138913Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.8139156Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_7878161638 2022-08-17T13:09:50.8139380Z ##[endgroup] 2022-08-17T13:09:50.8228732Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220817130939.xml (deflated 56%) 2022-08-17T13:09:50.8229344Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220817130936.xml (deflated 65%) 2022-08-17T13:09:50.8234756Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220817121219.xml (deflated 42%) 2022-08-17T13:09:50.8246851Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220817121219.xml (deflated 90%) 2022-08-17T13:09:50.8253042Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220817121219.xml (deflated 80%) 2022-08-17T13:09:50.8257675Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220817121219.xml (deflated 76%) 2022-08-17T13:09:50.8266917Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220817121421.xml (deflated 52%) 2022-08-17T13:09:50.8272055Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220817121421.xml (deflated 84%) 2022-08-17T13:09:50.8277266Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220817121421.xml (deflated 39%) 2022-08-17T13:09:50.8282160Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220817123245.xml (deflated 89%) 2022-08-17T13:09:50.8284495Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220817123245.xml (deflated 97%) 2022-08-17T13:09:50.8285044Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220817123245.xml (deflated 40%) 2022-08-17T13:09:50.8294765Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220817123245.xml (deflated 98%) 2022-08-17T13:09:50.8295338Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220817123245.xml (deflated 58%) 2022-08-17T13:09:50.8296004Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220817124456.xml (deflated 84%) 2022-08-17T13:09:50.8356456Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220817124456.xml (deflated 97%) 2022-08-17T13:09:50.8399694Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220817124956.xml (deflated 97%) 2022-08-17T13:09:50.8400205Z adding: test/test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220817125306.xml (deflated 73%) 2022-08-17T13:09:50.8400790Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220817125306.xml (deflated 53%) 2022-08-17T13:09:50.8401266Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220817125306.xml (deflated 79%) 2022-08-17T13:09:50.8401760Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220817125306.xml (deflated 52%) 2022-08-17T13:09:50.8402262Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220817125306.xml (deflated 42%) 2022-08-17T13:09:50.8402765Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220817125306.xml (deflated 40%) 2022-08-17T13:09:50.8403490Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220817125306.xml (deflated 88%) 2022-08-17T13:09:50.8404416Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220817125306.xml (deflated 70%) 2022-08-17T13:09:50.8438582Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220817125306.xml (deflated 95%) 2022-08-17T13:09:50.8454781Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220817125306.xml (deflated 95%) 2022-08-17T13:09:50.8455430Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220817125306.xml (deflated 85%) 2022-08-17T13:09:50.8455928Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220817125306.xml (deflated 73%) 2022-08-17T13:09:50.8470132Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220817125554.xml (deflated 97%) 2022-08-17T13:09:50.8470693Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220817125756.xml (deflated 49%) 2022-08-17T13:09:50.8471278Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220817125756.xml (deflated 40%) 2022-08-17T13:09:50.8559633Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220817125756.xml (deflated 98%) 2022-08-17T13:09:50.8562045Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220817125756.xml (deflated 86%) 2022-08-17T13:09:50.8564442Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220817125756.xml (deflated 86%) 2022-08-17T13:09:50.8565767Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220817125953.xml (deflated 80%) 2022-08-17T13:09:50.8578470Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220817125953.xml (deflated 94%) 2022-08-17T13:09:50.8579018Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220817130050.xml (deflated 43%) 2022-08-17T13:09:50.8580329Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220817130143.xml (deflated 84%) 2022-08-17T13:09:50.8580980Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817130224.xml (deflated 66%) 2022-08-17T13:09:50.8581635Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817130224.xml (deflated 73%) 2022-08-17T13:09:50.8582115Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817130224.xml (deflated 81%) 2022-08-17T13:09:50.8583941Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220817130303.xml (deflated 85%) 2022-08-17T13:09:50.8585965Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220817130333.xml (deflated 90%) 2022-08-17T13:09:50.8588230Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220817130333.xml (deflated 93%) 2022-08-17T13:09:50.8590648Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220817130333.xml (deflated 96%) 2022-08-17T13:09:50.8591390Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220817130405.xml (deflated 81%) 2022-08-17T13:09:50.8591978Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220817130405.xml (deflated 75%) 2022-08-17T13:09:50.8592508Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817130426.xml (deflated 62%) 2022-08-17T13:09:50.8596264Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220817130426.xml (deflated 90%) 2022-08-17T13:09:50.8608947Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817130426.xml (deflated 94%) 2022-08-17T13:09:50.8609488Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817130426.xml (deflated 42%) 2022-08-17T13:09:50.8610032Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220817130448.xml (deflated 40%) 2022-08-17T13:09:50.8612648Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220817130448.xml (deflated 95%) 2022-08-17T13:09:50.8613171Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220817130448.xml (deflated 58%) 2022-08-17T13:09:50.8613900Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220817130504.xml (deflated 84%) 2022-08-17T13:09:50.8614432Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220817130504.xml (deflated 70%) 2022-08-17T13:09:50.8614998Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220817130504.xml (deflated 84%) 2022-08-17T13:09:50.8615550Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220817130504.xml (deflated 68%) 2022-08-17T13:09:50.8616109Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220817130504.xml (deflated 69%) 2022-08-17T13:09:50.8616674Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220817130504.xml (deflated 69%) 2022-08-17T13:09:50.8617225Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220817130504.xml (deflated 75%) 2022-08-17T13:09:50.8617773Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220817130504.xml (deflated 69%) 2022-08-17T13:09:50.8618311Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220817130504.xml (deflated 69%) 2022-08-17T13:09:50.8618840Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220817130504.xml (deflated 41%) 2022-08-17T13:09:50.8619333Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220817130504.xml (deflated 48%) 2022-08-17T13:09:50.8619849Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220817130504.xml (deflated 88%) 2022-08-17T13:09:50.8620430Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220817130504.xml (deflated 88%) 2022-08-17T13:09:50.8621052Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220817130504.xml (deflated 89%) 2022-08-17T13:09:50.8622022Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220817130517.xml (deflated 90%) 2022-08-17T13:09:50.8622679Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220817130517.xml (deflated 67%) 2022-08-17T13:09:50.8623231Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220817130529.xml (deflated 62%) 2022-08-17T13:09:50.8623785Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220817130529.xml (deflated 52%) 2022-08-17T13:09:50.8624356Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220817130529.xml (deflated 66%) 2022-08-17T13:09:50.8624952Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220817130529.xml (deflated 59%) 2022-08-17T13:09:50.8701451Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220817130540.xml (deflated 98%) 2022-08-17T13:09:50.8704225Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220817130558.xml (deflated 92%) 2022-08-17T13:09:50.8705902Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220817130558.xml (deflated 88%) 2022-08-17T13:09:50.8706458Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220817130606.xml (deflated 40%) 2022-08-17T13:09:50.8707024Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220817130606.xml (deflated 43%) 2022-08-17T13:09:50.8707598Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220817130606.xml (deflated 77%) 2022-08-17T13:09:50.8708440Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817130612.xml (deflated 92%) 2022-08-17T13:09:50.8709808Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220817130617.xml (deflated 87%) 2022-08-17T13:09:50.8710344Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220817130622.xml (deflated 73%) 2022-08-17T13:09:50.8714113Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220817130627.xml (deflated 96%) 2022-08-17T13:09:50.8714634Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220817130631.xml (deflated 53%) 2022-08-17T13:09:50.8715130Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220817130635.xml (deflated 53%) 2022-08-17T13:09:50.8715614Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220817130635.xml (deflated 78%) 2022-08-17T13:09:50.8716134Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220817130635.xml (deflated 55%) 2022-08-17T13:09:50.8716660Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220817130635.xml (deflated 67%) 2022-08-17T13:09:50.8717164Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220817130635.xml (deflated 41%) 2022-08-17T13:09:50.8717650Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220817130635.xml (deflated 40%) 2022-08-17T13:09:50.8718190Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220817130635.xml (deflated 51%) 2022-08-17T13:09:50.8718710Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220817130635.xml (deflated 40%) 2022-08-17T13:09:50.8719199Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220817130635.xml (deflated 51%) 2022-08-17T13:09:50.8719685Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220817130635.xml (deflated 41%) 2022-08-17T13:09:50.8720294Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817130639.xml (deflated 80%) 2022-08-17T13:09:50.8720877Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817130639.xml (deflated 89%) 2022-08-17T13:09:50.8721404Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220817130642.xml (deflated 42%) 2022-08-17T13:09:50.8721972Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8722514Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8723048Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8723600Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8724309Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220817130642.xml (deflated 73%) 2022-08-17T13:09:50.8724806Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8725307Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220817130642.xml (deflated 40%) 2022-08-17T13:09:50.8725783Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220817130642.xml (deflated 40%) 2022-08-17T13:09:50.8726253Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220817130642.xml (deflated 38%) 2022-08-17T13:09:50.8726745Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220817130642.xml (deflated 40%) 2022-08-17T13:09:50.8738629Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220817130642.xml (deflated 96%) 2022-08-17T13:09:50.8739192Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8739742Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220817130642.xml (deflated 41%) 2022-08-17T13:09:50.8740285Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220817130642.xml (deflated 90%) 2022-08-17T13:09:50.8741215Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817130645.xml (deflated 78%) 2022-08-17T13:09:50.8743086Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817130648.xml (deflated 91%) 2022-08-17T13:09:50.8743775Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817130651.xml (deflated 56%) 2022-08-17T13:09:50.8745470Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220817130655.xml (deflated 90%) 2022-08-17T13:09:50.8746008Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220817130657.xml (deflated 53%) 2022-08-17T13:09:50.8746540Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220817130700.xml (deflated 81%) 2022-08-17T13:09:50.8748208Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220817130703.xml (deflated 88%) 2022-08-17T13:09:50.8748882Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220817130705.xml (deflated 74%) 2022-08-17T13:09:50.8749452Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817130707.xml (deflated 40%) 2022-08-17T13:09:50.8750023Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817130707.xml (deflated 84%) 2022-08-17T13:09:50.8751472Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220817130709.xml (deflated 87%) 2022-08-17T13:09:50.8752101Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220817130709.xml (deflated 69%) 2022-08-17T13:09:50.8752630Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220817130711.xml (deflated 66%) 2022-08-17T13:09:50.8753133Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220817130711.xml (deflated 41%) 2022-08-17T13:09:50.8753712Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817130713.xml (deflated 71%) 2022-08-17T13:09:50.8754265Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220817130715.xml (deflated 74%) 2022-08-17T13:09:50.8754800Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817130716.xml (deflated 75%) 2022-08-17T13:09:50.8755411Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220817130718.xml (deflated 73%) 2022-08-17T13:09:50.8755954Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220817130719.xml (deflated 63%) 2022-08-17T13:09:50.8756578Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220817130721.xml (deflated 57%) 2022-08-17T13:09:50.8757171Z adding: test/test-reports/python-unittest/test_profiler_tree/TEST-TestProfilerTree-20220817130723.xml (deflated 80%) 2022-08-17T13:09:50.8757735Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220817130725.xml (deflated 73%) 2022-08-17T13:09:50.8758391Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220817130725.xml (deflated 48%) 2022-08-17T13:09:50.8760414Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220817130725.xml (deflated 93%) 2022-08-17T13:09:50.8760973Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220817130737.xml (deflated 80%) 2022-08-17T13:09:50.8761532Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220817130737.xml (deflated 67%) 2022-08-17T13:09:50.8762064Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220817130737.xml (deflated 40%) 2022-08-17T13:09:50.8762616Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220817130737.xml (deflated 42%) 2022-08-17T13:09:50.8763185Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220817130748.xml (deflated 80%) 2022-08-17T13:09:50.8763743Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220817130748.xml (deflated 67%) 2022-08-17T13:09:50.8764423Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220817130748.xml (deflated 40%) 2022-08-17T13:09:50.8765102Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220817130748.xml (deflated 41%) 2022-08-17T13:09:50.8765744Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220817130750.xml (deflated 61%) 2022-08-17T13:09:50.8766370Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220817130750.xml (deflated 60%) 2022-08-17T13:09:50.8766977Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220817130750.xml (deflated 78%) 2022-08-17T13:09:50.8767659Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220817130750.xml (deflated 78%) 2022-08-17T13:09:50.8768359Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220817130750.xml (deflated 80%) 2022-08-17T13:09:50.8769084Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220817130750.xml (deflated 90%) 2022-08-17T13:09:50.8769666Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220817130750.xml (deflated 70%) 2022-08-17T13:09:50.8770221Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220817130750.xml (deflated 73%) 2022-08-17T13:09:50.8770763Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220817130750.xml (deflated 43%) 2022-08-17T13:09:50.8771307Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220817130751.xml (deflated 70%) 2022-08-17T13:09:50.8771839Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817130753.xml (deflated 43%) 2022-08-17T13:09:50.8949043Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml (deflated 97%) 2022-08-17T13:09:50.8962598Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 94%) 2022-08-17T13:09:50.8975056Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-08-17T13:09:50.8982985Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-08-17T13:09:50.8999481Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-08-17T13:09:50.9012949Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-08-17T13:09:50.9013731Z adding: test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml (deflated 75%) 2022-08-17T13:09:50.9053526Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:09:50.9053847Z # Remove any previous test reports if they exist 2022-08-17T13:09:50.9054105Z rm -f usage-log-*.zip 2022-08-17T13:09:50.9054400Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T13:09:50.9054721Z # so check to see if the file exists first 2022-08-17T13:09:50.9054975Z if [ -f 'usage_log.txt' ]; then 2022-08-17T13:09:50.9055245Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T13:09:50.9055473Z fi 2022-08-17T13:09:50.9066388Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:50.9066631Z env: 2022-08-17T13:09:50.9066821Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.9067098Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_7878161638 2022-08-17T13:09:50.9067354Z ##[endgroup] 2022-08-17T13:09:50.9296599Z adding: usage_log.txt (deflated 95%) 2022-08-17T13:09:50.9332254Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:50.9332464Z with: 2022-08-17T13:09:50.9332666Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:50.9332875Z retention-days: 14 2022-08-17T13:09:50.9333067Z if-no-files-found: warn 2022-08-17T13:09:50.9333262Z path: test-jsons-*.zip 2022-08-17T13:09:50.9333445Z name: artifact 2022-08-17T13:09:50.9333613Z s3-bucket: gha-artifacts 2022-08-17T13:09:50.9333797Z region: us-east-1 2022-08-17T13:09:50.9333959Z env: 2022-08-17T13:09:50.9334114Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:50.9334293Z ##[endgroup] 2022-08-17T13:09:51.2767587Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:51.2768038Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:51.2768361Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:51.2826627Z Starting upload of test-jsons-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:51.4350247Z Finished upload of test-jsons-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:51.4462715Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:51.4462931Z with: 2022-08-17T13:09:51.4463141Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:51.4463344Z retention-days: 14 2022-08-17T13:09:51.4463540Z if-no-files-found: error 2022-08-17T13:09:51.4463828Z path: test-reports-*.zip 2022-08-17T13:09:51.4464005Z name: artifact 2022-08-17T13:09:51.4464187Z s3-bucket: gha-artifacts 2022-08-17T13:09:51.4464378Z region: us-east-1 2022-08-17T13:09:51.4464546Z env: 2022-08-17T13:09:51.4464703Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:51.4464885Z ##[endgroup] 2022-08-17T13:09:51.7545167Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:51.7545701Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:51.7546029Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:51.7552094Z Starting upload of test-reports-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:51.9257775Z Finished upload of test-reports-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:51.9366224Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:09:51.9366527Z with: 2022-08-17T13:09:51.9366729Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:51.9366939Z retention-days: 14 2022-08-17T13:09:51.9367131Z if-no-files-found: ignore 2022-08-17T13:09:51.9367327Z path: usage-log-*.zip 2022-08-17T13:09:51.9367492Z name: artifact 2022-08-17T13:09:51.9367673Z s3-bucket: gha-artifacts 2022-08-17T13:09:51.9367860Z region: us-east-1 2022-08-17T13:09:51.9368024Z env: 2022-08-17T13:09:51.9368181Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:51.9368366Z ##[endgroup] 2022-08-17T13:09:52.2481552Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:09:52.2481987Z With the provided path, there will be 1 file uploaded 2022-08-17T13:09:52.2482407Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:09:52.2490115Z Starting upload of usage-log-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:52.3470171Z Finished upload of usage-log-test-crossref-2-2-linux.2xlarge_7878161638.zip 2022-08-17T13:09:52.3586699Z ##[group]Run set -x 2022-08-17T13:09:52.3586898Z set -x 2022-08-17T13:09:52.3587120Z python3 -m pip install -r requirements.txt 2022-08-17T13:09:52.3587369Z python3 -m pip install boto3==1.19.12 2022-08-17T13:09:52.3587661Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:09:52.3598717Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:09:52.3598936Z env: 2022-08-17T13:09:52.3599156Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:09:52.3599344Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T13:09:52.3599539Z BRANCH: pull/82657 2022-08-17T13:09:52.3599726Z TEST_CONFIG: crossref 2022-08-17T13:09:52.3599891Z SHARD_NUMBER: 2 2022-08-17T13:09:52.3600108Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-08-17T13:09:52.3600324Z PR_NUMBER: 82657 2022-08-17T13:09:52.3600498Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T13:09:52.3600704Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T13:09:52.3600979Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:09:52.3601167Z TAG: 2022-08-17T13:09:52.3601328Z WORKFLOW_ID: 2875102080 2022-08-17T13:09:52.3601645Z GITHUB_TOKEN: *** 2022-08-17T13:09:52.3601820Z GHA_WORKFLOW_JOB_ID: 7878161638 2022-08-17T13:09:52.3602007Z ##[endgroup] 2022-08-17T13:09:52.3626888Z + python3 -m pip install -r requirements.txt 2022-08-17T13:09:52.5737682Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:09:52.6359917Z Collecting astunparse 2022-08-17T13:09:52.6517932Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T13:09:52.6764827Z Collecting expecttest 2022-08-17T13:09:52.6807295Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T13:09:52.7094111Z Collecting future 2022-08-17T13:09:52.7131621Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T13:09:53.6458608Z Collecting numpy 2022-08-17T13:09:53.6512971Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T13:09:53.8659482Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T13:09:53.9492095Z Collecting pyyaml 2022-08-17T13:09:53.9538586Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-08-17T13:09:53.9699903Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-08-17T13:09:53.9813801Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T13:09:54.0243752Z Collecting six 2022-08-17T13:09:54.0280476Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T13:09:54.0533225Z Collecting types-dataclasses 2022-08-17T13:09:54.0570471Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T13:09:54.0877230Z Collecting typing_extensions 2022-08-17T13:09:54.0986386Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T13:09:54.1393872Z Collecting sympy 2022-08-17T13:09:54.1443211Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T13:09:54.2957486Z Collecting wheel<1.0,>=0.23.0 2022-08-17T13:09:54.3000694Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T13:09:54.3098214Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-08-17T13:09:54.3108293Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T13:09:54.3116276Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2.0.12) 2022-08-17T13:09:54.3134327Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (1.26.11) 2022-08-17T13:09:54.3480451Z Collecting mpmath>=0.19 2022-08-17T13:09:54.3610773Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T13:09:54.3809617Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T13:09:54.4155760Z Installing collected packages: wheel, six, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T13:09:54.4361516Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:54.4362293Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:09:54.4758975Z Running setup.py install for future: started 2022-08-17T13:09:54.9591963Z Running setup.py install for future: finished with status 'done' 2022-08-17T13:09:56.5076420Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:09:56.5076952Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:10:03.7621747Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:10:03.7622272Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:10:03.7859743Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-08-17T13:10:03.8584152Z + python3 -m pip install boto3==1.19.12 2022-08-17T13:10:04.0691389Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:10:04.6878600Z Collecting boto3==1.19.12 2022-08-17T13:10:04.7054481Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T13:10:04.7578178Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T13:10:04.7618008Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T13:10:05.5030676Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T13:10:05.5079740Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T13:10:05.6706272Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T13:10:05.6743774Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T13:10:05.7156685Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T13:10:05.7198901Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T13:10:05.7339299Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.11) 2022-08-17T13:10:05.7485530Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-08-17T13:10:05.8105108Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-08-17T13:10:06.4383020Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-08-17T13:10:06.4883150Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:10:39.9801584Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T13:10:39.9801968Z 2022-08-17T13:10:39.9802359Z ----- Historic stats comparison result ------ 2022-08-17T13:10:39.9803456Z 2022-08-17T13:10:39.9804158Z job: linux-bionic-py3.7-clang9 2022-08-17T13:10:39.9804472Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:10:39.9804623Z 2022-08-17T13:10:39.9804774Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T13:10:39.9806456Z 2022-08-17T13:10:39.9807089Z : (master) 2022-08-17T13:10:39.9807311Z | 2022-08-17T13:10:39.9807558Z | * ce6a3c605d (HEAD) total time 5995.05s 2022-08-17T13:10:39.9807834Z | | 2022-08-17T13:10:39.9808112Z | : (3 commits) 2022-08-17T13:10:39.9808407Z |/| 2022-08-17T13:10:39.9808695Z | : (6 commits) 2022-08-17T13:10:39.9809410Z | 2022-08-17T13:10:39.9809975Z * 343b5f8651 (base) 8 reports, total time 4351.75s ± 1636.11s 2022-08-17T13:10:39.9810545Z * 1a09b05c94 8 reports, total time 4397.82s ± 1639.71s 2022-08-17T13:10:39.9811091Z * df62ea76d1 8 reports, total time 4390.66s ± 1644.90s 2022-08-17T13:10:39.9811616Z * aac622ad55 8 reports, total time 4408.35s ± 1673.46s 2022-08-17T13:10:39.9812190Z * 31d4b6f52a 8 reports, total time 4385.33s ± 1671.29s 2022-08-17T13:10:39.9812509Z * 0e2efaf9cc 8 reports, total time 4486.26s ± 1661.90s 2022-08-17T13:10:39.9813719Z * 1ee9eb52b6 8 reports, total time 4443.68s ± 1704.91s 2022-08-17T13:10:39.9813971Z * f4b7c10e14 0 reports 2022-08-17T13:10:39.9814262Z * 785f7f6298 8 reports, total time 4428.71s ± 1658.60s 2022-08-17T13:10:39.9814565Z * 3586af8adc 8 reports, total time 4433.76s ± 1657.48s 2022-08-17T13:10:39.9814761Z | 2022-08-17T13:10:39.9814908Z : 2022-08-17T13:10:39.9814998Z 2022-08-17T13:10:39.9815102Z Removed (across 360 suites) 0 tests, totaling 0.00s 2022-08-17T13:10:39.9815358Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T13:10:39.9815611Z Added (across 356 suites) 43047 tests, totaling +5995.05s 2022-08-17T13:10:40.0857869Z Prepare all required actions 2022-08-17T13:10:40.0876747Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T13:10:40.0876950Z with: 2022-08-17T13:10:40.0877088Z env: 2022-08-17T13:10:40.0877261Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:40.0877445Z ##[endgroup] 2022-08-17T13:10:40.0892330Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:10:40.0892594Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:10:40.0903615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:10:40.0903834Z env: 2022-08-17T13:10:40.0904008Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:40.0904185Z ##[endgroup] 2022-08-17T13:10:40.0947631Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T13:10:40.1061314Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:10:40.1061628Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:10:40.1061906Z # shellcheck disable=SC2046 2022-08-17T13:10:40.1062117Z docker stop $(docker ps -q) || true 2022-08-17T13:10:40.1062343Z # Prune all of the docker images 2022-08-17T13:10:40.1062555Z docker system prune -af 2022-08-17T13:10:40.1072807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:10:40.1073112Z env: 2022-08-17T13:10:40.1073292Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:10:40.1073466Z ##[endgroup] 2022-08-17T13:10:40.5078037Z ae2fa34a9b90 2022-08-17T13:10:41.7375116Z Deleted Containers: 2022-08-17T13:10:41.7375436Z ae2fa34a9b9001b83981f8b122dae39bd3f8240eb6bf1b29017485ad96e36610 2022-08-17T13:10:41.7375618Z 2022-08-17T13:10:52.4111918Z Deleted Images: 2022-08-17T13:10:52.4112890Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T13:10:52.4113677Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:95ffc4876faa899831aa05eeaff071d886a2b5688e7ec5c723861bb7b90674ff 2022-08-17T13:10:52.4114468Z deleted: sha256:716f775ba50f080631dd2003e85f8c6cc5dcc47691d0e17f53840ebe442f62ed 2022-08-17T13:10:52.4114934Z deleted: sha256:cac989351c5e0ef6db39f9b3be3685e0b1d53a07c134d0f35ccb03014785663f 2022-08-17T13:10:52.4115442Z deleted: sha256:0d1af81e11590a8212ace64c202dba2874e1bc4949a678efa6d55ddf468cfaf6 2022-08-17T13:10:52.4116065Z deleted: sha256:c6def6b024cfbe252d1b38833804c2d9960705755137dcc5e567cc19418fca65 2022-08-17T13:10:52.4116402Z deleted: sha256:c57202f02ef411ec0176a25ae7f9a39a61e4b123ac662e2ca8cdd3616fce447b 2022-08-17T13:10:52.4116716Z deleted: sha256:8b576c82ae83fd68f77091496eaf0cbfe51db4d0250323f3f5163ce7a7f1f6e1 2022-08-17T13:10:52.4117042Z deleted: sha256:22b4f5924e45d75fea9a2ce703b0faf0b1ba28b40e7607e56d25916c1b376158 2022-08-17T13:10:52.4117372Z deleted: sha256:e05bae5c36aa8b960b522141cdb0c1439807cb866c5cdb857c7f51ffe921e405 2022-08-17T13:10:52.4117702Z deleted: sha256:89d03a98db042f69a801648459ba902c04ec48e85a3491d4b89953cf4814d1e2 2022-08-17T13:10:52.4118006Z deleted: sha256:2b287193aca5b137b5f2f3271fefed55a425fd9fa696a32cee6c5146f4c3954d 2022-08-17T13:10:52.4118473Z deleted: sha256:24afcd905bba0ef7e8653c99420a95a64e0e001c3568d61dfaae9c9596a8268d 2022-08-17T13:10:52.4118909Z deleted: sha256:704d00fde7b7b4a6bd7890fa21c58ef7de891bac812dac280e53ee340718e774 2022-08-17T13:10:52.4119479Z deleted: sha256:0a96340b129ec4e5b8cff3089aa854a5f4bbf81453f6423323acfd68b8720428 2022-08-17T13:10:52.4119799Z deleted: sha256:3c4319a89824c0eefcc01c54408d932655cafbcdfd1915f2a8876375b234c4a9 2022-08-17T13:10:52.4120109Z deleted: sha256:1eb2779d7b387531e6e9fab145167f46c9f2e6d82df8d126b42d74559cee859d 2022-08-17T13:10:52.4120409Z deleted: sha256:5614187b5202c7d6677d6b8007b739852605457f4747c9be36f5e6aab77808ac 2022-08-17T13:10:52.4120693Z deleted: sha256:769ef7d77444c42f90508e9e45078aad3c50b9675293f90a73b632833dbcabcc 2022-08-17T13:10:52.4121085Z deleted: sha256:4761c2c1bc2f178cf23c21532662931f14aaad221b5bda6cd22215a36235f236 2022-08-17T13:10:52.4121732Z deleted: sha256:769d67c5b50605d0a321303414eff20b05a483752ca844a123eabdf9d7d4edde 2022-08-17T13:10:52.4122160Z deleted: sha256:674861b1f5249b9c856d4cb7fe7d66000cb88e7278320bb0b639001046dd8d51 2022-08-17T13:10:52.4122513Z deleted: sha256:049870dc953c438dc2831259785a577d289e3ae0e41d21f9a2140107533e82a7 2022-08-17T13:10:52.4122817Z deleted: sha256:962b0d76e69374761a37b3068d6fc0b2faf3de90ab20e07af8c7121eb16c0b90 2022-08-17T13:10:52.4123162Z deleted: sha256:93f1cd9f5af9068f58217c564ed603894786fa80b7fb7e7baf66f2c7944aee1d 2022-08-17T13:10:52.4123482Z deleted: sha256:c8db60f27caae1ca49102e8a9299c07ecfc40ba93d5f22e5727996af97bdc152 2022-08-17T13:10:52.4123833Z deleted: sha256:4c3f83333daa6a5a09f6fa0b7c2db3a571d627bfd5e4ce1f1ae75e6281b3b45f 2022-08-17T13:10:52.4124367Z deleted: sha256:9997cc5711915151b44b6b711deb7ee0d613c8a0c22c908da81a0b1f59a5645e 2022-08-17T13:10:52.4124681Z deleted: sha256:0212136c6fb1c0e6708c3e2dabfdef49e53364191e1782222d43b7eb64c25b50 2022-08-17T13:10:52.4124973Z deleted: sha256:32099645fa33152b7557b7d4bd46b7977284a0a61f8362b537228a057d8971b9 2022-08-17T13:10:52.4125288Z deleted: sha256:9dd6134bc353bb8d98ebdc43f1e896aab5083ec1ab1bcb0a1ed12df4836c5c6a 2022-08-17T13:10:52.4125634Z deleted: sha256:f2d8adc69dc2626a059c6efbccdbc8f23864949ea77f8e94bf6679f8374e5156 2022-08-17T13:10:52.4125952Z deleted: sha256:19ea2cd66ef6a1cbd07a3fe736462617016520688fb3476c757dbb5862ad5ff6 2022-08-17T13:10:52.4126349Z deleted: sha256:055a89179d5f04127accd1d05dc8176b87cf6a614013f7428f67ee6171f0d066 2022-08-17T13:10:52.4126661Z deleted: sha256:984a4d6add175d4dd927844459eab187eb73eda0c910987c2e4840d1b5db3c0f 2022-08-17T13:10:52.4126990Z deleted: sha256:73b89f3f75cfd9b8ebd057f516e8abd04222acad08d9bc80da7b09019c40c3f5 2022-08-17T13:10:52.4127306Z deleted: sha256:177abc386c5a136ef83849b65b9dc370670fcad7e6e5e16b49b0d786d01025b9 2022-08-17T13:10:52.4127617Z deleted: sha256:5aa5c113ef767f55fd846cc38e98718ba62424033b16c2675c86891a66257157 2022-08-17T13:10:52.4127934Z deleted: sha256:056b9982189c8c3f0554943a5b05dcddd9e7cae3e2b93456fde55b6bad47ac08 2022-08-17T13:10:52.4128231Z deleted: sha256:9d05cc064039c29313e3c1a1c180728dcb24f874a2e1ef243374857b3dca1d2c 2022-08-17T13:10:52.4128537Z deleted: sha256:4a3540b197b80a89c8ccd917694ddb3c0d5e1df5e3c3237320b2076f355b00fd 2022-08-17T13:10:52.4128851Z deleted: sha256:e4fd1b7aeed1068b4751828c2d20833862c3f8d4115e14026e31083cb457fb56 2022-08-17T13:10:52.4129159Z deleted: sha256:3a36b17e1f0f732087e4893a28c09048a2ed72e8949d593552cbd07d19424ec4 2022-08-17T13:10:52.4129452Z deleted: sha256:0d9b4323486ad40d41d5286f6196dc0622992ac3d84f76c7cc2aae9f71918935 2022-08-17T13:10:52.4129764Z deleted: sha256:23c9c4a598faf8b89fdb967303fec8030b301124b7aa0f7b97e5a69ac61ed3c1 2022-08-17T13:10:52.4130084Z deleted: sha256:9820f46a2d595aa81ddf03b4f110825bb7257b710cad7d6a15e7dcdd103b5bf4 2022-08-17T13:10:52.4130392Z deleted: sha256:5f7431ceee1ed6e8a420ccc23e24884077f08f03d0422cff6f855120beade237 2022-08-17T13:10:52.4130720Z deleted: sha256:d51e750ffd934de41a950f88de7f3b6b805db18d5da16f302b5593f35e7c485d 2022-08-17T13:10:52.4131057Z deleted: sha256:10c0fee33e61baed46ee7d86b8626f707eb6427cd11a8b527fced347f71d10b4 2022-08-17T13:10:52.4131387Z deleted: sha256:f74d1ed4405cb275ba128b349d90f373b30137a997fdc70a1e02710fac13b91c 2022-08-17T13:10:52.4131704Z deleted: sha256:7a7dfa773dd159c7b905dd7afbbf7cc5a53635d07c700be340211e6cb850f56b 2022-08-17T13:10:52.4132035Z deleted: sha256:996de37827d425ed1bb0a4f46b67a6dce91745f799192a16798fb4f7355bc35e 2022-08-17T13:10:52.4132353Z deleted: sha256:e1650f7428dfb0480d484efbf0fc15c2b94404d3520c40bcebfd92dafb9edb22 2022-08-17T13:10:52.4132703Z deleted: sha256:9095e387b5d05181302e7dfcfc748264c02104f155980e0582cf84b28901676f 2022-08-17T13:10:52.4133012Z deleted: sha256:bd92087334d5e024be5cc87c6415eb6928c427a28b7cfaac4ff9dbf73513daf5 2022-08-17T13:10:52.4133349Z deleted: sha256:054187d154c3c146bd5be9fd7433a41e65af7de0a54f59541aba17ffb425b70c 2022-08-17T13:10:52.4133673Z deleted: sha256:a7f2e68691e4942aeb038fe4b0cef42c77eb0c9c55080938df0edfffdb0f2e8b 2022-08-17T13:10:52.4134051Z deleted: sha256:3982d575095cdac44bd97b0748fd06ee2ce35d95ace8ca5ec908ff43466ec0cd 2022-08-17T13:10:52.4134379Z deleted: sha256:3cd66a8a5598e221fb74f8b708f3617494f5fbd411e051d3b291ab77a4cb0248 2022-08-17T13:10:52.4134704Z deleted: sha256:507f56eaf776dee8dcef7bd19aaa7c884a028fc4aba4365226c6883cf31fdae0 2022-08-17T13:10:52.4135024Z deleted: sha256:471e9ec20829c077d8c9fdc90a298ac538e06fbc7527220e0e0c9c3a295d01c8 2022-08-17T13:10:52.4135335Z deleted: sha256:99b3810766c9543f23ea3e87e11c79deb763239c205badd0cb59165846156ba7 2022-08-17T13:10:52.4135647Z deleted: sha256:4a5253f1540be79fd2f131ed32e9cac6d396d29f82e1a0dd4652332bd86e0281 2022-08-17T13:10:52.4135959Z deleted: sha256:e722d396f503c712107acad2a081b07e33e73d6286c43f58234f69345a216918 2022-08-17T13:10:52.4136115Z 2022-08-17T13:10:52.4282002Z Total reclaimed space: 10.92GB 2022-08-17T13:10:52.4424242Z Post job cleanup. 2022-08-17T13:10:52.4495971Z Post job cleanup. 2022-08-17T13:10:52.9355349Z [command]/usr/bin/git version 2022-08-17T13:10:52.9407791Z git version 2.37.1 2022-08-17T13:10:52.9501636Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8e12f82e-3ddb-4316-9bea-e68194561598' before making global git config changes 2022-08-17T13:10:52.9502070Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T13:10:52.9507972Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T13:10:52.9559283Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T13:10:52.9590807Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T13:10:53.0040043Z Entering 'android/libs/fbjni' 2022-08-17T13:10:53.0090393Z Entering 'third_party/FP16' 2022-08-17T13:10:53.0137961Z Entering 'third_party/FXdiv' 2022-08-17T13:10:53.0187894Z Entering 'third_party/NNPACK' 2022-08-17T13:10:53.0241571Z Entering 'third_party/QNNPACK' 2022-08-17T13:10:53.0292487Z Entering 'third_party/XNNPACK' 2022-08-17T13:10:53.0407895Z Entering 'third_party/benchmark' 2022-08-17T13:10:53.0461165Z Entering 'third_party/cpuinfo' 2022-08-17T13:10:53.0518279Z Entering 'third_party/cub' 2022-08-17T13:10:53.0566652Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:10:53.0604396Z Entering 'third_party/eigen' 2022-08-17T13:10:53.0667089Z Entering 'third_party/fbgemm' 2022-08-17T13:10:53.0769782Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:10:53.0828489Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:10:53.0903643Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:10:53.0990518Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:10:53.1040819Z Entering 'third_party/flatbuffers' 2022-08-17T13:10:53.1075668Z Entering 'third_party/fmt' 2022-08-17T13:10:53.1127511Z Entering 'third_party/foxi' 2022-08-17T13:10:53.1175439Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:10:53.1225364Z Entering 'third_party/gloo' 2022-08-17T13:10:53.1278750Z Entering 'third_party/googletest' 2022-08-17T13:10:53.1329755Z Entering 'third_party/ideep' 2022-08-17T13:10:53.1413736Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:10:53.1562973Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:10:53.1645157Z Entering 'third_party/ios-cmake' 2022-08-17T13:10:53.1693444Z Entering 'third_party/ittapi' 2022-08-17T13:10:53.1727308Z Entering 'third_party/kineto' 2022-08-17T13:10:53.1760668Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:10:53.1794256Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:10:53.1828262Z Entering 'third_party/nccl/nccl' 2022-08-17T13:10:53.1892489Z Entering 'third_party/neon2sse' 2022-08-17T13:10:53.1938277Z Entering 'third_party/nlohmann' 2022-08-17T13:10:53.1972318Z Entering 'third_party/onnx' 2022-08-17T13:10:53.2203290Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:10:53.2312177Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:10:53.2368136Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:10:53.2499490Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:10:53.2699989Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:10:53.2812310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:10:53.2934528Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:10:53.2983588Z Entering 'third_party/pocketfft' 2022-08-17T13:10:53.3018996Z Entering 'third_party/protobuf' 2022-08-17T13:10:53.3161155Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:10:53.3251315Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:10:53.3305320Z Entering 'third_party/psimd' 2022-08-17T13:10:53.3352322Z Entering 'third_party/pthreadpool' 2022-08-17T13:10:53.3402822Z Entering 'third_party/pybind11' 2022-08-17T13:10:53.3456522Z Entering 'third_party/python-enum' 2022-08-17T13:10:53.3501373Z Entering 'third_party/python-peachpy' 2022-08-17T13:10:53.3553325Z Entering 'third_party/python-six' 2022-08-17T13:10:53.3598448Z Entering 'third_party/sleef' 2022-08-17T13:10:53.3649955Z Entering 'third_party/tbb' 2022-08-17T13:10:53.3685020Z Entering 'third_party/tensorpipe' 2022-08-17T13:10:53.3763838Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:10:53.3825210Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:10:53.3895235Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:10:53.3967704Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:10:53.4042972Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:10:53.4088698Z Entering 'third_party/zstd' 2022-08-17T13:10:53.4164690Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T13:10:53.4191106Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4199190Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T13:10:53.4244484Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-08-17T13:10:53.4497950Z Entering 'android/libs/fbjni' 2022-08-17T13:10:53.4516839Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4555995Z Entering 'third_party/FP16' 2022-08-17T13:10:53.4576361Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4602153Z Entering 'third_party/FXdiv' 2022-08-17T13:10:53.4622402Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4648994Z Entering 'third_party/NNPACK' 2022-08-17T13:10:53.4668871Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4695273Z Entering 'third_party/QNNPACK' 2022-08-17T13:10:53.4714716Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4740608Z Entering 'third_party/XNNPACK' 2022-08-17T13:10:53.4760164Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4796469Z Entering 'third_party/benchmark' 2022-08-17T13:10:53.4817666Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4843558Z Entering 'third_party/cpuinfo' 2022-08-17T13:10:53.4863464Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4889312Z Entering 'third_party/cub' 2022-08-17T13:10:53.4909449Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4935393Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:10:53.4954657Z http.https://github.com/.extraheader 2022-08-17T13:10:53.4987575Z Entering 'third_party/eigen' 2022-08-17T13:10:53.5007066Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5035106Z Entering 'third_party/fbgemm' 2022-08-17T13:10:53.5054639Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5080716Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:10:53.5100336Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5128058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:10:53.5147237Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5173812Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:10:53.5193210Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5219053Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:10:53.5238603Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5266519Z Entering 'third_party/flatbuffers' 2022-08-17T13:10:53.5288645Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5316012Z Entering 'third_party/fmt' 2022-08-17T13:10:53.5336448Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5362399Z Entering 'third_party/foxi' 2022-08-17T13:10:53.5382779Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5409366Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:10:53.5429233Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5455565Z Entering 'third_party/gloo' 2022-08-17T13:10:53.5475373Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5501573Z Entering 'third_party/googletest' 2022-08-17T13:10:53.5521816Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5547861Z Entering 'third_party/ideep' 2022-08-17T13:10:53.5567553Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5592761Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:10:53.5612016Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5639773Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:10:53.5659171Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5691916Z Entering 'third_party/ios-cmake' 2022-08-17T13:10:53.5711072Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5737107Z Entering 'third_party/ittapi' 2022-08-17T13:10:53.5755983Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5782136Z Entering 'third_party/kineto' 2022-08-17T13:10:53.5801833Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5827248Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:10:53.5847055Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5872194Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:10:53.5893759Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5921074Z Entering 'third_party/nccl/nccl' 2022-08-17T13:10:53.5941552Z http.https://github.com/.extraheader 2022-08-17T13:10:53.5967895Z Entering 'third_party/neon2sse' 2022-08-17T13:10:53.5987953Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6014144Z Entering 'third_party/nlohmann' 2022-08-17T13:10:53.6034332Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6061285Z Entering 'third_party/onnx' 2022-08-17T13:10:53.6080863Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6118129Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:10:53.6138295Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6163809Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:10:53.6183461Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6210011Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:10:53.6229376Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6253947Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:10:53.6273371Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6303664Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:10:53.6323014Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6349071Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:10:53.6368788Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6393547Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:10:53.6414996Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6444777Z Entering 'third_party/pocketfft' 2022-08-17T13:10:53.6463830Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6489160Z Entering 'third_party/protobuf' 2022-08-17T13:10:53.6508144Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6546483Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:10:53.6566286Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6591649Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:10:53.6610313Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6636864Z Entering 'third_party/psimd' 2022-08-17T13:10:53.6655730Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6680841Z Entering 'third_party/pthreadpool' 2022-08-17T13:10:53.6700224Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6726728Z Entering 'third_party/pybind11' 2022-08-17T13:10:53.6745737Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6771868Z Entering 'third_party/python-enum' 2022-08-17T13:10:53.6791040Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6815658Z Entering 'third_party/python-peachpy' 2022-08-17T13:10:53.6834750Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6874634Z Entering 'third_party/python-six' 2022-08-17T13:10:53.6894309Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6918772Z Entering 'third_party/sleef' 2022-08-17T13:10:53.6938909Z http.https://github.com/.extraheader 2022-08-17T13:10:53.6963863Z Entering 'third_party/tbb' 2022-08-17T13:10:53.6983596Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7010401Z Entering 'third_party/tensorpipe' 2022-08-17T13:10:53.7029694Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7054734Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:10:53.7072933Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7098033Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:10:53.7116438Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7141947Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:10:53.7160787Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7186960Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:10:53.7205882Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7230001Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:10:53.7249407Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7276732Z Entering 'third_party/zstd' 2022-08-17T13:10:53.7297112Z http.https://github.com/.extraheader 2022-08-17T13:10:53.7517356Z Cleaning up orphan processes